diff --git a/mozilla/grendel/Main.java b/mozilla/grendel/Main.java index 8fe9d5acc34..3e205bfc0ba 100644 --- a/mozilla/grendel/Main.java +++ b/mozilla/grendel/Main.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Joel York * Edwin Woudt */ diff --git a/mozilla/grendel/Makefile b/mozilla/grendel/Makefile index a80023d8105..4b05d8502a3 100644 --- a/mozilla/grendel/Makefile +++ b/mozilla/grendel/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan # Edwin Woudt # diff --git a/mozilla/grendel/Makefile.in b/mozilla/grendel/Makefile.in index a5ee137dded..12b66e39888 100644 --- a/mozilla/grendel/Makefile.in +++ b/mozilla/grendel/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan # Edwin Woudt # diff --git a/mozilla/grendel/SelfTest.java b/mozilla/grendel/SelfTest.java index dfe4573b323..3d47a8202c4 100644 --- a/mozilla/grendel/SelfTest.java +++ b/mozilla/grendel/SelfTest.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 3 Dec 1997. */ diff --git a/mozilla/grendel/TestFolderViewer.java b/mozilla/grendel/TestFolderViewer.java index 41717b59d94..e0ae4abe392 100644 --- a/mozilla/grendel/TestFolderViewer.java +++ b/mozilla/grendel/TestFolderViewer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 7-Sep-98. */ diff --git a/mozilla/grendel/addressbook/AddressBook.java b/mozilla/grendel/addressbook/AddressBook.java index 82c8fc2536c..f3befd3ab7a 100644 --- a/mozilla/grendel/addressbook/AddressBook.java +++ b/mozilla/grendel/addressbook/AddressBook.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen * Edwin Woudt * Mauro Botelho diff --git a/mozilla/grendel/addressbook/Makefile b/mozilla/grendel/addressbook/Makefile index d2c628fb5d7..368dd80e70a 100644 --- a/mozilla/grendel/addressbook/Makefile +++ b/mozilla/grendel/addressbook/Makefile @@ -1,23 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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 +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. # -# Netscape Communications Corporation. All Rights Reserved. -# -# Contributors: Jeff Galyan +# Contributor(s): Jeff Galyan # Giao Nguyen TOPDIR = .. diff --git a/mozilla/grendel/addressbook/Makefile.in b/mozilla/grendel/addressbook/Makefile.in index 8721189a29c..9df20a085c2 100644 --- a/mozilla/grendel/addressbook/Makefile.in +++ b/mozilla/grendel/addressbook/Makefile.in @@ -1,23 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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 +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. # -# Netscape Communications Corporation. All Rights Reserved. -# -# Contributors: Jeff Galyan +# Contributor(s): Jeff Galyan # Giao Nguyen diff --git a/mozilla/grendel/addressbook/MenuLabels.properties b/mozilla/grendel/addressbook/MenuLabels.properties index 3da74ac2886..03e4fa50726 100644 --- a/mozilla/grendel/addressbook/MenuLabels.properties +++ b/mozilla/grendel/addressbook/MenuLabels.properties @@ -1,19 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): # # main menu labels diff --git a/mozilla/grendel/addressbook/Menus.properties b/mozilla/grendel/addressbook/Menus.properties index 34c5e32d7eb..e208580da68 100644 --- a/mozilla/grendel/addressbook/Menus.properties +++ b/mozilla/grendel/addressbook/Menus.properties @@ -1,19 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): # # menubar definition for mail/news adress book diff --git a/mozilla/grendel/addressbook/NewCardDialog.java b/mozilla/grendel/addressbook/NewCardDialog.java index cc3128d8e07..41adbc843bd 100644 --- a/mozilla/grendel/addressbook/NewCardDialog.java +++ b/mozilla/grendel/addressbook/NewCardDialog.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Mauro Botelho */ diff --git a/mozilla/grendel/addressbook/README b/mozilla/grendel/addressbook/README index fd9524084fe..47fd0fda7e8 100644 --- a/mozilla/grendel/addressbook/README +++ b/mozilla/grendel/addressbook/README @@ -1,16 +1,19 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): diff --git a/mozilla/grendel/addressbook/SearchDirectoryDialog.java b/mozilla/grendel/addressbook/SearchDirectoryDialog.java index abe11c1c86a..35ca4cf608b 100644 --- a/mozilla/grendel/addressbook/SearchDirectoryDialog.java +++ b/mozilla/grendel/addressbook/SearchDirectoryDialog.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Mauro Botelho. - * Portions created by Mauro Botelho are Copyright (C) 1997 - * Mauro Botelho. All Rights Reserved. + * Portions created by Mauro Botelho are + * Copyright (C) 1997 Mauro Botelho. All + * Rights Reserved. * - * Contributors: Giao Nguyen + * Contributor(s): Giao Nguyen */ package grendel.addressbook; diff --git a/mozilla/grendel/addressbook/addresscard/ACS_Personal.java b/mozilla/grendel/addressbook/addresscard/ACS_Personal.java index dea00659583..ee2b6b4eaf1 100644 --- a/mozilla/grendel/addressbook/addresscard/ACS_Personal.java +++ b/mozilla/grendel/addressbook/addresscard/ACS_Personal.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/AC_Attribute.java b/mozilla/grendel/addressbook/addresscard/AC_Attribute.java index c9c99c234b1..9975e95a76b 100644 --- a/mozilla/grendel/addressbook/addresscard/AC_Attribute.java +++ b/mozilla/grendel/addressbook/addresscard/AC_Attribute.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/AC_Exception.java b/mozilla/grendel/addressbook/addresscard/AC_Exception.java index 4024714673a..61be9f6da19 100644 --- a/mozilla/grendel/addressbook/addresscard/AC_Exception.java +++ b/mozilla/grendel/addressbook/addresscard/AC_Exception.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/AC_ID.java b/mozilla/grendel/addressbook/addresscard/AC_ID.java index 567aea66ec8..c85c4a4ff31 100644 --- a/mozilla/grendel/addressbook/addresscard/AC_ID.java +++ b/mozilla/grendel/addressbook/addresscard/AC_ID.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/AC_IDSet.java b/mozilla/grendel/addressbook/addresscard/AC_IDSet.java index 8214abe3f0e..fbd64f8b8d6 100644 --- a/mozilla/grendel/addressbook/addresscard/AC_IDSet.java +++ b/mozilla/grendel/addressbook/addresscard/AC_IDSet.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/AddressCard.java b/mozilla/grendel/addressbook/addresscard/AddressCard.java index 26a28ff103f..3411a580f26 100644 --- a/mozilla/grendel/addressbook/addresscard/AddressCard.java +++ b/mozilla/grendel/addressbook/addresscard/AddressCard.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan. - * Portions created by Jeff Galyan are Copyright (C) 1997 - * Jeff Galyan. All Rights Reserved. + * Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/mozilla/grendel/addressbook/addresscard/AddressCardAttribute.java b/mozilla/grendel/addressbook/addresscard/AddressCardAttribute.java index 1c40cad5213..b50cf76e31e 100644 --- a/mozilla/grendel/addressbook/addresscard/AddressCardAttribute.java +++ b/mozilla/grendel/addressbook/addresscard/AddressCardAttribute.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan. - * Portions created by Jeff Galyan are Copyright (C) 1997 - * Jeff Galyan. All Rights Reserved. + * Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/mozilla/grendel/addressbook/addresscard/AddressCardAttributeSet.java b/mozilla/grendel/addressbook/addresscard/AddressCardAttributeSet.java index 33f157450a3..1304b076d1c 100644 --- a/mozilla/grendel/addressbook/addresscard/AddressCardAttributeSet.java +++ b/mozilla/grendel/addressbook/addresscard/AddressCardAttributeSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan. - * Portions created by Jeff Galyan are Copyright (C) 1997 - * Jeff Galyan. All Rights Reserved. + * Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/mozilla/grendel/addressbook/addresscard/AddressCardSet.java b/mozilla/grendel/addressbook/addresscard/AddressCardSet.java index 259a663d29c..8824d7ad9eb 100644 --- a/mozilla/grendel/addressbook/addresscard/AddressCardSet.java +++ b/mozilla/grendel/addressbook/addresscard/AddressCardSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan. - * Portions created by Jeff Galyan are Copyright (C) 1997 - * Jeff Galyan. All Rights Reserved. + * Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 16 Jan 1999 */ diff --git a/mozilla/grendel/addressbook/addresscard/IAttribute.java b/mozilla/grendel/addressbook/addresscard/IAttribute.java index f4b9fc34f60..05d39f60b20 100644 --- a/mozilla/grendel/addressbook/addresscard/IAttribute.java +++ b/mozilla/grendel/addressbook/addresscard/IAttribute.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/IAttributeSet.java b/mozilla/grendel/addressbook/addresscard/IAttributeSet.java index d366b28f396..3bcb4b024da 100644 --- a/mozilla/grendel/addressbook/addresscard/IAttributeSet.java +++ b/mozilla/grendel/addressbook/addresscard/IAttributeSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/ICard.java b/mozilla/grendel/addressbook/addresscard/ICard.java index 09dcc4050e1..953f9b69bad 100644 --- a/mozilla/grendel/addressbook/addresscard/ICard.java +++ b/mozilla/grendel/addressbook/addresscard/ICard.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/ICardSet.java b/mozilla/grendel/addressbook/addresscard/ICardSet.java index e42371bc4ac..5b39c820a92 100644 --- a/mozilla/grendel/addressbook/addresscard/ICardSet.java +++ b/mozilla/grendel/addressbook/addresscard/ICardSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/ICardSource.java b/mozilla/grendel/addressbook/addresscard/ICardSource.java index 39ff47306ff..07a0165a72d 100644 --- a/mozilla/grendel/addressbook/addresscard/ICardSource.java +++ b/mozilla/grendel/addressbook/addresscard/ICardSource.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/IQuerySet.java b/mozilla/grendel/addressbook/addresscard/IQuerySet.java index 3d184e5fe98..eb53974a175 100644 --- a/mozilla/grendel/addressbook/addresscard/IQuerySet.java +++ b/mozilla/grendel/addressbook/addresscard/IQuerySet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/IQueryString.java b/mozilla/grendel/addressbook/addresscard/IQueryString.java index 12efe62a1d5..5090312cd79 100644 --- a/mozilla/grendel/addressbook/addresscard/IQueryString.java +++ b/mozilla/grendel/addressbook/addresscard/IQueryString.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/ITerm.java b/mozilla/grendel/addressbook/addresscard/ITerm.java index dabdaeb609a..e01d141b9fc 100644 --- a/mozilla/grendel/addressbook/addresscard/ITerm.java +++ b/mozilla/grendel/addressbook/addresscard/ITerm.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/LDAP_Attribute.java b/mozilla/grendel/addressbook/addresscard/LDAP_Attribute.java index 71e94b2fa5d..916bfa19536 100644 --- a/mozilla/grendel/addressbook/addresscard/LDAP_Attribute.java +++ b/mozilla/grendel/addressbook/addresscard/LDAP_Attribute.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/LDAP_AttributeSet.java b/mozilla/grendel/addressbook/addresscard/LDAP_AttributeSet.java index 74419544d4e..e1875253c50 100644 --- a/mozilla/grendel/addressbook/addresscard/LDAP_AttributeSet.java +++ b/mozilla/grendel/addressbook/addresscard/LDAP_AttributeSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/LDAP_Card.java b/mozilla/grendel/addressbook/addresscard/LDAP_Card.java index f2f23d8ce67..f0dbc582ede 100644 --- a/mozilla/grendel/addressbook/addresscard/LDAP_Card.java +++ b/mozilla/grendel/addressbook/addresscard/LDAP_Card.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/LDAP_CardSet.java b/mozilla/grendel/addressbook/addresscard/LDAP_CardSet.java index 89f99d5333d..2db6388aee2 100644 --- a/mozilla/grendel/addressbook/addresscard/LDAP_CardSet.java +++ b/mozilla/grendel/addressbook/addresscard/LDAP_CardSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/LDAP_Server.java b/mozilla/grendel/addressbook/addresscard/LDAP_Server.java index 59a11f149cf..2a94420240b 100644 --- a/mozilla/grendel/addressbook/addresscard/LDAP_Server.java +++ b/mozilla/grendel/addressbook/addresscard/LDAP_Server.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/Makefile b/mozilla/grendel/addressbook/addresscard/Makefile index a219519009b..00dc47eeab2 100644 --- a/mozilla/grendel/addressbook/addresscard/Makefile +++ b/mozilla/grendel/addressbook/addresscard/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): TOPDIR = ../.. diff --git a/mozilla/grendel/addressbook/addresscard/Makefile.in b/mozilla/grendel/addressbook/addresscard/Makefile.in index 83cf015175f..132de919850 100644 --- a/mozilla/grendel/addressbook/addresscard/Makefile.in +++ b/mozilla/grendel/addressbook/addresscard/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ diff --git a/mozilla/grendel/addressbook/addresscard/SelfTest.java b/mozilla/grendel/addressbook/addresscard/SelfTest.java index 76a4b7b3137..70f4e468383 100644 --- a/mozilla/grendel/addressbook/addresscard/SelfTest.java +++ b/mozilla/grendel/addressbook/addresscard/SelfTest.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/TermAnd.java b/mozilla/grendel/addressbook/addresscard/TermAnd.java index c96e6386a6d..a9a8089ae83 100644 --- a/mozilla/grendel/addressbook/addresscard/TermAnd.java +++ b/mozilla/grendel/addressbook/addresscard/TermAnd.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/TermEqual.java b/mozilla/grendel/addressbook/addresscard/TermEqual.java index e05e164426d..41c62985329 100644 --- a/mozilla/grendel/addressbook/addresscard/TermEqual.java +++ b/mozilla/grendel/addressbook/addresscard/TermEqual.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/TermNotEqual.java b/mozilla/grendel/addressbook/addresscard/TermNotEqual.java index 65aa6b0a249..3c8d7c9a403 100644 --- a/mozilla/grendel/addressbook/addresscard/TermNotEqual.java +++ b/mozilla/grendel/addressbook/addresscard/TermNotEqual.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/addressbook/addresscard/TermOr.java b/mozilla/grendel/addressbook/addresscard/TermOr.java index 8fb52ccaed5..3f97e26a79b 100644 --- a/mozilla/grendel/addressbook/addresscard/TermOr.java +++ b/mozilla/grendel/addressbook/addresscard/TermOr.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Lester Schueler , 14 Nov 1997. * diff --git a/mozilla/grendel/calypso/Makefile b/mozilla/grendel/calypso/Makefile index c93190c2518..e815b0cb3fc 100644 --- a/mozilla/grendel/calypso/Makefile +++ b/mozilla/grendel/calypso/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ util \ diff --git a/mozilla/grendel/calypso/Makefile.in b/mozilla/grendel/calypso/Makefile.in index ad85a1e6430..5e91eb789d0 100644 --- a/mozilla/grendel/calypso/Makefile.in +++ b/mozilla/grendel/calypso/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ util \ diff --git a/mozilla/grendel/calypso/util/Abacus.java b/mozilla/grendel/calypso/util/Abacus.java index 83cf540a10b..30c759e36c6 100644 --- a/mozilla/grendel/calypso/util/Abacus.java +++ b/mozilla/grendel/calypso/util/Abacus.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ArrayEnumeration.java b/mozilla/grendel/calypso/util/ArrayEnumeration.java index 659cffe8189..e97cf7312e5 100644 --- a/mozilla/grendel/calypso/util/ArrayEnumeration.java +++ b/mozilla/grendel/calypso/util/ArrayEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ /** diff --git a/mozilla/grendel/calypso/util/Assert.java b/mozilla/grendel/calypso/util/Assert.java index 85768494a7f..14ac8301008 100644 --- a/mozilla/grendel/calypso/util/Assert.java +++ b/mozilla/grendel/calypso/util/Assert.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/AssertionError.java b/mozilla/grendel/calypso/util/AssertionError.java index a8e9e4681d4..575079a0b22 100644 --- a/mozilla/grendel/calypso/util/AssertionError.java +++ b/mozilla/grendel/calypso/util/AssertionError.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/AssertionException.java b/mozilla/grendel/calypso/util/AssertionException.java index f6708eeef3c..cbdf457fd53 100644 --- a/mozilla/grendel/calypso/util/AssertionException.java +++ b/mozilla/grendel/calypso/util/AssertionException.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/Atom.java b/mozilla/grendel/calypso/util/Atom.java index d56095dc263..71e726c8d66 100644 --- a/mozilla/grendel/calypso/util/Atom.java +++ b/mozilla/grendel/calypso/util/Atom.java @@ -1,22 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/AtomHashtable.java b/mozilla/grendel/calypso/util/AtomHashtable.java index 45b8a146cfe..b27016583bd 100644 --- a/mozilla/grendel/calypso/util/AtomHashtable.java +++ b/mozilla/grendel/calypso/util/AtomHashtable.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; @@ -27,7 +30,7 @@ import java.util.*; * This hastable uses identity comparisons on keys * * @author psl 10-15-97 1:22pm - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see */ public class AtomHashtable extends HashtableBase diff --git a/mozilla/grendel/calypso/util/AttributeValuePair.java b/mozilla/grendel/calypso/util/AttributeValuePair.java index 24146c4f30a..d74f2838298 100644 --- a/mozilla/grendel/calypso/util/AttributeValuePair.java +++ b/mozilla/grendel/calypso/util/AttributeValuePair.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ByteBuf.java b/mozilla/grendel/calypso/util/ByteBuf.java index a0b61349ebb..1a788d09fca 100644 --- a/mozilla/grendel/calypso/util/ByteBuf.java +++ b/mozilla/grendel/calypso/util/ByteBuf.java @@ -1,22 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ByteLineBuffer.java b/mozilla/grendel/calypso/util/ByteLineBuffer.java index 15aed56770e..d97048f6bd7 100644 --- a/mozilla/grendel/calypso/util/ByteLineBuffer.java +++ b/mozilla/grendel/calypso/util/ByteLineBuffer.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ByteToCharConverterEnumeration.java b/mozilla/grendel/calypso/util/ByteToCharConverterEnumeration.java index a5e0eeb1a03..838e300a7db 100644 --- a/mozilla/grendel/calypso/util/ByteToCharConverterEnumeration.java +++ b/mozilla/grendel/calypso/util/ByteToCharConverterEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Frank Tang */ @@ -29,7 +32,7 @@ import java.lang.String; * ByteToCharConverterEnumeration return a Enumeration of String which * represent ByteToCharConverter available in the classpath * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -38,7 +41,7 @@ public class ByteToCharConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -49,7 +52,7 @@ public class ByteToCharConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -66,7 +69,7 @@ public class ByteToCharConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ diff --git a/mozilla/grendel/calypso/util/CacheOutputStream.java b/mozilla/grendel/calypso/util/CacheOutputStream.java index b72f14fe255..f0e019fcd55 100644 --- a/mozilla/grendel/calypso/util/CacheOutputStream.java +++ b/mozilla/grendel/calypso/util/CacheOutputStream.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/CharArray.java b/mozilla/grendel/calypso/util/CharArray.java index 5ee66d119a2..5a7c93bea1d 100644 --- a/mozilla/grendel/calypso/util/CharArray.java +++ b/mozilla/grendel/calypso/util/CharArray.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/CharArrayIterator.java b/mozilla/grendel/calypso/util/CharArrayIterator.java index b79d99f8794..a1bf00b140d 100644 --- a/mozilla/grendel/calypso/util/CharArrayIterator.java +++ b/mozilla/grendel/calypso/util/CharArrayIterator.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/CharToByteConverterEnumeration.java b/mozilla/grendel/calypso/util/CharToByteConverterEnumeration.java index d7a64b5fd7a..dbb074eafcf 100644 --- a/mozilla/grendel/calypso/util/CharToByteConverterEnumeration.java +++ b/mozilla/grendel/calypso/util/CharToByteConverterEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Frank Tang */ @@ -27,7 +30,7 @@ import sun.io.CharToByteConverter; * which represent available CharToByteConverter in the class path * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -37,7 +40,7 @@ public class CharToByteConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -49,7 +52,7 @@ public class CharToByteConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -66,7 +69,7 @@ public class CharToByteConverterEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ diff --git a/mozilla/grendel/calypso/util/ClasspathEntryEnumeration.java b/mozilla/grendel/calypso/util/ClasspathEntryEnumeration.java index e5754971ffb..90a6f3186e3 100644 --- a/mozilla/grendel/calypso/util/ClasspathEntryEnumeration.java +++ b/mozilla/grendel/calypso/util/ClasspathEntryEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Frank Tang */ @@ -31,7 +34,7 @@ import java.util.Hashtable; /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -169,7 +172,7 @@ public class ClasspathEntryEnumeration extends PrefetchEnumeration { /* * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -189,7 +192,7 @@ public class ClasspathEntryEnumeration extends PrefetchEnumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ diff --git a/mozilla/grendel/calypso/util/Comparer.java b/mozilla/grendel/calypso/util/Comparer.java index baf713d1ee3..15818df0b1e 100644 --- a/mozilla/grendel/calypso/util/Comparer.java +++ b/mozilla/grendel/calypso/util/Comparer.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ConfigUtils.java b/mozilla/grendel/calypso/util/ConfigUtils.java index 37bd6465437..ebda006ecdc 100644 --- a/mozilla/grendel/calypso/util/ConfigUtils.java +++ b/mozilla/grendel/calypso/util/ConfigUtils.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/Counter.java b/mozilla/grendel/calypso/util/Counter.java index be35a84528a..4e822eaba51 100644 --- a/mozilla/grendel/calypso/util/Counter.java +++ b/mozilla/grendel/calypso/util/Counter.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/DataExtension.java b/mozilla/grendel/calypso/util/DataExtension.java index 8cdcf9100c1..c85138f3220 100644 --- a/mozilla/grendel/calypso/util/DataExtension.java +++ b/mozilla/grendel/calypso/util/DataExtension.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ import java.util.Properties; @@ -25,7 +28,7 @@ import java.net.URLEncoder; /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -38,7 +41,7 @@ public class DataExtension { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -55,7 +58,7 @@ public class DataExtension { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -73,7 +76,7 @@ public class DataExtension { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ diff --git a/mozilla/grendel/calypso/util/DefaultPreferences.java b/mozilla/grendel/calypso/util/DefaultPreferences.java index 5f3947091a1..20a25fe66e2 100644 --- a/mozilla/grendel/calypso/util/DefaultPreferences.java +++ b/mozilla/grendel/calypso/util/DefaultPreferences.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/EnumerationEnumerator.java b/mozilla/grendel/calypso/util/EnumerationEnumerator.java index 736989e8394..c1e3af88310 100644 --- a/mozilla/grendel/calypso/util/EnumerationEnumerator.java +++ b/mozilla/grendel/calypso/util/EnumerationEnumerator.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ /** diff --git a/mozilla/grendel/calypso/util/HashtableBase.java b/mozilla/grendel/calypso/util/HashtableBase.java index 029a8f2f2b2..592277a5a4a 100644 --- a/mozilla/grendel/calypso/util/HashtableBase.java +++ b/mozilla/grendel/calypso/util/HashtableBase.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/HashtableLite.java b/mozilla/grendel/calypso/util/HashtableLite.java index c5755d8591a..17decaa0383 100644 --- a/mozilla/grendel/calypso/util/HashtableLite.java +++ b/mozilla/grendel/calypso/util/HashtableLite.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/HashtableRecycler.java b/mozilla/grendel/calypso/util/HashtableRecycler.java index a843e751452..a8f228e387e 100644 --- a/mozilla/grendel/calypso/util/HashtableRecycler.java +++ b/mozilla/grendel/calypso/util/HashtableRecycler.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/IDMap.java b/mozilla/grendel/calypso/util/IDMap.java index fcac9129063..123d1dc94f2 100644 --- a/mozilla/grendel/calypso/util/IDMap.java +++ b/mozilla/grendel/calypso/util/IDMap.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/LineBufferingInputStream.java b/mozilla/grendel/calypso/util/LineBufferingInputStream.java index 2a81d88ac60..8178f711c8d 100644 --- a/mozilla/grendel/calypso/util/LineBufferingInputStream.java +++ b/mozilla/grendel/calypso/util/LineBufferingInputStream.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ListenerList.java b/mozilla/grendel/calypso/util/ListenerList.java index 036ac29b192..2ba63c070cd 100644 --- a/mozilla/grendel/calypso/util/ListenerList.java +++ b/mozilla/grendel/calypso/util/ListenerList.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/ListenerListState.java b/mozilla/grendel/calypso/util/ListenerListState.java index 01163705be0..1bc12acadbd 100644 --- a/mozilla/grendel/calypso/util/ListenerListState.java +++ b/mozilla/grendel/calypso/util/ListenerListState.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/Makefile b/mozilla/grendel/calypso/util/Makefile index e3d4e2fb65f..d35c195b12f 100644 --- a/mozilla/grendel/calypso/util/Makefile +++ b/mozilla/grendel/calypso/util/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ Abacus.java \ diff --git a/mozilla/grendel/calypso/util/Makefile.in b/mozilla/grendel/calypso/util/Makefile.in index 39aa8a97a11..a7fa4e0e5df 100644 --- a/mozilla/grendel/calypso/util/Makefile.in +++ b/mozilla/grendel/calypso/util/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ Abacus.java \ diff --git a/mozilla/grendel/calypso/util/MemoryManager.java b/mozilla/grendel/calypso/util/MemoryManager.java index 4613a2bc52e..c762d4a1d69 100644 --- a/mozilla/grendel/calypso/util/MemoryManager.java +++ b/mozilla/grendel/calypso/util/MemoryManager.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/MemoryMonitor.java b/mozilla/grendel/calypso/util/MemoryMonitor.java index 8cb42d3e22b..91d32f56737 100644 --- a/mozilla/grendel/calypso/util/MemoryMonitor.java +++ b/mozilla/grendel/calypso/util/MemoryMonitor.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/MemoryPressure.java b/mozilla/grendel/calypso/util/MemoryPressure.java index 7de9d463ece..d7e91bf502b 100644 --- a/mozilla/grendel/calypso/util/MemoryPressure.java +++ b/mozilla/grendel/calypso/util/MemoryPressure.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/NetworkDate.java b/mozilla/grendel/calypso/util/NetworkDate.java index a51d392a187..05964085a2f 100644 --- a/mozilla/grendel/calypso/util/NetworkDate.java +++ b/mozilla/grendel/calypso/util/NetworkDate.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 3 Aug 1995. * Ported from C on 19 Aug 1997. diff --git a/mozilla/grendel/calypso/util/NullEnumeration.java b/mozilla/grendel/calypso/util/NullEnumeration.java index 03967b29498..fe54b9f1326 100644 --- a/mozilla/grendel/calypso/util/NullEnumeration.java +++ b/mozilla/grendel/calypso/util/NullEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ /** diff --git a/mozilla/grendel/calypso/util/NullJavaEnumeration.java b/mozilla/grendel/calypso/util/NullJavaEnumeration.java index ea9d8180441..998dedd2a1e 100644 --- a/mozilla/grendel/calypso/util/NullJavaEnumeration.java +++ b/mozilla/grendel/calypso/util/NullJavaEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ /** diff --git a/mozilla/grendel/calypso/util/Preferences.java b/mozilla/grendel/calypso/util/Preferences.java index aca8b6e6b49..6a8c7e210fc 100644 --- a/mozilla/grendel/calypso/util/Preferences.java +++ b/mozilla/grendel/calypso/util/Preferences.java @@ -1,22 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/PreferencesBase.java b/mozilla/grendel/calypso/util/PreferencesBase.java index 97b6a822d59..77957d8256d 100644 --- a/mozilla/grendel/calypso/util/PreferencesBase.java +++ b/mozilla/grendel/calypso/util/PreferencesBase.java @@ -1,22 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/PreferencesFactory.java b/mozilla/grendel/calypso/util/PreferencesFactory.java index f938a5972ad..1e76c9b50ce 100644 --- a/mozilla/grendel/calypso/util/PreferencesFactory.java +++ b/mozilla/grendel/calypso/util/PreferencesFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/PrefetchEnumeration.java b/mozilla/grendel/calypso/util/PrefetchEnumeration.java index 9905a68cdf0..c3b13b6b089 100644 --- a/mozilla/grendel/calypso/util/PrefetchEnumeration.java +++ b/mozilla/grendel/calypso/util/PrefetchEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Frank Tang */ @@ -25,7 +28,7 @@ import java.util.Enumeration; /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -35,7 +38,7 @@ public abstract class PrefetchEnumeration implements Enumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -50,7 +53,7 @@ public abstract class PrefetchEnumeration implements Enumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -65,7 +68,7 @@ public abstract class PrefetchEnumeration implements Enumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ @@ -78,7 +81,7 @@ public abstract class PrefetchEnumeration implements Enumeration { /* * * @author ftang - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see * */ diff --git a/mozilla/grendel/calypso/util/QSort.java b/mozilla/grendel/calypso/util/QSort.java index e18368d4232..6c587b34a1a 100644 --- a/mozilla/grendel/calypso/util/QSort.java +++ b/mozilla/grendel/calypso/util/QSort.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/RWLock.java b/mozilla/grendel/calypso/util/RWLock.java index 75938f96efb..b3bac6d09a2 100644 --- a/mozilla/grendel/calypso/util/RWLock.java +++ b/mozilla/grendel/calypso/util/RWLock.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/RandomAccessFileWithByteLines.java b/mozilla/grendel/calypso/util/RandomAccessFileWithByteLines.java index 3fcc5edbcc0..b9813396d79 100644 --- a/mozilla/grendel/calypso/util/RandomAccessFileWithByteLines.java +++ b/mozilla/grendel/calypso/util/RandomAccessFileWithByteLines.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ /* RandomAccessFileWithByteLines takes a RandomAccessFile, and provides a way diff --git a/mozilla/grendel/calypso/util/Recycler.java b/mozilla/grendel/calypso/util/Recycler.java index 2075ecf7d68..84bd2973f93 100644 --- a/mozilla/grendel/calypso/util/Recycler.java +++ b/mozilla/grendel/calypso/util/Recycler.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; @@ -25,7 +28,7 @@ import java.util.*; * * * @author gess 04-16-97 1:44pm - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @notes This is a general purpose recycler. * It contains objects of a specified capacity. * If you ask for a recycled object and we have diff --git a/mozilla/grendel/calypso/util/SelfTest.java b/mozilla/grendel/calypso/util/SelfTest.java index 887392dfab8..ac1c444eec1 100644 --- a/mozilla/grendel/calypso/util/SelfTest.java +++ b/mozilla/grendel/calypso/util/SelfTest.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SelfTestAtom.java b/mozilla/grendel/calypso/util/SelfTestAtom.java index 84358b59229..15a46380fb3 100644 --- a/mozilla/grendel/calypso/util/SelfTestAtom.java +++ b/mozilla/grendel/calypso/util/SelfTestAtom.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SelfTestException.java b/mozilla/grendel/calypso/util/SelfTestException.java index 0c10765409a..2d6cf2a0eb3 100644 --- a/mozilla/grendel/calypso/util/SelfTestException.java +++ b/mozilla/grendel/calypso/util/SelfTestException.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SelfTestIDMap.java b/mozilla/grendel/calypso/util/SelfTestIDMap.java index ec8c381abdd..5d4dad642af 100644 --- a/mozilla/grendel/calypso/util/SelfTestIDMap.java +++ b/mozilla/grendel/calypso/util/SelfTestIDMap.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SelfTestRWLock.java b/mozilla/grendel/calypso/util/SelfTestRWLock.java index a95ba1d81bb..37707740bc8 100644 --- a/mozilla/grendel/calypso/util/SelfTestRWLock.java +++ b/mozilla/grendel/calypso/util/SelfTestRWLock.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SignedInteger.java b/mozilla/grendel/calypso/util/SignedInteger.java index 337549a6760..22b86aca4f9 100644 --- a/mozilla/grendel/calypso/util/SignedInteger.java +++ b/mozilla/grendel/calypso/util/SignedInteger.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/SingleEnumeration.java b/mozilla/grendel/calypso/util/SingleEnumeration.java index 58b4e575f3e..10c24c0bee4 100644 --- a/mozilla/grendel/calypso/util/SingleEnumeration.java +++ b/mozilla/grendel/calypso/util/SingleEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ import java.util.NoSuchElementException; diff --git a/mozilla/grendel/calypso/util/StringBuf.java b/mozilla/grendel/calypso/util/StringBuf.java index ddb8cfef757..f18f1fb365c 100644 --- a/mozilla/grendel/calypso/util/StringBuf.java +++ b/mozilla/grendel/calypso/util/StringBuf.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/StringBufRecycler.java b/mozilla/grendel/calypso/util/StringBufRecycler.java index 3c931b8cc6d..f5729409640 100644 --- a/mozilla/grendel/calypso/util/StringBufRecycler.java +++ b/mozilla/grendel/calypso/util/StringBufRecycler.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/StringUtils.java b/mozilla/grendel/calypso/util/StringUtils.java index f9a359a9951..9c6bf539d9b 100644 --- a/mozilla/grendel/calypso/util/StringUtils.java +++ b/mozilla/grendel/calypso/util/StringUtils.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/TempFile.java b/mozilla/grendel/calypso/util/TempFile.java index 4d39c188067..05d610cff2d 100644 --- a/mozilla/grendel/calypso/util/TempFile.java +++ b/mozilla/grendel/calypso/util/TempFile.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/TimeBomb.java b/mozilla/grendel/calypso/util/TimeBomb.java index 7f85f648746..6977ee120a1 100644 --- a/mozilla/grendel/calypso/util/TimeBomb.java +++ b/mozilla/grendel/calypso/util/TimeBomb.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ // original timebomb code to search for. diff --git a/mozilla/grendel/calypso/util/URLClassLoader.java b/mozilla/grendel/calypso/util/URLClassLoader.java index e337d0e1547..485f9dbf2ac 100644 --- a/mozilla/grendel/calypso/util/URLClassLoader.java +++ b/mozilla/grendel/calypso/util/URLClassLoader.java @@ -1,22 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/Vec.java b/mozilla/grendel/calypso/util/Vec.java index d5981dac307..7394f20dd5f 100644 --- a/mozilla/grendel/calypso/util/Vec.java +++ b/mozilla/grendel/calypso/util/Vec.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/VectorRecycler.java b/mozilla/grendel/calypso/util/VectorRecycler.java index 2ffb0743637..24ea7b27b0f 100644 --- a/mozilla/grendel/calypso/util/VectorRecycler.java +++ b/mozilla/grendel/calypso/util/VectorRecycler.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/WeakLink.java b/mozilla/grendel/calypso/util/WeakLink.java index e16e100c432..8a8f1db4fd9 100644 --- a/mozilla/grendel/calypso/util/WeakLink.java +++ b/mozilla/grendel/calypso/util/WeakLink.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/WeakLinkArray.java b/mozilla/grendel/calypso/util/WeakLinkArray.java index a6bbe464c09..39a1bda0632 100644 --- a/mozilla/grendel/calypso/util/WeakLinkArray.java +++ b/mozilla/grendel/calypso/util/WeakLinkArray.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/calypso/util/WeakLinkArrayEnumeration.java b/mozilla/grendel/calypso/util/WeakLinkArrayEnumeration.java index b6d8ba28524..7987f2e9ed5 100644 --- a/mozilla/grendel/calypso/util/WeakLinkArrayEnumeration.java +++ b/mozilla/grendel/calypso/util/WeakLinkArrayEnumeration.java @@ -1,20 +1,23 @@ /* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package calypso.util; diff --git a/mozilla/grendel/composition/AddressBar.java b/mozilla/grendel/composition/AddressBar.java index 77f8029fecd..cb565bf865b 100644 --- a/mozilla/grendel/composition/AddressBar.java +++ b/mozilla/grendel/composition/AddressBar.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Edwin Woudt */ diff --git a/mozilla/grendel/composition/AddressDialog.java b/mozilla/grendel/composition/AddressDialog.java index 09a6ce19c3d..8d18135b2dd 100644 --- a/mozilla/grendel/composition/AddressDialog.java +++ b/mozilla/grendel/composition/AddressDialog.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Edwin Woudt */ diff --git a/mozilla/grendel/composition/AddressList.java b/mozilla/grendel/composition/AddressList.java index d6acd68e4b2..24273bdcde4 100644 --- a/mozilla/grendel/composition/AddressList.java +++ b/mozilla/grendel/composition/AddressList.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Edwin Woudt */ diff --git a/mozilla/grendel/composition/AddressListBeanInfo.java b/mozilla/grendel/composition/AddressListBeanInfo.java index 9fc16a660eb..4e44c9ab932 100644 --- a/mozilla/grendel/composition/AddressListBeanInfo.java +++ b/mozilla/grendel/composition/AddressListBeanInfo.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.composition; diff --git a/mozilla/grendel/composition/Addressee.java b/mozilla/grendel/composition/Addressee.java index 98fa1083951..af724dcc0ac 100644 --- a/mozilla/grendel/composition/Addressee.java +++ b/mozilla/grendel/composition/Addressee.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.composition; diff --git a/mozilla/grendel/composition/AttachmentsList.java b/mozilla/grendel/composition/AttachmentsList.java index e18ab74d06a..2c9c731b05c 100644 --- a/mozilla/grendel/composition/AttachmentsList.java +++ b/mozilla/grendel/composition/AttachmentsList.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen * Edwin Woudt * Thomas Down diff --git a/mozilla/grendel/composition/AttachmentsListBeanInfo.java b/mozilla/grendel/composition/AttachmentsListBeanInfo.java index 7d493ae45c3..68164a8e658 100644 --- a/mozilla/grendel/composition/AttachmentsListBeanInfo.java +++ b/mozilla/grendel/composition/AttachmentsListBeanInfo.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.composition; diff --git a/mozilla/grendel/composition/Composition.java b/mozilla/grendel/composition/Composition.java index 21cf51e5c81..9efd59401a4 100644 --- a/mozilla/grendel/composition/Composition.java +++ b/mozilla/grendel/composition/Composition.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen * Edwin Woudt */ diff --git a/mozilla/grendel/composition/CompositionPanel.java b/mozilla/grendel/composition/CompositionPanel.java index 0aa0937a539..9109ee0ea64 100644 --- a/mozilla/grendel/composition/CompositionPanel.java +++ b/mozilla/grendel/composition/CompositionPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 20 Oct 1997. * diff --git a/mozilla/grendel/composition/CompositionPanelListener.java b/mozilla/grendel/composition/CompositionPanelListener.java index 3735de878a2..ca24891f8cf 100644 --- a/mozilla/grendel/composition/CompositionPanelListener.java +++ b/mozilla/grendel/composition/CompositionPanelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 23 Oct 1997. * diff --git a/mozilla/grendel/composition/CompositionTest.java b/mozilla/grendel/composition/CompositionTest.java index cdb69b7b2cd..43dbf68ec87 100644 --- a/mozilla/grendel/composition/CompositionTest.java +++ b/mozilla/grendel/composition/CompositionTest.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan Test program for the Composition Editor. diff --git a/mozilla/grendel/composition/Makefile b/mozilla/grendel/composition/Makefile index 502cd3dfe78..cd879d55ecf 100644 --- a/mozilla/grendel/composition/Makefile +++ b/mozilla/grendel/composition/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS= \ AddressBar.java \ diff --git a/mozilla/grendel/composition/Makefile.in b/mozilla/grendel/composition/Makefile.in index edb512a33d1..ad382db6bb0 100644 --- a/mozilla/grendel/composition/Makefile.in +++ b/mozilla/grendel/composition/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS= \ AddressBar.java \ diff --git a/mozilla/grendel/composition/NSTabbedPane.java b/mozilla/grendel/composition/NSTabbedPane.java index ea0ca746d63..a104d4f44e3 100644 --- a/mozilla/grendel/composition/NSTabbedPane.java +++ b/mozilla/grendel/composition/NSTabbedPane.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.composition; diff --git a/mozilla/grendel/composition/OptionsPanel.java b/mozilla/grendel/composition/OptionsPanel.java index f2466bbf83d..8b1e7c61ac8 100644 --- a/mozilla/grendel/composition/OptionsPanel.java +++ b/mozilla/grendel/composition/OptionsPanel.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen * Edwin Woudt */ diff --git a/mozilla/grendel/composition/TestDataSource2.java b/mozilla/grendel/composition/TestDataSource2.java index c52edd65316..1dcb1dcc322 100644 --- a/mozilla/grendel/composition/TestDataSource2.java +++ b/mozilla/grendel/composition/TestDataSource2.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.composition; diff --git a/mozilla/grendel/composition/images/README b/mozilla/grendel/composition/images/README index 62781d07318..1c2c2f97c93 100644 --- a/mozilla/grendel/composition/images/README +++ b/mozilla/grendel/composition/images/README @@ -1,20 +1,21 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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. +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Edwin Woudt +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Edwin Woudt # Chris Nelson diff --git a/mozilla/grendel/configure.in b/mozilla/grendel/configure.in index 647bdba4652..778e70c8783 100644 --- a/mozilla/grendel/configure.in +++ b/mozilla/grendel/configure.in @@ -1,20 +1,21 @@ -dnl The contents of this file are subject to the Mozilla Public License -dnl Version 1.0 (the "License"); you may not use this file except in -dnl compliance with the License. You may obtain a copy of the License -dnl at http://www.mozilla.org/MPL/ +dnl The contents of this file are subject to the Mozilla Public +dnl License Version 1.1 (the "License"); you may not use this file +dnl except in compliance with the License. You may obtain a copy of +dnl the License at http://www.mozilla.org/MPL/ dnl -dnl Software distributed under the License is distributed on an "AS IS" -dnl basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -dnl the License for the specific language governing rights and -dnl limitations under the License. +dnl Software distributed under the License is distributed on an "AS +dnl IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +dnl implied. See the License for the specific language governing +dnl rights and limitations under the License. dnl dnl The Original Code is this file as it was released upon August 6, 1999. dnl -dnl The Initial Developer of this code under the MPL is Jeff Galyan, -dnl . Portions created by Jeff Galyan -dnl are Copyright (C) 1999 Jeff Galyan. All Rights Reserved. +dnl The Initial Developer of the Original Code is Jeff Galyan, +dnl . Portions created by Jeff Galyan are +dnl Copyright (C) 1999 Jeff Galyan. All +dnl Rights Reserved. dnl -dnl Contributors: +dnl Contributor(s): dnl dnl Process this file with autoconf to produce a configure script. AC_INIT() diff --git a/mozilla/grendel/dnd/DnDConstants.java b/mozilla/grendel/dnd/DnDConstants.java index f0a9d5758c4..9ab5573f459 100644 --- a/mozilla/grendel/dnd/DnDConstants.java +++ b/mozilla/grendel/dnd/DnDConstants.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DragSource.java b/mozilla/grendel/dnd/DragSource.java index b608f82db97..c2015a2236b 100644 --- a/mozilla/grendel/dnd/DragSource.java +++ b/mozilla/grendel/dnd/DragSource.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DragSourceContext.java b/mozilla/grendel/dnd/DragSourceContext.java index ae70b51ba30..265175e2c2f 100644 --- a/mozilla/grendel/dnd/DragSourceContext.java +++ b/mozilla/grendel/dnd/DragSourceContext.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. * diff --git a/mozilla/grendel/dnd/DragSourceDragEvent.java b/mozilla/grendel/dnd/DragSourceDragEvent.java index cdc1c06a6c8..a67bfc14a8d 100644 --- a/mozilla/grendel/dnd/DragSourceDragEvent.java +++ b/mozilla/grendel/dnd/DragSourceDragEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DragSourceDropEvent.java b/mozilla/grendel/dnd/DragSourceDropEvent.java index 3ef79ce46de..57ec5a38082 100644 --- a/mozilla/grendel/dnd/DragSourceDropEvent.java +++ b/mozilla/grendel/dnd/DragSourceDropEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DragSourceListener.java b/mozilla/grendel/dnd/DragSourceListener.java index 030dbd90a83..3bc4851146d 100644 --- a/mozilla/grendel/dnd/DragSourceListener.java +++ b/mozilla/grendel/dnd/DragSourceListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DropTarget.java b/mozilla/grendel/dnd/DropTarget.java index 81056e511ba..93f243ddd15 100644 --- a/mozilla/grendel/dnd/DropTarget.java +++ b/mozilla/grendel/dnd/DropTarget.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DropTargetComponent.java b/mozilla/grendel/dnd/DropTargetComponent.java index 81db19e221c..9291b47ad0c 100644 --- a/mozilla/grendel/dnd/DropTargetComponent.java +++ b/mozilla/grendel/dnd/DropTargetComponent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 11 Nov 1997. * diff --git a/mozilla/grendel/dnd/DropTargetContext.java b/mozilla/grendel/dnd/DropTargetContext.java index 08d4a4dc0f6..06c8c067093 100644 --- a/mozilla/grendel/dnd/DropTargetContext.java +++ b/mozilla/grendel/dnd/DropTargetContext.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. * diff --git a/mozilla/grendel/dnd/DropTargetDragEvent.java b/mozilla/grendel/dnd/DropTargetDragEvent.java index d43d53935a1..116512b3b77 100644 --- a/mozilla/grendel/dnd/DropTargetDragEvent.java +++ b/mozilla/grendel/dnd/DropTargetDragEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DropTargetDropEvent.java b/mozilla/grendel/dnd/DropTargetDropEvent.java index c51ea35b881..2983a0524f0 100644 --- a/mozilla/grendel/dnd/DropTargetDropEvent.java +++ b/mozilla/grendel/dnd/DropTargetDropEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DropTargetEvent.java b/mozilla/grendel/dnd/DropTargetEvent.java index d6ce1b5ae20..5f8ad8d0128 100644 --- a/mozilla/grendel/dnd/DropTargetEvent.java +++ b/mozilla/grendel/dnd/DropTargetEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/DropTargetListener.java b/mozilla/grendel/dnd/DropTargetListener.java index 5ea32a9ded6..c28b583ee2b 100644 --- a/mozilla/grendel/dnd/DropTargetListener.java +++ b/mozilla/grendel/dnd/DropTargetListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/InvalidDnDOperationException.java b/mozilla/grendel/dnd/InvalidDnDOperationException.java index 3556f7b22e5..efb9d53b1dc 100644 --- a/mozilla/grendel/dnd/InvalidDnDOperationException.java +++ b/mozilla/grendel/dnd/InvalidDnDOperationException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. */ diff --git a/mozilla/grendel/dnd/Makefile b/mozilla/grendel/dnd/Makefile index 0dc07142663..a737e971537 100644 --- a/mozilla/grendel/dnd/Makefile +++ b/mozilla/grendel/dnd/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DnDConstants.java \ diff --git a/mozilla/grendel/dnd/Makefile.in b/mozilla/grendel/dnd/Makefile.in index e5a8458d8a6..b26601b1546 100644 --- a/mozilla/grendel/dnd/Makefile.in +++ b/mozilla/grendel/dnd/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DnDConstants.java \ diff --git a/mozilla/grendel/dog/Makefile b/mozilla/grendel/dog/Makefile index 45c0c4e1255..2139207ce0b 100644 --- a/mozilla/grendel/dog/Makefile +++ b/mozilla/grendel/dog/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ mail \ diff --git a/mozilla/grendel/dog/Makefile.in b/mozilla/grendel/dog/Makefile.in index 1bd768fc870..85915f437ea 100644 --- a/mozilla/grendel/dog/Makefile.in +++ b/mozilla/grendel/dog/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ mail \ diff --git a/mozilla/grendel/dog/mail/Makefile b/mozilla/grendel/dog/mail/Makefile index 703d0d653e3..0cdbceb0db3 100644 --- a/mozilla/grendel/dog/mail/Makefile +++ b/mozilla/grendel/dog/mail/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ nntp \ diff --git a/mozilla/grendel/dog/mail/Makefile.in b/mozilla/grendel/dog/mail/Makefile.in index b80dd66fb39..e425083a288 100644 --- a/mozilla/grendel/dog/mail/Makefile.in +++ b/mozilla/grendel/dog/mail/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ nntp \ diff --git a/mozilla/grendel/dog/mail/nntp/Article.java b/mozilla/grendel/dog/mail/nntp/Article.java index 9c274a36703..55d8c441790 100644 --- a/mozilla/grendel/dog/mail/nntp/Article.java +++ b/mozilla/grendel/dog/mail/nntp/Article.java @@ -1,20 +1,22 @@ /* * Article.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/dog/mail/nntp/Makefile b/mozilla/grendel/dog/mail/nntp/Makefile index feb171434cb..7d22dabe23c 100644 --- a/mozilla/grendel/dog/mail/nntp/Makefile +++ b/mozilla/grendel/dog/mail/nntp/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ Article.java \ diff --git a/mozilla/grendel/dog/mail/nntp/Makefile.in b/mozilla/grendel/dog/mail/nntp/Makefile.in index 2fea6755015..5975287baba 100644 --- a/mozilla/grendel/dog/mail/nntp/Makefile.in +++ b/mozilla/grendel/dog/mail/nntp/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ Article.java \ diff --git a/mozilla/grendel/dog/mail/nntp/NNTPStore.java b/mozilla/grendel/dog/mail/nntp/NNTPStore.java index 3c6a99915c2..64dff3b0d03 100644 --- a/mozilla/grendel/dog/mail/nntp/NNTPStore.java +++ b/mozilla/grendel/dog/mail/nntp/NNTPStore.java @@ -1,20 +1,22 @@ /* * NNTPStore.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): Edwin Woudt */ diff --git a/mozilla/grendel/dog/mail/nntp/Newsgroup.java b/mozilla/grendel/dog/mail/nntp/Newsgroup.java index 6399063d1d8..587827effd1 100644 --- a/mozilla/grendel/dog/mail/nntp/Newsgroup.java +++ b/mozilla/grendel/dog/mail/nntp/Newsgroup.java @@ -1,20 +1,22 @@ /* * Newsgroup.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): Edwin Woudt */ diff --git a/mozilla/grendel/dog/mail/util/CRLFInputStream.java b/mozilla/grendel/dog/mail/util/CRLFInputStream.java index fbf614d2fe8..6c85fe63da1 100644 --- a/mozilla/grendel/dog/mail/util/CRLFInputStream.java +++ b/mozilla/grendel/dog/mail/util/CRLFInputStream.java @@ -1,20 +1,22 @@ /* * CRLFInputStream.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/dog/mail/util/CRLFOutputStream.java b/mozilla/grendel/dog/mail/util/CRLFOutputStream.java index 7385ac26b08..758aeadccfa 100644 --- a/mozilla/grendel/dog/mail/util/CRLFOutputStream.java +++ b/mozilla/grendel/dog/mail/util/CRLFOutputStream.java @@ -1,20 +1,22 @@ /* * CRLFOutputStream.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/dog/mail/util/Makefile b/mozilla/grendel/dog/mail/util/Makefile index 1024aaa697c..cf9cc468c9b 100644 --- a/mozilla/grendel/dog/mail/util/Makefile +++ b/mozilla/grendel/dog/mail/util/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ CRLFInputStream.java \ diff --git a/mozilla/grendel/dog/mail/util/Makefile.in b/mozilla/grendel/dog/mail/util/Makefile.in index f5960f1a02f..d1ce4351911 100644 --- a/mozilla/grendel/dog/mail/util/Makefile.in +++ b/mozilla/grendel/dog/mail/util/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ CRLFInputStream.java \ diff --git a/mozilla/grendel/dog/mail/util/MessageInputStream.java b/mozilla/grendel/dog/mail/util/MessageInputStream.java index 8a162afe3ac..015b8bf7bc5 100644 --- a/mozilla/grendel/dog/mail/util/MessageInputStream.java +++ b/mozilla/grendel/dog/mail/util/MessageInputStream.java @@ -1,20 +1,22 @@ /* * MessageInputStream.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/dog/mail/util/MessageOutputStream.java b/mozilla/grendel/dog/mail/util/MessageOutputStream.java index 2a324ebe487..503036232ce 100644 --- a/mozilla/grendel/dog/mail/util/MessageOutputStream.java +++ b/mozilla/grendel/dog/mail/util/MessageOutputStream.java @@ -1,20 +1,22 @@ /* * MessageOutputStream.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/dog/util/Makefile b/mozilla/grendel/dog/util/Makefile index c7d75020794..32a08dd0395 100644 --- a/mozilla/grendel/dog/util/Makefile +++ b/mozilla/grendel/dog/util/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ ObjectCollator.java \ diff --git a/mozilla/grendel/dog/util/Makefile.in b/mozilla/grendel/dog/util/Makefile.in index a9946a77240..09ba95a64fb 100644 --- a/mozilla/grendel/dog/util/Makefile.in +++ b/mozilla/grendel/dog/util/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ ObjectCollator.java \ diff --git a/mozilla/grendel/dog/util/ObjectCollator.java b/mozilla/grendel/dog/util/ObjectCollator.java index 657e04c876d..c19d139bad3 100644 --- a/mozilla/grendel/dog/util/ObjectCollator.java +++ b/mozilla/grendel/dog/util/ObjectCollator.java @@ -1,20 +1,22 @@ /* * ObjectCollator.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/Referential.java b/mozilla/grendel/dog/util/Referential.java index b6185054800..03a9e03f20f 100644 --- a/mozilla/grendel/dog/util/Referential.java +++ b/mozilla/grendel/dog/util/Referential.java @@ -1,20 +1,22 @@ /* * Referential.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/StatusEvent.java b/mozilla/grendel/dog/util/StatusEvent.java index d1d18caee66..fd1499c305c 100644 --- a/mozilla/grendel/dog/util/StatusEvent.java +++ b/mozilla/grendel/dog/util/StatusEvent.java @@ -1,20 +1,22 @@ /* * StatusEvent.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/StatusListener.java b/mozilla/grendel/dog/util/StatusListener.java index 01e64b301ae..a733bcd0c39 100644 --- a/mozilla/grendel/dog/util/StatusListener.java +++ b/mozilla/grendel/dog/util/StatusListener.java @@ -1,20 +1,22 @@ /* * StatusListener.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/StatusSource.java b/mozilla/grendel/dog/util/StatusSource.java index 3560e7051d3..fc8dd27d41a 100644 --- a/mozilla/grendel/dog/util/StatusSource.java +++ b/mozilla/grendel/dog/util/StatusSource.java @@ -1,20 +1,22 @@ /* * StatusSource.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/Timer.java b/mozilla/grendel/dog/util/Timer.java index 772544ce7c9..ac4fa3991d0 100644 --- a/mozilla/grendel/dog/util/Timer.java +++ b/mozilla/grendel/dog/util/Timer.java @@ -1,20 +1,22 @@ /* * Timer.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/TimerEvent.java b/mozilla/grendel/dog/util/TimerEvent.java index 9bb29eb268d..d04d4e27c74 100644 --- a/mozilla/grendel/dog/util/TimerEvent.java +++ b/mozilla/grendel/dog/util/TimerEvent.java @@ -1,20 +1,22 @@ /* * TimerEvent.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/TimerListener.java b/mozilla/grendel/dog/util/TimerListener.java index e5b48d0b4a4..06315becf95 100644 --- a/mozilla/grendel/dog/util/TimerListener.java +++ b/mozilla/grendel/dog/util/TimerListener.java @@ -1,20 +1,22 @@ /* * TimerListener.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/Tree.java b/mozilla/grendel/dog/util/Tree.java index 59f1f65a31f..2b537897667 100644 --- a/mozilla/grendel/dog/util/Tree.java +++ b/mozilla/grendel/dog/util/Tree.java @@ -1,20 +1,22 @@ /* * Tree.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. * diff --git a/mozilla/grendel/dog/util/TreeEvent.java b/mozilla/grendel/dog/util/TreeEvent.java index 375009514bf..3b2c106c3c9 100644 --- a/mozilla/grendel/dog/util/TreeEvent.java +++ b/mozilla/grendel/dog/util/TreeEvent.java @@ -1,20 +1,22 @@ /* * TreeEvent.java * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the - * License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is Knife. * * The Initial Developer of the Original Code is dog. - * Portions created by dog are Copyright (C) 1998 dog . All Rights Reserved. + * Portions created by dog are + * Copyright (C) 1998 dog . All + * Rights Reserved. * * Contributor(s): n/a. */ diff --git a/mozilla/grendel/filters/DeleteFilterActionFactory.java b/mozilla/grendel/filters/DeleteFilterActionFactory.java index 1d26d84a4c0..036ae046b25 100644 --- a/mozilla/grendel/filters/DeleteFilterActionFactory.java +++ b/mozilla/grendel/filters/DeleteFilterActionFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class DeleteFilterActionFactory. * diff --git a/mozilla/grendel/filters/FilterBase.java b/mozilla/grendel/filters/FilterBase.java index f1d883ccb65..ce0538c48e2 100644 --- a/mozilla/grendel/filters/FilterBase.java +++ b/mozilla/grendel/filters/FilterBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterBase. * diff --git a/mozilla/grendel/filters/FilterFactory.java b/mozilla/grendel/filters/FilterFactory.java index 336b582f7a8..1f386f19df9 100644 --- a/mozilla/grendel/filters/FilterFactory.java +++ b/mozilla/grendel/filters/FilterFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterFactory * diff --git a/mozilla/grendel/filters/FilterMaster.java b/mozilla/grendel/filters/FilterMaster.java index e95fe34628a..cffddc50fca 100644 --- a/mozilla/grendel/filters/FilterMaster.java +++ b/mozilla/grendel/filters/FilterMaster.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterMaster. * diff --git a/mozilla/grendel/filters/FilterRulesParser.java b/mozilla/grendel/filters/FilterRulesParser.java index 12c3a239d05..f479cab02f2 100644 --- a/mozilla/grendel/filters/FilterRulesParser.java +++ b/mozilla/grendel/filters/FilterRulesParser.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterRulesParser * diff --git a/mozilla/grendel/filters/FilterSyntaxException.java b/mozilla/grendel/filters/FilterSyntaxException.java index ab8121d3809..0dc68c6d0f3 100644 --- a/mozilla/grendel/filters/FilterSyntaxException.java +++ b/mozilla/grendel/filters/FilterSyntaxException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterSyntaxException. * diff --git a/mozilla/grendel/filters/IFilter.java b/mozilla/grendel/filters/IFilter.java index 6e96aad8ad6..47af8f44ee6 100644 --- a/mozilla/grendel/filters/IFilter.java +++ b/mozilla/grendel/filters/IFilter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Interface IFilter. * diff --git a/mozilla/grendel/filters/IFilterAction.java b/mozilla/grendel/filters/IFilterAction.java index 85ff4c40e30..dee40f97e96 100644 --- a/mozilla/grendel/filters/IFilterAction.java +++ b/mozilla/grendel/filters/IFilterAction.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Interface IFilterAction. * diff --git a/mozilla/grendel/filters/IFilterActionFactory.java b/mozilla/grendel/filters/IFilterActionFactory.java index 3cc690123c4..47273f0fc32 100644 --- a/mozilla/grendel/filters/IFilterActionFactory.java +++ b/mozilla/grendel/filters/IFilterActionFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Interface FilterActionFactory. * diff --git a/mozilla/grendel/filters/IFilterTermFactory.java b/mozilla/grendel/filters/IFilterTermFactory.java index 35ee20f9afb..2d02d8c7059 100644 --- a/mozilla/grendel/filters/IFilterTermFactory.java +++ b/mozilla/grendel/filters/IFilterTermFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Interface IFilterTermFactory. * diff --git a/mozilla/grendel/filters/Makefile b/mozilla/grendel/filters/Makefile index c7d259dbbf3..d292db47f80 100644 --- a/mozilla/grendel/filters/Makefile +++ b/mozilla/grendel/filters/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DeleteFilterActionFactory.java \ diff --git a/mozilla/grendel/filters/Makefile.in b/mozilla/grendel/filters/Makefile.in index a5c2d3377af..e5be0009a90 100644 --- a/mozilla/grendel/filters/Makefile.in +++ b/mozilla/grendel/filters/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DeleteFilterActionFactory.java \ diff --git a/mozilla/grendel/filters/MoveFilterActionFactory.java b/mozilla/grendel/filters/MoveFilterActionFactory.java index 78c2a3f3d13..64e3ca887e7 100644 --- a/mozilla/grendel/filters/MoveFilterActionFactory.java +++ b/mozilla/grendel/filters/MoveFilterActionFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class MoveFilterActionFactory. * diff --git a/mozilla/grendel/filters/SubjectTermFactory.java b/mozilla/grendel/filters/SubjectTermFactory.java index 494edab8a7c..9a039156e63 100644 --- a/mozilla/grendel/filters/SubjectTermFactory.java +++ b/mozilla/grendel/filters/SubjectTermFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class SubjectTermFactory. * diff --git a/mozilla/grendel/integrator/CompositionShell.java b/mozilla/grendel/integrator/CompositionShell.java index 48b959aafbe..6868071f949 100644 --- a/mozilla/grendel/integrator/CompositionShell.java +++ b/mozilla/grendel/integrator/CompositionShell.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Oct 1997. * diff --git a/mozilla/grendel/integrator/CompositionView.java b/mozilla/grendel/integrator/CompositionView.java index 457e0c1fd9d..f4c8837611b 100644 --- a/mozilla/grendel/integrator/CompositionView.java +++ b/mozilla/grendel/integrator/CompositionView.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Oct 1997. * diff --git a/mozilla/grendel/integrator/FolderCtx.java b/mozilla/grendel/integrator/FolderCtx.java index 602a38d02b3..e00bc815e37 100644 --- a/mozilla/grendel/integrator/FolderCtx.java +++ b/mozilla/grendel/integrator/FolderCtx.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ diff --git a/mozilla/grendel/integrator/FolderView.java b/mozilla/grendel/integrator/FolderView.java index 7827e32a6c9..2c444c8406e 100644 --- a/mozilla/grendel/integrator/FolderView.java +++ b/mozilla/grendel/integrator/FolderView.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.integrator; diff --git a/mozilla/grendel/integrator/Makefile b/mozilla/grendel/integrator/Makefile index 0a28aa10859..784acb28a5d 100644 --- a/mozilla/grendel/integrator/Makefile +++ b/mozilla/grendel/integrator/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ CompositionShell.java \ diff --git a/mozilla/grendel/integrator/Makefile.in b/mozilla/grendel/integrator/Makefile.in index 9b0c6722486..386e04cf580 100644 --- a/mozilla/grendel/integrator/Makefile.in +++ b/mozilla/grendel/integrator/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ CompositionShell.java \ diff --git a/mozilla/grendel/integrator/MenuLabels.properties b/mozilla/grendel/integrator/MenuLabels.properties index 30c97e1a670..b36f6372f80 100644 --- a/mozilla/grendel/integrator/MenuLabels.properties +++ b/mozilla/grendel/integrator/MenuLabels.properties @@ -1,19 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): # diff --git a/mozilla/grendel/integrator/SessionView.java b/mozilla/grendel/integrator/SessionView.java index c4dc8b5d0af..42a528b6a12 100644 --- a/mozilla/grendel/integrator/SessionView.java +++ b/mozilla/grendel/integrator/SessionView.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 10 Nov 1997. * diff --git a/mozilla/grendel/integrator/Shell.java b/mozilla/grendel/integrator/Shell.java index dc014910fd2..4568c2f5e08 100644 --- a/mozilla/grendel/integrator/Shell.java +++ b/mozilla/grendel/integrator/Shell.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.integrator; diff --git a/mozilla/grendel/integrator/StoreCtx.java b/mozilla/grendel/integrator/StoreCtx.java index 88e82d848c0..d9e2f85986e 100644 --- a/mozilla/grendel/integrator/StoreCtx.java +++ b/mozilla/grendel/integrator/StoreCtx.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 14 Nov 1997. * diff --git a/mozilla/grendel/mime/HeaderCharsetDecoder.java b/mozilla/grendel/mime/HeaderCharsetDecoder.java index e5f04893716..990e963c9df 100644 --- a/mozilla/grendel/mime/HeaderCharsetDecoder.java +++ b/mozilla/grendel/mime/HeaderCharsetDecoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 7 Oct 1997. */ diff --git a/mozilla/grendel/mime/IMimeObject.java b/mozilla/grendel/mime/IMimeObject.java index c56523f5276..6e52f65307c 100644 --- a/mozilla/grendel/mime/IMimeObject.java +++ b/mozilla/grendel/mime/IMimeObject.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Interface to extracting information from MIME objects. * Created: Jamie Zawinski , 21 Aug 1997. diff --git a/mozilla/grendel/mime/IMimeOperator.java b/mozilla/grendel/mime/IMimeOperator.java index 5723e5d1b87..d92138ec98a 100644 --- a/mozilla/grendel/mime/IMimeOperator.java +++ b/mozilla/grendel/mime/IMimeOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/IMimeParser.java b/mozilla/grendel/mime/IMimeParser.java index f22cf4950a3..3a15a9edcd7 100644 --- a/mozilla/grendel/mime/IMimeParser.java +++ b/mozilla/grendel/mime/IMimeParser.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/Makefile b/mozilla/grendel/mime/Makefile index 03c642c1fb2..24aec38c557 100644 --- a/mozilla/grendel/mime/Makefile +++ b/mozilla/grendel/mime/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ html \ diff --git a/mozilla/grendel/mime/Makefile.in b/mozilla/grendel/mime/Makefile.in index 23b3e29501b..d4e0192c98a 100644 --- a/mozilla/grendel/mime/Makefile.in +++ b/mozilla/grendel/mime/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SUBDIRS= \ html \ diff --git a/mozilla/grendel/mime/TestMime.java b/mozilla/grendel/mime/TestMime.java index 911866a69f3..3f9db25724e 100644 --- a/mozilla/grendel/mime/TestMime.java +++ b/mozilla/grendel/mime/TestMime.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 29 Aug 1997. */ diff --git a/mozilla/grendel/mime/encoder/Makefile b/mozilla/grendel/mime/encoder/Makefile index 3ada214ec87..4067cf327db 100644 --- a/mozilla/grendel/mime/encoder/Makefile +++ b/mozilla/grendel/mime/encoder/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeBase64Decoder.java \ diff --git a/mozilla/grendel/mime/encoder/Makefile.in b/mozilla/grendel/mime/encoder/Makefile.in index 841f82dd1e6..ec3d286ed97 100644 --- a/mozilla/grendel/mime/encoder/Makefile.in +++ b/mozilla/grendel/mime/encoder/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeBase64Decoder.java \ diff --git a/mozilla/grendel/mime/encoder/MimeBase64Decoder.java b/mozilla/grendel/mime/encoder/MimeBase64Decoder.java index 401bcac18bc..af4d542c5a4 100644 --- a/mozilla/grendel/mime/encoder/MimeBase64Decoder.java +++ b/mozilla/grendel/mime/encoder/MimeBase64Decoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. * diff --git a/mozilla/grendel/mime/encoder/MimeBase64Encoder.java b/mozilla/grendel/mime/encoder/MimeBase64Encoder.java index 05de1df276d..c334b7be8a3 100644 --- a/mozilla/grendel/mime/encoder/MimeBase64Encoder.java +++ b/mozilla/grendel/mime/encoder/MimeBase64Encoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. * diff --git a/mozilla/grendel/mime/encoder/MimeEncoder.java b/mozilla/grendel/mime/encoder/MimeEncoder.java index be6da58ba44..a3317bdb695 100644 --- a/mozilla/grendel/mime/encoder/MimeEncoder.java +++ b/mozilla/grendel/mime/encoder/MimeEncoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/encoder/MimeQuotedPrintableDecoder.java b/mozilla/grendel/mime/encoder/MimeQuotedPrintableDecoder.java index b0a687536b2..9adb5d4f50d 100644 --- a/mozilla/grendel/mime/encoder/MimeQuotedPrintableDecoder.java +++ b/mozilla/grendel/mime/encoder/MimeQuotedPrintableDecoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/encoder/MimeQuotedPrintableEncoder.java b/mozilla/grendel/mime/encoder/MimeQuotedPrintableEncoder.java index f43a5fd1718..e8abda62cda 100644 --- a/mozilla/grendel/mime/encoder/MimeQuotedPrintableEncoder.java +++ b/mozilla/grendel/mime/encoder/MimeQuotedPrintableEncoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. * diff --git a/mozilla/grendel/mime/encoder/MimeUUDecoder.java b/mozilla/grendel/mime/encoder/MimeUUDecoder.java index 6b1591cb817..4d4c97968d2 100644 --- a/mozilla/grendel/mime/encoder/MimeUUDecoder.java +++ b/mozilla/grendel/mime/encoder/MimeUUDecoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/encoder/MimeUUEncoder.java b/mozilla/grendel/mime/encoder/MimeUUEncoder.java index 8f1d884c4d0..a9717791de6 100644 --- a/mozilla/grendel/mime/encoder/MimeUUEncoder.java +++ b/mozilla/grendel/mime/encoder/MimeUUEncoder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. * diff --git a/mozilla/grendel/mime/extractor/Makefile b/mozilla/grendel/mime/extractor/Makefile index a5081e76134..e515c6793ff 100644 --- a/mozilla/grendel/mime/extractor/Makefile +++ b/mozilla/grendel/mime/extractor/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeExtractorOperatorFactory.java \ diff --git a/mozilla/grendel/mime/extractor/Makefile.in b/mozilla/grendel/mime/extractor/Makefile.in index b40d47bbcd2..88a77e69f3c 100644 --- a/mozilla/grendel/mime/extractor/Makefile.in +++ b/mozilla/grendel/mime/extractor/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeExtractorOperatorFactory.java \ diff --git a/mozilla/grendel/mime/extractor/MimeExtractorOperatorFactory.java b/mozilla/grendel/mime/extractor/MimeExtractorOperatorFactory.java index 4c706ca1ae5..431949c1935 100644 --- a/mozilla/grendel/mime/extractor/MimeExtractorOperatorFactory.java +++ b/mozilla/grendel/mime/extractor/MimeExtractorOperatorFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 2 Sep 1997. */ diff --git a/mozilla/grendel/mime/html/BriefHeaderFormatter.java b/mozilla/grendel/mime/html/BriefHeaderFormatter.java index b7983e53cbf..9ce6b854625 100644 --- a/mozilla/grendel/mime/html/BriefHeaderFormatter.java +++ b/mozilla/grendel/mime/html/BriefHeaderFormatter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 31 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/FullHeaderFormatter.java b/mozilla/grendel/mime/html/FullHeaderFormatter.java index 7cd1e2d2e5c..99bd6c36e7b 100644 --- a/mozilla/grendel/mime/html/FullHeaderFormatter.java +++ b/mozilla/grendel/mime/html/FullHeaderFormatter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 31 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/HeaderFormatter.java b/mozilla/grendel/mime/html/HeaderFormatter.java index fe5dc972e9f..76185a5e0b8 100644 --- a/mozilla/grendel/mime/html/HeaderFormatter.java +++ b/mozilla/grendel/mime/html/HeaderFormatter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 31 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/Makefile b/mozilla/grendel/mime/html/Makefile index b8347c37543..e1b93a31f5c 100644 --- a/mozilla/grendel/mime/html/Makefile +++ b/mozilla/grendel/mime/html/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ BriefHeaderFormatter.java \ diff --git a/mozilla/grendel/mime/html/Makefile.in b/mozilla/grendel/mime/html/Makefile.in index ee02cd59ab5..670c9a26bc8 100644 --- a/mozilla/grendel/mime/html/Makefile.in +++ b/mozilla/grendel/mime/html/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ BriefHeaderFormatter.java \ diff --git a/mozilla/grendel/mime/html/MimeContainerOperator.java b/mozilla/grendel/mime/html/MimeContainerOperator.java index ecf9f3c4387..ea1d28a9379 100644 --- a/mozilla/grendel/mime/html/MimeContainerOperator.java +++ b/mozilla/grendel/mime/html/MimeContainerOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeExternalBodyOperator.java b/mozilla/grendel/mime/html/MimeExternalBodyOperator.java index 46a43a9475f..f0888c42c42 100644 --- a/mozilla/grendel/mime/html/MimeExternalBodyOperator.java +++ b/mozilla/grendel/mime/html/MimeExternalBodyOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeExternalObjectOperator.java b/mozilla/grendel/mime/html/MimeExternalObjectOperator.java index 69cd4ed38ab..e99f6cbcfba 100644 --- a/mozilla/grendel/mime/html/MimeExternalObjectOperator.java +++ b/mozilla/grendel/mime/html/MimeExternalObjectOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 26 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeHTMLOperator.java b/mozilla/grendel/mime/html/MimeHTMLOperator.java index 1530eddc67f..989aaf0014e 100644 --- a/mozilla/grendel/mime/html/MimeHTMLOperator.java +++ b/mozilla/grendel/mime/html/MimeHTMLOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 26 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeHTMLOperatorFactory.java b/mozilla/grendel/mime/html/MimeHTMLOperatorFactory.java index 1f4c94284f4..cfd73549225 100644 --- a/mozilla/grendel/mime/html/MimeHTMLOperatorFactory.java +++ b/mozilla/grendel/mime/html/MimeHTMLOperatorFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 29 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeLeafOperator.java b/mozilla/grendel/mime/html/MimeLeafOperator.java index 22fd7ab3b21..bc7b742c601 100644 --- a/mozilla/grendel/mime/html/MimeLeafOperator.java +++ b/mozilla/grendel/mime/html/MimeLeafOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeMessageOperator.java b/mozilla/grendel/mime/html/MimeMessageOperator.java index 97b4014fdb2..724e19b5ebd 100644 --- a/mozilla/grendel/mime/html/MimeMessageOperator.java +++ b/mozilla/grendel/mime/html/MimeMessageOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeMultipartAlternativeOperator.java b/mozilla/grendel/mime/html/MimeMultipartAlternativeOperator.java index b6721782e08..09c439eb88f 100644 --- a/mozilla/grendel/mime/html/MimeMultipartAlternativeOperator.java +++ b/mozilla/grendel/mime/html/MimeMultipartAlternativeOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeMultipartAppleDoubleOperator.java b/mozilla/grendel/mime/html/MimeMultipartAppleDoubleOperator.java index b18dd730a26..38fac479c9e 100644 --- a/mozilla/grendel/mime/html/MimeMultipartAppleDoubleOperator.java +++ b/mozilla/grendel/mime/html/MimeMultipartAppleDoubleOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeMultipartRelatedOperator.java b/mozilla/grendel/mime/html/MimeMultipartRelatedOperator.java index e4fa708a360..0cf9482548e 100644 --- a/mozilla/grendel/mime/html/MimeMultipartRelatedOperator.java +++ b/mozilla/grendel/mime/html/MimeMultipartRelatedOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeMultipartSignedOperator.java b/mozilla/grendel/mime/html/MimeMultipartSignedOperator.java index 05fec691c17..c7e430c0088 100644 --- a/mozilla/grendel/mime/html/MimeMultipartSignedOperator.java +++ b/mozilla/grendel/mime/html/MimeMultipartSignedOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeTextEnrichedOperator.java b/mozilla/grendel/mime/html/MimeTextEnrichedOperator.java index 302d382334c..76ac224ae4e 100644 --- a/mozilla/grendel/mime/html/MimeTextEnrichedOperator.java +++ b/mozilla/grendel/mime/html/MimeTextEnrichedOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeTextHTMLOperator.java b/mozilla/grendel/mime/html/MimeTextHTMLOperator.java index 6a1ec78210c..df845179993 100644 --- a/mozilla/grendel/mime/html/MimeTextHTMLOperator.java +++ b/mozilla/grendel/mime/html/MimeTextHTMLOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeTextOperator.java b/mozilla/grendel/mime/html/MimeTextOperator.java index 9b44bb49d38..ec16db810e6 100644 --- a/mozilla/grendel/mime/html/MimeTextOperator.java +++ b/mozilla/grendel/mime/html/MimeTextOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 26 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeTextRichtextOperator.java b/mozilla/grendel/mime/html/MimeTextRichtextOperator.java index 41dcaf5a055..d19315d2745 100644 --- a/mozilla/grendel/mime/html/MimeTextRichtextOperator.java +++ b/mozilla/grendel/mime/html/MimeTextRichtextOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/MimeTextVCardOperator.java b/mozilla/grendel/mime/html/MimeTextVCardOperator.java index 4b409f4c140..af093e7f67d 100644 --- a/mozilla/grendel/mime/html/MimeTextVCardOperator.java +++ b/mozilla/grendel/mime/html/MimeTextVCardOperator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/NormalHeaderFormatter.java b/mozilla/grendel/mime/html/NormalHeaderFormatter.java index 3b21a38f59c..3e350ae0563 100644 --- a/mozilla/grendel/mime/html/NormalHeaderFormatter.java +++ b/mozilla/grendel/mime/html/NormalHeaderFormatter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 31 Aug 1997. */ diff --git a/mozilla/grendel/mime/html/TextHTMLConverter.java b/mozilla/grendel/mime/html/TextHTMLConverter.java index 50f1c109549..3db77601b23 100644 --- a/mozilla/grendel/mime/html/TextHTMLConverter.java +++ b/mozilla/grendel/mime/html/TextHTMLConverter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 31 Aug 1997. * diff --git a/mozilla/grendel/mime/parser/Makefile b/mozilla/grendel/mime/parser/Makefile index e55096d25f9..8c72f77e247 100644 --- a/mozilla/grendel/mime/parser/Makefile +++ b/mozilla/grendel/mime/parser/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeContainer.java \ diff --git a/mozilla/grendel/mime/parser/Makefile.in b/mozilla/grendel/mime/parser/Makefile.in index bbc3b7344ef..1f2ca8aed58 100644 --- a/mozilla/grendel/mime/parser/Makefile.in +++ b/mozilla/grendel/mime/parser/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ MimeContainer.java \ diff --git a/mozilla/grendel/mime/parser/MimeContainer.java b/mozilla/grendel/mime/parser/MimeContainer.java index 4109fe9b043..96333e115ac 100644 --- a/mozilla/grendel/mime/parser/MimeContainer.java +++ b/mozilla/grendel/mime/parser/MimeContainer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeDwimText.java b/mozilla/grendel/mime/parser/MimeDwimText.java index 81038175ece..6a712252866 100644 --- a/mozilla/grendel/mime/parser/MimeDwimText.java +++ b/mozilla/grendel/mime/parser/MimeDwimText.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeLeaf.java b/mozilla/grendel/mime/parser/MimeLeaf.java index 77b7089ea43..0a3a0a359cc 100644 --- a/mozilla/grendel/mime/parser/MimeLeaf.java +++ b/mozilla/grendel/mime/parser/MimeLeaf.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeMessageExternalBody.java b/mozilla/grendel/mime/parser/MimeMessageExternalBody.java index 8bea87c193c..7d8addcc9ab 100644 --- a/mozilla/grendel/mime/parser/MimeMessageExternalBody.java +++ b/mozilla/grendel/mime/parser/MimeMessageExternalBody.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 2 Sep 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeMessageRFC822.java b/mozilla/grendel/mime/parser/MimeMessageRFC822.java index 9bc1e1f17ab..4ba01c7df39 100644 --- a/mozilla/grendel/mime/parser/MimeMessageRFC822.java +++ b/mozilla/grendel/mime/parser/MimeMessageRFC822.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeMultipart.java b/mozilla/grendel/mime/parser/MimeMultipart.java index 164ceb1670b..8d73195a7d8 100644 --- a/mozilla/grendel/mime/parser/MimeMultipart.java +++ b/mozilla/grendel/mime/parser/MimeMultipart.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeMultipartDigest.java b/mozilla/grendel/mime/parser/MimeMultipartDigest.java index 36aad27e5d9..301509e774a 100644 --- a/mozilla/grendel/mime/parser/MimeMultipartDigest.java +++ b/mozilla/grendel/mime/parser/MimeMultipartDigest.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeObject.java b/mozilla/grendel/mime/parser/MimeObject.java index 6bc909cc6db..8d1011e9c5c 100644 --- a/mozilla/grendel/mime/parser/MimeObject.java +++ b/mozilla/grendel/mime/parser/MimeObject.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeParserFactory.java b/mozilla/grendel/mime/parser/MimeParserFactory.java index d9ccbc60446..75f7356de75 100644 --- a/mozilla/grendel/mime/parser/MimeParserFactory.java +++ b/mozilla/grendel/mime/parser/MimeParserFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 29 Aug 1997. */ diff --git a/mozilla/grendel/mime/parser/MimeXSunAttachment.java b/mozilla/grendel/mime/parser/MimeXSunAttachment.java index 531fb30e635..86474df9324 100644 --- a/mozilla/grendel/mime/parser/MimeXSunAttachment.java +++ b/mozilla/grendel/mime/parser/MimeXSunAttachment.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 21 Aug 1997. */ diff --git a/mozilla/grendel/prefs/MailServerPrefs.java b/mozilla/grendel/prefs/MailServerPrefs.java index 96ccc940c67..4ce5f646e03 100644 --- a/mozilla/grendel/prefs/MailServerPrefs.java +++ b/mozilla/grendel/prefs/MailServerPrefs.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 16 Oct 1997. */ diff --git a/mozilla/grendel/prefs/MailServerPrefsEditor.java b/mozilla/grendel/prefs/MailServerPrefsEditor.java index 793c7337b8c..1ae20efce7f 100644 --- a/mozilla/grendel/prefs/MailServerPrefsEditor.java +++ b/mozilla/grendel/prefs/MailServerPrefsEditor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 16 Oct 1997. * diff --git a/mozilla/grendel/prefs/Makefile b/mozilla/grendel/prefs/Makefile index f33a554ea8c..888925b270e 100644 --- a/mozilla/grendel/prefs/Makefile +++ b/mozilla/grendel/prefs/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen # Edwin Woudt SUBDIRS= \ diff --git a/mozilla/grendel/prefs/Makefile.in b/mozilla/grendel/prefs/Makefile.in index 39a970f6747..6a1ebc1a52d 100644 --- a/mozilla/grendel/prefs/Makefile.in +++ b/mozilla/grendel/prefs/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen # Edwin Woudt SUBDIRS= base \ diff --git a/mozilla/grendel/prefs/PrefLabels.properties b/mozilla/grendel/prefs/PrefLabels.properties index 67e559314f8..822d06d6707 100644 --- a/mozilla/grendel/prefs/PrefLabels.properties +++ b/mozilla/grendel/prefs/PrefLabels.properties @@ -1,21 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. # -# Contributors: Giao Nguyen +# 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. +# +# Contributor(s): Giao Nguyen # diff --git a/mozilla/grendel/prefs/Prefs.java b/mozilla/grendel/prefs/Prefs.java index 39f0a8be9f9..548db2d8d2f 100644 --- a/mozilla/grendel/prefs/Prefs.java +++ b/mozilla/grendel/prefs/Prefs.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 15 Oct 1997. * diff --git a/mozilla/grendel/prefs/PrefsBeanInfo.java b/mozilla/grendel/prefs/PrefsBeanInfo.java index f14f50ae6cf..af9517c3eba 100644 --- a/mozilla/grendel/prefs/PrefsBeanInfo.java +++ b/mozilla/grendel/prefs/PrefsBeanInfo.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 15 Oct 1997. */ diff --git a/mozilla/grendel/prefs/UIPrefs.java b/mozilla/grendel/prefs/UIPrefs.java index 8161b6ecc8c..0705135ac82 100644 --- a/mozilla/grendel/prefs/UIPrefs.java +++ b/mozilla/grendel/prefs/UIPrefs.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 23 Dec 1997. * diff --git a/mozilla/grendel/prefs/UIPrefsEditor.java b/mozilla/grendel/prefs/UIPrefsEditor.java index 40e3c0e3c30..5193fe5a797 100644 --- a/mozilla/grendel/prefs/UIPrefsEditor.java +++ b/mozilla/grendel/prefs/UIPrefsEditor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 23 Dec 1997. * diff --git a/mozilla/grendel/prefs/UserPrefs.java b/mozilla/grendel/prefs/UserPrefs.java index abe4c87e215..1a03d4f8af0 100644 --- a/mozilla/grendel/prefs/UserPrefs.java +++ b/mozilla/grendel/prefs/UserPrefs.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 16 Oct 1997. * diff --git a/mozilla/grendel/prefs/UserPrefsEditor.java b/mozilla/grendel/prefs/UserPrefsEditor.java index 13632a37387..fdf892d8417 100644 --- a/mozilla/grendel/prefs/UserPrefsEditor.java +++ b/mozilla/grendel/prefs/UserPrefsEditor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 16 Oct 1997. * diff --git a/mozilla/grendel/prefs/base/GeneralPrefs.java b/mozilla/grendel/prefs/base/GeneralPrefs.java index 998f26711b3..ab39595e025 100644 --- a/mozilla/grendel/prefs/base/GeneralPrefs.java +++ b/mozilla/grendel/prefs/base/GeneralPrefs.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/IdentityArray.java b/mozilla/grendel/prefs/base/IdentityArray.java index 76c516737a2..b94ef7301a8 100644 --- a/mozilla/grendel/prefs/base/IdentityArray.java +++ b/mozilla/grendel/prefs/base/IdentityArray.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/IdentityStructure.java b/mozilla/grendel/prefs/base/IdentityStructure.java index 8e2932c1c9f..4d304184b2f 100644 --- a/mozilla/grendel/prefs/base/IdentityStructure.java +++ b/mozilla/grendel/prefs/base/IdentityStructure.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/InvisiblePrefs.java b/mozilla/grendel/prefs/base/InvisiblePrefs.java index cbacf6c5a4b..e532334e839 100644 --- a/mozilla/grendel/prefs/base/InvisiblePrefs.java +++ b/mozilla/grendel/prefs/base/InvisiblePrefs.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/Makefile b/mozilla/grendel/prefs/base/Makefile index 621f291ec04..c58af492a1b 100644 --- a/mozilla/grendel/prefs/base/Makefile +++ b/mozilla/grendel/prefs/base/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS= \ GeneralPrefs.java \ diff --git a/mozilla/grendel/prefs/base/Makefile.in b/mozilla/grendel/prefs/base/Makefile.in index 44904529cb9..ebb0f1acacb 100644 --- a/mozilla/grendel/prefs/base/Makefile.in +++ b/mozilla/grendel/prefs/base/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS = GeneralPrefs.java \ IdentityArray.java \ diff --git a/mozilla/grendel/prefs/base/ServerArray.java b/mozilla/grendel/prefs/base/ServerArray.java index 32b174eee4b..b1a1cd0706c 100644 --- a/mozilla/grendel/prefs/base/ServerArray.java +++ b/mozilla/grendel/prefs/base/ServerArray.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/ServerStructure.java b/mozilla/grendel/prefs/base/ServerStructure.java index d248379e53e..ca035a46996 100644 --- a/mozilla/grendel/prefs/base/ServerStructure.java +++ b/mozilla/grendel/prefs/base/ServerStructure.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/base/UIPrefs.java b/mozilla/grendel/prefs/base/UIPrefs.java index bf44a4a37d4..6a944a4e946 100644 --- a/mozilla/grendel/prefs/base/UIPrefs.java +++ b/mozilla/grendel/prefs/base/UIPrefs.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.base; diff --git a/mozilla/grendel/prefs/ui/General.java b/mozilla/grendel/prefs/ui/General.java index 4a0f317bdf6..ae97dc1ca6a 100644 --- a/mozilla/grendel/prefs/ui/General.java +++ b/mozilla/grendel/prefs/ui/General.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.ui; diff --git a/mozilla/grendel/prefs/ui/Identities.java b/mozilla/grendel/prefs/ui/Identities.java index 78eb55f180e..87ade703f90 100644 --- a/mozilla/grendel/prefs/ui/Identities.java +++ b/mozilla/grendel/prefs/ui/Identities.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.ui; diff --git a/mozilla/grendel/prefs/ui/Makefile b/mozilla/grendel/prefs/ui/Makefile index 6ca80f03f6b..6cbf4b63fdb 100644 --- a/mozilla/grendel/prefs/ui/Makefile +++ b/mozilla/grendel/prefs/ui/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS= \ General.java \ diff --git a/mozilla/grendel/prefs/ui/Makefile.in b/mozilla/grendel/prefs/ui/Makefile.in index 8b04abbcc32..d6c4d6c1d42 100644 --- a/mozilla/grendel/prefs/ui/Makefile.in +++ b/mozilla/grendel/prefs/ui/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Giao Nguyen +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Giao Nguyen SRCS = General.java \ Identities.java \ diff --git a/mozilla/grendel/prefs/ui/Servers.java b/mozilla/grendel/prefs/ui/Servers.java index 32fb4b9be6a..897d0917d69 100644 --- a/mozilla/grendel/prefs/ui/Servers.java +++ b/mozilla/grendel/prefs/ui/Servers.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: + * Contributor(s): */ package grendel.prefs.ui; diff --git a/mozilla/grendel/prefs/ui/UI.java b/mozilla/grendel/prefs/ui/UI.java index 16aacfa13fb..b0239d0e0d3 100644 --- a/mozilla/grendel/prefs/ui/UI.java +++ b/mozilla/grendel/prefs/ui/UI.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Edwin Woudt - * . Portions created by Edwin Woudt are - * Copyright (C) 1999 Edwin Woudt. All Rights Reserved. + * . Portions created by Edwin Woudt are + * Copyright (C) 1999 Edwin Woudt. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.prefs.ui; diff --git a/mozilla/grendel/rules.mk b/mozilla/grendel/rules.mk index 7326ba45dd0..a9e17832269 100644 --- a/mozilla/grendel/rules.mk +++ b/mozilla/grendel/rules.mk @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): # You need these: # diff --git a/mozilla/grendel/search/AndPanel.java b/mozilla/grendel/search/AndPanel.java index 0f9214b32f3..f4360014c32 100644 --- a/mozilla/grendel/search/AndPanel.java +++ b/mozilla/grendel/search/AndPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. * diff --git a/mozilla/grendel/search/AttributeLayout.java b/mozilla/grendel/search/AttributeLayout.java index 64ce6729f99..0ad05f9fc59 100644 --- a/mozilla/grendel/search/AttributeLayout.java +++ b/mozilla/grendel/search/AttributeLayout.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. */ diff --git a/mozilla/grendel/search/AttributePanel.java b/mozilla/grendel/search/AttributePanel.java index 3ff87001967..44dafd4a6b4 100644 --- a/mozilla/grendel/search/AttributePanel.java +++ b/mozilla/grendel/search/AttributePanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. * diff --git a/mozilla/grendel/search/ISearchAttribute.java b/mozilla/grendel/search/ISearchAttribute.java index cc256bfb88f..15b4f3dc819 100644 --- a/mozilla/grendel/search/ISearchAttribute.java +++ b/mozilla/grendel/search/ISearchAttribute.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. */ diff --git a/mozilla/grendel/search/ISearchResults.java b/mozilla/grendel/search/ISearchResults.java index 316953410e8..18ad7ca65a3 100644 --- a/mozilla/grendel/search/ISearchResults.java +++ b/mozilla/grendel/search/ISearchResults.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. */ diff --git a/mozilla/grendel/search/ISearchable.java b/mozilla/grendel/search/ISearchable.java index 47e21b1e0a0..0fefc47d1a7 100644 --- a/mozilla/grendel/search/ISearchable.java +++ b/mozilla/grendel/search/ISearchable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. */ diff --git a/mozilla/grendel/search/MailSearch.java b/mozilla/grendel/search/MailSearch.java index c3c2c0982da..0e29d251643 100644 --- a/mozilla/grendel/search/MailSearch.java +++ b/mozilla/grendel/search/MailSearch.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. * diff --git a/mozilla/grendel/search/Makefile b/mozilla/grendel/search/Makefile index 81c1b550e14..d8952f8bb17 100644 --- a/mozilla/grendel/search/Makefile +++ b/mozilla/grendel/search/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ AndPanel.java \ diff --git a/mozilla/grendel/search/Makefile.in b/mozilla/grendel/search/Makefile.in index f1993fcbf11..5719dc9156b 100644 --- a/mozilla/grendel/search/Makefile.in +++ b/mozilla/grendel/search/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ AndPanel.java \ diff --git a/mozilla/grendel/search/NaryTermPanel.java b/mozilla/grendel/search/NaryTermPanel.java index 24ec9d6911b..bffac42611e 100644 --- a/mozilla/grendel/search/NaryTermPanel.java +++ b/mozilla/grendel/search/NaryTermPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 11 Nov 1997. */ diff --git a/mozilla/grendel/search/NoopPanel.java b/mozilla/grendel/search/NoopPanel.java index 539ca56b0bd..539e367d776 100644 --- a/mozilla/grendel/search/NoopPanel.java +++ b/mozilla/grendel/search/NoopPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 10 Nov 1997. */ diff --git a/mozilla/grendel/search/OperatorLayout.java b/mozilla/grendel/search/OperatorLayout.java index 0a25adfd589..d28c77b5a07 100644 --- a/mozilla/grendel/search/OperatorLayout.java +++ b/mozilla/grendel/search/OperatorLayout.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. */ diff --git a/mozilla/grendel/search/OrPanel.java b/mozilla/grendel/search/OrPanel.java index 55057241e36..e632293b82f 100644 --- a/mozilla/grendel/search/OrPanel.java +++ b/mozilla/grendel/search/OrPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. * diff --git a/mozilla/grendel/search/ResultsFrame.java b/mozilla/grendel/search/ResultsFrame.java index 86920497d7f..bbae4991cf9 100644 --- a/mozilla/grendel/search/ResultsFrame.java +++ b/mozilla/grendel/search/ResultsFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 18 Nov 1997. * diff --git a/mozilla/grendel/search/SearchFrame.java b/mozilla/grendel/search/SearchFrame.java index c52bd496fd4..f830bc45b5e 100644 --- a/mozilla/grendel/search/SearchFrame.java +++ b/mozilla/grendel/search/SearchFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. * diff --git a/mozilla/grendel/search/SearchPanel.java b/mozilla/grendel/search/SearchPanel.java index 116a30f86d7..27203eae22e 100644 --- a/mozilla/grendel/search/SearchPanel.java +++ b/mozilla/grendel/search/SearchPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Oct 1997. * diff --git a/mozilla/grendel/search/TermPanel.java b/mozilla/grendel/search/TermPanel.java index ec77da0a2ee..09182394ff0 100644 --- a/mozilla/grendel/search/TermPanel.java +++ b/mozilla/grendel/search/TermPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Nov 1997. * diff --git a/mozilla/grendel/storage/BerkeleyFolder.java b/mozilla/grendel/storage/BerkeleyFolder.java index 10ae5d35785..5121efb89ac 100644 --- a/mozilla/grendel/storage/BerkeleyFolder.java +++ b/mozilla/grendel/storage/BerkeleyFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 27 Aug 1997. */ diff --git a/mozilla/grendel/storage/BerkeleyMessage.java b/mozilla/grendel/storage/BerkeleyMessage.java index 4933fcdbf59..55dc54241d0 100644 --- a/mozilla/grendel/storage/BerkeleyMessage.java +++ b/mozilla/grendel/storage/BerkeleyMessage.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Aug 1997. * diff --git a/mozilla/grendel/storage/BerkeleyStore.java b/mozilla/grendel/storage/BerkeleyStore.java index 32e5839ae65..a9b1ee8ce0d 100644 --- a/mozilla/grendel/storage/BerkeleyStore.java +++ b/mozilla/grendel/storage/BerkeleyStore.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 22 Oct 1997. * diff --git a/mozilla/grendel/storage/ByteString.java b/mozilla/grendel/storage/ByteString.java index eefef379d85..bd8fe320378 100644 --- a/mozilla/grendel/storage/ByteString.java +++ b/mozilla/grendel/storage/ByteString.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.storage; diff --git a/mozilla/grendel/storage/ByteStringTable.java b/mozilla/grendel/storage/ByteStringTable.java index 5a8b7360f74..e0003fbc4db 100644 --- a/mozilla/grendel/storage/ByteStringTable.java +++ b/mozilla/grendel/storage/ByteStringTable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 19 Sep 1997. */ diff --git a/mozilla/grendel/storage/DotTerminatedInputStream.java b/mozilla/grendel/storage/DotTerminatedInputStream.java index 61ef1126db5..cfdf8a6425f 100644 --- a/mozilla/grendel/storage/DotTerminatedInputStream.java +++ b/mozilla/grendel/storage/DotTerminatedInputStream.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 5 Sep 1997. */ diff --git a/mozilla/grendel/storage/FilterFolder.java b/mozilla/grendel/storage/FilterFolder.java index d98f3a870a5..a0d7f354ecd 100644 --- a/mozilla/grendel/storage/FilterFolder.java +++ b/mozilla/grendel/storage/FilterFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterFolder. * Implements a filtered projection of anything implimenting Folder. diff --git a/mozilla/grendel/storage/FilterFolderFactory.java b/mozilla/grendel/storage/FilterFolderFactory.java index 07721012715..b4ed9b49f36 100644 --- a/mozilla/grendel/storage/FilterFolderFactory.java +++ b/mozilla/grendel/storage/FilterFolderFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class FilterFolder. * Implements a filtered projection of anything implimenting Folder. diff --git a/mozilla/grendel/storage/FolderBase.java b/mozilla/grendel/storage/FolderBase.java index 8ac433bafc6..4464f51e1a3 100644 --- a/mozilla/grendel/storage/FolderBase.java +++ b/mozilla/grendel/storage/FolderBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 22 Aug 1997. */ diff --git a/mozilla/grendel/storage/FolderExtra.java b/mozilla/grendel/storage/FolderExtra.java index 9355986006f..fd8b4e08a5c 100644 --- a/mozilla/grendel/storage/FolderExtra.java +++ b/mozilla/grendel/storage/FolderExtra.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 22 Oct 1997. */ diff --git a/mozilla/grendel/storage/FolderExtraFactory.java b/mozilla/grendel/storage/FolderExtraFactory.java index 4da4f2eca4b..a0779b58089 100644 --- a/mozilla/grendel/storage/FolderExtraFactory.java +++ b/mozilla/grendel/storage/FolderExtraFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Oct 1997. */ diff --git a/mozilla/grendel/storage/MailDrop.java b/mozilla/grendel/storage/MailDrop.java index 5aadb703c21..02bb180a943 100644 --- a/mozilla/grendel/storage/MailDrop.java +++ b/mozilla/grendel/storage/MailDrop.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Aug 1997. */ diff --git a/mozilla/grendel/storage/MailDropException.java b/mozilla/grendel/storage/MailDropException.java index 6cfa0cf3440..e0e6db553b7 100644 --- a/mozilla/grendel/storage/MailDropException.java +++ b/mozilla/grendel/storage/MailDropException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Aug 1997. */ diff --git a/mozilla/grendel/storage/MailSummaryFile.java b/mozilla/grendel/storage/MailSummaryFile.java index 7b9fc7e54ae..0299b9c7ef9 100644 --- a/mozilla/grendel/storage/MailSummaryFile.java +++ b/mozilla/grendel/storage/MailSummaryFile.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Sep 1997. */ diff --git a/mozilla/grendel/storage/MailSummaryFileCheddar.java b/mozilla/grendel/storage/MailSummaryFileCheddar.java index 26fe3764cd0..832005c0f82 100644 --- a/mozilla/grendel/storage/MailSummaryFileCheddar.java +++ b/mozilla/grendel/storage/MailSummaryFileCheddar.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Sep 1997. */ diff --git a/mozilla/grendel/storage/MailSummaryFileFactory.java b/mozilla/grendel/storage/MailSummaryFileFactory.java index 462240d5c11..481bfc6bca1 100644 --- a/mozilla/grendel/storage/MailSummaryFileFactory.java +++ b/mozilla/grendel/storage/MailSummaryFileFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 2 Oct 1997. */ diff --git a/mozilla/grendel/storage/MailSummaryFileGrendel.java b/mozilla/grendel/storage/MailSummaryFileGrendel.java index 7d65b795e47..211b1453ad2 100644 --- a/mozilla/grendel/storage/MailSummaryFileGrendel.java +++ b/mozilla/grendel/storage/MailSummaryFileGrendel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 28 Sep 1997. */ diff --git a/mozilla/grendel/storage/Makefile b/mozilla/grendel/storage/Makefile index 3dccf286790..471db349451 100644 --- a/mozilla/grendel/storage/Makefile +++ b/mozilla/grendel/storage/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Edwin Woudt +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Edwin Woudt SUBDIRS= \ addressparser \ diff --git a/mozilla/grendel/storage/Makefile.in b/mozilla/grendel/storage/Makefile.in index 036aab1831a..166992460d0 100644 --- a/mozilla/grendel/storage/Makefile.in +++ b/mozilla/grendel/storage/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Edwin Woudt +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Edwin Woudt SUBDIRS= \ addressparser \ diff --git a/mozilla/grendel/storage/MasterBase.java b/mozilla/grendel/storage/MasterBase.java index 871b92b7a12..42eefe5b65e 100644 --- a/mozilla/grendel/storage/MasterBase.java +++ b/mozilla/grendel/storage/MasterBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 27 Aug 1997. */ diff --git a/mozilla/grendel/storage/MessageBase.java b/mozilla/grendel/storage/MessageBase.java index ebd2149e038..d7d78dbab77 100644 --- a/mozilla/grendel/storage/MessageBase.java +++ b/mozilla/grendel/storage/MessageBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): */ diff --git a/mozilla/grendel/storage/MessageExtra.java b/mozilla/grendel/storage/MessageExtra.java index b154ed3392d..75114563b9d 100644 --- a/mozilla/grendel/storage/MessageExtra.java +++ b/mozilla/grendel/storage/MessageExtra.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 22 Oct 1997. */ diff --git a/mozilla/grendel/storage/MessageExtraFactory.java b/mozilla/grendel/storage/MessageExtraFactory.java index 42a5baa974a..4ba10394079 100644 --- a/mozilla/grendel/storage/MessageExtraFactory.java +++ b/mozilla/grendel/storage/MessageExtraFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 27 Oct 1997. */ diff --git a/mozilla/grendel/storage/MessageExtraWrapper.java b/mozilla/grendel/storage/MessageExtraWrapper.java index 478a6395e59..8b4d8be5e3c 100644 --- a/mozilla/grendel/storage/MessageExtraWrapper.java +++ b/mozilla/grendel/storage/MessageExtraWrapper.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 24 Nov 1997. */ diff --git a/mozilla/grendel/storage/MessageID.java b/mozilla/grendel/storage/MessageID.java index 35fb345411f..fa083cdb953 100644 --- a/mozilla/grendel/storage/MessageID.java +++ b/mozilla/grendel/storage/MessageID.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 19 Sep 1997. */ diff --git a/mozilla/grendel/storage/MessageIDTable.java b/mozilla/grendel/storage/MessageIDTable.java index 6b1dfbd9ffc..05b6975d8ee 100644 --- a/mozilla/grendel/storage/MessageIDTable.java +++ b/mozilla/grendel/storage/MessageIDTable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 19 Sep 1997. */ diff --git a/mozilla/grendel/storage/MessageReadOnly.java b/mozilla/grendel/storage/MessageReadOnly.java index 6b9c00e17da..e602fc8e81f 100644 --- a/mozilla/grendel/storage/MessageReadOnly.java +++ b/mozilla/grendel/storage/MessageReadOnly.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 24 Nov 1997. */ diff --git a/mozilla/grendel/storage/NNTPConnection.java b/mozilla/grendel/storage/NNTPConnection.java index b9fa85d1c0c..1201957dbbd 100644 --- a/mozilla/grendel/storage/NNTPConnection.java +++ b/mozilla/grendel/storage/NNTPConnection.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 20 Nov 1997. */ diff --git a/mozilla/grendel/storage/NNTPException.java b/mozilla/grendel/storage/NNTPException.java index d8eb40af01e..384a36abe94 100644 --- a/mozilla/grendel/storage/NNTPException.java +++ b/mozilla/grendel/storage/NNTPException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 25 Nov 1997. */ diff --git a/mozilla/grendel/storage/NewsFolder.java b/mozilla/grendel/storage/NewsFolder.java index 47dde34d18d..dbb771b0504 100644 --- a/mozilla/grendel/storage/NewsFolder.java +++ b/mozilla/grendel/storage/NewsFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 1 Dec 1997. */ diff --git a/mozilla/grendel/storage/NewsFolderRoot.java b/mozilla/grendel/storage/NewsFolderRoot.java index db2238b1a72..2c757d455f9 100644 --- a/mozilla/grendel/storage/NewsFolderRoot.java +++ b/mozilla/grendel/storage/NewsFolderRoot.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 1 Dec 1997. */ diff --git a/mozilla/grendel/storage/NewsMessage.java b/mozilla/grendel/storage/NewsMessage.java index bea34ba73ee..100bbf37c68 100644 --- a/mozilla/grendel/storage/NewsMessage.java +++ b/mozilla/grendel/storage/NewsMessage.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 1 Dec 1997. */ diff --git a/mozilla/grendel/storage/NewsRC.java b/mozilla/grendel/storage/NewsRC.java index fe4b2c29bcc..149f12a4562 100644 --- a/mozilla/grendel/storage/NewsRC.java +++ b/mozilla/grendel/storage/NewsRC.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 10 Sep 1997. */ diff --git a/mozilla/grendel/storage/NewsRCLine.java b/mozilla/grendel/storage/NewsRCLine.java index 1e68cf60203..061d9fedffc 100644 --- a/mozilla/grendel/storage/NewsRCLine.java +++ b/mozilla/grendel/storage/NewsRCLine.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 10 Sep 1997. */ diff --git a/mozilla/grendel/storage/NewsSet.java b/mozilla/grendel/storage/NewsSet.java index e3d8c54a76e..d140ed0009d 100644 --- a/mozilla/grendel/storage/NewsSet.java +++ b/mozilla/grendel/storage/NewsSet.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 10 May 1995. * Ported to Java, 4 Sep 1997. diff --git a/mozilla/grendel/storage/NewsStore.java b/mozilla/grendel/storage/NewsStore.java index d1bf69eac4b..0a19b0b4f62 100644 --- a/mozilla/grendel/storage/NewsStore.java +++ b/mozilla/grendel/storage/NewsStore.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 20 Nov 1997. */ diff --git a/mozilla/grendel/storage/Obarray.java b/mozilla/grendel/storage/Obarray.java index ec3fd2beefd..d173f23a3c7 100644 --- a/mozilla/grendel/storage/Obarray.java +++ b/mozilla/grendel/storage/Obarray.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 20 Sep 1997. */ diff --git a/mozilla/grendel/storage/PackedIntArray.java b/mozilla/grendel/storage/PackedIntArray.java index f294050a818..43a76667b2f 100644 --- a/mozilla/grendel/storage/PackedIntArray.java +++ b/mozilla/grendel/storage/PackedIntArray.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 16 Sep 1997. */ diff --git a/mozilla/grendel/storage/ParseBerkeleyFolder.java b/mozilla/grendel/storage/ParseBerkeleyFolder.java index 50ed80f2b47..766b7bbd2eb 100644 --- a/mozilla/grendel/storage/ParseBerkeleyFolder.java +++ b/mozilla/grendel/storage/ParseBerkeleyFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * ParseBerkeleyFolder.java * Created: Terry Weissman , 8 Aug 1997. diff --git a/mozilla/grendel/storage/ParseBerkeleyFolderAndExpunge.java b/mozilla/grendel/storage/ParseBerkeleyFolderAndExpunge.java index 49f76032210..f3029b2f934 100644 --- a/mozilla/grendel/storage/ParseBerkeleyFolderAndExpunge.java +++ b/mozilla/grendel/storage/ParseBerkeleyFolderAndExpunge.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 2 Oct 1997. */ diff --git a/mozilla/grendel/storage/ParseBerkeleyFolderWithSummary.java b/mozilla/grendel/storage/ParseBerkeleyFolderWithSummary.java index d6a1f30808e..d6f450f81d4 100644 --- a/mozilla/grendel/storage/ParseBerkeleyFolderWithSummary.java +++ b/mozilla/grendel/storage/ParseBerkeleyFolderWithSummary.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 27 Sep 1997. */ diff --git a/mozilla/grendel/storage/PartialFileInputStream.java b/mozilla/grendel/storage/PartialFileInputStream.java index 1270f45bccd..43156d244fc 100644 --- a/mozilla/grendel/storage/PartialFileInputStream.java +++ b/mozilla/grendel/storage/PartialFileInputStream.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Aug 1997. */ diff --git a/mozilla/grendel/storage/PopFolder.java b/mozilla/grendel/storage/PopFolder.java index 5c136e272e7..19acab609a1 100644 --- a/mozilla/grendel/storage/PopFolder.java +++ b/mozilla/grendel/storage/PopFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/PopMailDrop.java b/mozilla/grendel/storage/PopMailDrop.java index f9d1d8ba0e3..d623214e95a 100644 --- a/mozilla/grendel/storage/PopMailDrop.java +++ b/mozilla/grendel/storage/PopMailDrop.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 28 Aug 1997. */ diff --git a/mozilla/grendel/storage/PopMessage.java b/mozilla/grendel/storage/PopMessage.java index 66f376c083d..fa3afff695e 100644 --- a/mozilla/grendel/storage/PopMessage.java +++ b/mozilla/grendel/storage/PopMessage.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 24 Nov 1997. */ diff --git a/mozilla/grendel/storage/PopStore.java b/mozilla/grendel/storage/PopStore.java index b057cc08ec6..bcde5b6e197 100644 --- a/mozilla/grendel/storage/PopStore.java +++ b/mozilla/grendel/storage/PopStore.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 29 Oct 1997. */ diff --git a/mozilla/grendel/storage/SearchResultsFolderFactory.java b/mozilla/grendel/storage/SearchResultsFolderFactory.java index 3b186e1cb8f..9af175921d0 100644 --- a/mozilla/grendel/storage/SearchResultsFolderFactory.java +++ b/mozilla/grendel/storage/SearchResultsFolderFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Class SearchResultsFolderFactory. * diff --git a/mozilla/grendel/storage/SelfTest.java b/mozilla/grendel/storage/SelfTest.java index 78d0a6a874b..95b111b4245 100644 --- a/mozilla/grendel/storage/SelfTest.java +++ b/mozilla/grendel/storage/SelfTest.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 2 Dec 1997. */ diff --git a/mozilla/grendel/storage/TestBerkeley.java b/mozilla/grendel/storage/TestBerkeley.java index 308bddef4da..aab51dc1ad2 100644 --- a/mozilla/grendel/storage/TestBerkeley.java +++ b/mozilla/grendel/storage/TestBerkeley.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 22 Aug 1997. */ diff --git a/mozilla/grendel/storage/UnixDotLock.java b/mozilla/grendel/storage/UnixDotLock.java index b0e3f6d47f1..0765c22cbfa 100644 --- a/mozilla/grendel/storage/UnixDotLock.java +++ b/mozilla/grendel/storage/UnixDotLock.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 20 Sep 1997. */ diff --git a/mozilla/grendel/storage/addressparser/AddressCorrector.java b/mozilla/grendel/storage/addressparser/AddressCorrector.java index 6d05654b70c..460c2a7a5b5 100644 --- a/mozilla/grendel/storage/addressparser/AddressCorrector.java +++ b/mozilla/grendel/storage/addressparser/AddressCorrector.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/AddressToken.java b/mozilla/grendel/storage/addressparser/AddressToken.java index 9185edacb2d..b397b253192 100644 --- a/mozilla/grendel/storage/addressparser/AddressToken.java +++ b/mozilla/grendel/storage/addressparser/AddressToken.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/GroupToken.java b/mozilla/grendel/storage/addressparser/GroupToken.java index 392c45dac76..1710ed829b1 100644 --- a/mozilla/grendel/storage/addressparser/GroupToken.java +++ b/mozilla/grendel/storage/addressparser/GroupToken.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/MailAddressToken.java b/mozilla/grendel/storage/addressparser/MailAddressToken.java index 4d604baa93b..a156e96b56c 100644 --- a/mozilla/grendel/storage/addressparser/MailAddressToken.java +++ b/mozilla/grendel/storage/addressparser/MailAddressToken.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/MailboxToken.java b/mozilla/grendel/storage/addressparser/MailboxToken.java index a91a4fceb4e..b6e2aee2b65 100644 --- a/mozilla/grendel/storage/addressparser/MailboxToken.java +++ b/mozilla/grendel/storage/addressparser/MailboxToken.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/Makefile b/mozilla/grendel/storage/addressparser/Makefile index ebbcb77cb69..078f44ad5b1 100644 --- a/mozilla/grendel/storage/addressparser/Makefile +++ b/mozilla/grendel/storage/addressparser/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ AddressCorrector.java \ diff --git a/mozilla/grendel/storage/addressparser/Makefile.in b/mozilla/grendel/storage/addressparser/Makefile.in index 5737a444891..bf63b83a5ce 100644 --- a/mozilla/grendel/storage/addressparser/Makefile.in +++ b/mozilla/grendel/storage/addressparser/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ AddressCorrector.java \ diff --git a/mozilla/grendel/storage/addressparser/P1.java b/mozilla/grendel/storage/addressparser/P1.java index bba1bdf6817..4a53db60842 100644 --- a/mozilla/grendel/storage/addressparser/P1.java +++ b/mozilla/grendel/storage/addressparser/P1.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/P2.java b/mozilla/grendel/storage/addressparser/P2.java index 2b55acb851a..aa54a6b513b 100644 --- a/mozilla/grendel/storage/addressparser/P2.java +++ b/mozilla/grendel/storage/addressparser/P2.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822AddressList.java b/mozilla/grendel/storage/addressparser/RFC822AddressList.java index 7a3462c4cbb..91c2f299fc6 100644 --- a/mozilla/grendel/storage/addressparser/RFC822AddressList.java +++ b/mozilla/grendel/storage/addressparser/RFC822AddressList.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822AddressParser.java b/mozilla/grendel/storage/addressparser/RFC822AddressParser.java index 3b36ce7bd0c..5c37033bf58 100644 --- a/mozilla/grendel/storage/addressparser/RFC822AddressParser.java +++ b/mozilla/grendel/storage/addressparser/RFC822AddressParser.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822Mailbox.java b/mozilla/grendel/storage/addressparser/RFC822Mailbox.java index 5263b6663b9..5c2219c6f5f 100644 --- a/mozilla/grendel/storage/addressparser/RFC822Mailbox.java +++ b/mozilla/grendel/storage/addressparser/RFC822Mailbox.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822MailboxList.java b/mozilla/grendel/storage/addressparser/RFC822MailboxList.java index 9769007c3c5..a0ae133bbf2 100644 --- a/mozilla/grendel/storage/addressparser/RFC822MailboxList.java +++ b/mozilla/grendel/storage/addressparser/RFC822MailboxList.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822ParserException.java b/mozilla/grendel/storage/addressparser/RFC822ParserException.java index 58ce5eb6b71..9ec725802f0 100644 --- a/mozilla/grendel/storage/addressparser/RFC822ParserException.java +++ b/mozilla/grendel/storage/addressparser/RFC822ParserException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822Token.java b/mozilla/grendel/storage/addressparser/RFC822Token.java index c217b7ec017..1b6bc2765ce 100644 --- a/mozilla/grendel/storage/addressparser/RFC822Token.java +++ b/mozilla/grendel/storage/addressparser/RFC822Token.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RFC822Tokenizer.java b/mozilla/grendel/storage/addressparser/RFC822Tokenizer.java index c8f4b7d732b..22bef054bfd 100644 --- a/mozilla/grendel/storage/addressparser/RFC822Tokenizer.java +++ b/mozilla/grendel/storage/addressparser/RFC822Tokenizer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/addressparser/RouteAddrNoPhraseException.java b/mozilla/grendel/storage/addressparser/RouteAddrNoPhraseException.java index c4cfbc7ad52..feb51a5b762 100644 --- a/mozilla/grendel/storage/addressparser/RouteAddrNoPhraseException.java +++ b/mozilla/grendel/storage/addressparser/RouteAddrNoPhraseException.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Eric Bina , 30 Oct 1997. */ diff --git a/mozilla/grendel/storage/folderstats.el b/mozilla/grendel/storage/folderstats.el index 07b1b624cc0..8633e4696a5 100644 --- a/mozilla/grendel/storage/folderstats.el +++ b/mozilla/grendel/storage/folderstats.el @@ -1,20 +1,23 @@ ;;; -*- Mode: Emacs-Lisp -*- ;;; -;;; The contents of this file are subject to the Mozilla Public License -;;; Version 1.0 (the "License"); you may not use this file except in -;;; compliance with the License. You may obtain a copy of the License at -;;; http://www.mozilla.org/MPL/ -;;; -;;; Software distributed under the License is distributed on an "AS IS" -;;; basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -;;; the License for the specific language governing rights and limitations -;;; under the License. -;;; +;;; The contents of this file are subject to the Mozilla Public +;;; License Version 1.1 (the "License"); you may not use this file +;;; except in compliance with the License. You may obtain a copy of +;;; the License at http://www.mozilla.org/MPL/ +;;; +;;; Software distributed under the License is distributed on an "AS +;;; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +;;; implied. See the License for the specific language governing +;;; rights and limitations under the License. +;;; ;;; 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. +;;; Corporation. Portions created by Netscape are +;;; Copyright (C) 1997 Netscape Communications Corporation. All +;;; Rights Reserved. +;;; +;;; Contributor(s): ;;; ;;; Created: 25-Sep-97 by Jamie Zawinski . diff --git a/mozilla/grendel/storage/intertwingle/BGDB.java b/mozilla/grendel/storage/intertwingle/BGDB.java index 0459b5b6c6e..9959848f946 100644 --- a/mozilla/grendel/storage/intertwingle/BGDB.java +++ b/mozilla/grendel/storage/intertwingle/BGDB.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 26 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/BaseDB.java b/mozilla/grendel/storage/intertwingle/BaseDB.java index b361cda67a2..621df8a962f 100644 --- a/mozilla/grendel/storage/intertwingle/BaseDB.java +++ b/mozilla/grendel/storage/intertwingle/BaseDB.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 26 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/DB.java b/mozilla/grendel/storage/intertwingle/DB.java index 1c8d095e4f8..20087e83920 100644 --- a/mozilla/grendel/storage/intertwingle/DB.java +++ b/mozilla/grendel/storage/intertwingle/DB.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 26 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/Dump.java b/mozilla/grendel/storage/intertwingle/Dump.java index e1506ab5dd6..f8e4991a55f 100644 --- a/mozilla/grendel/storage/intertwingle/Dump.java +++ b/mozilla/grendel/storage/intertwingle/Dump.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 7 Oct 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/HackDB.java b/mozilla/grendel/storage/intertwingle/HackDB.java index d60c25c5066..0f3f5d92992 100644 --- a/mozilla/grendel/storage/intertwingle/HackDB.java +++ b/mozilla/grendel/storage/intertwingle/HackDB.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 26 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/Makefile b/mozilla/grendel/storage/intertwingle/Makefile index c7e3d36f4cf..2379ab1c685 100644 --- a/mozilla/grendel/storage/intertwingle/Makefile +++ b/mozilla/grendel/storage/intertwingle/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ BGDB.java \ diff --git a/mozilla/grendel/storage/intertwingle/Makefile.in b/mozilla/grendel/storage/intertwingle/Makefile.in index b9b309eaabc..de76b0271f4 100644 --- a/mozilla/grendel/storage/intertwingle/Makefile.in +++ b/mozilla/grendel/storage/intertwingle/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ BGDB.java \ diff --git a/mozilla/grendel/storage/intertwingle/PhoneTest.java b/mozilla/grendel/storage/intertwingle/PhoneTest.java index 9d3864ce394..d6e7fe82cca 100644 --- a/mozilla/grendel/storage/intertwingle/PhoneTest.java +++ b/mozilla/grendel/storage/intertwingle/PhoneTest.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 4 Oct 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/SelfTest.java b/mozilla/grendel/storage/intertwingle/SelfTest.java index f10da7c02ed..8928952fa02 100644 --- a/mozilla/grendel/storage/intertwingle/SelfTest.java +++ b/mozilla/grendel/storage/intertwingle/SelfTest.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 26 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/SimpleDB.java b/mozilla/grendel/storage/intertwingle/SimpleDB.java index bb079d65ce0..8b73c70a3eb 100644 --- a/mozilla/grendel/storage/intertwingle/SimpleDB.java +++ b/mozilla/grendel/storage/intertwingle/SimpleDB.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 30 Sep 1997. */ diff --git a/mozilla/grendel/storage/intertwingle/Twingle.java b/mozilla/grendel/storage/intertwingle/Twingle.java index f27772b2ea5..47296b5aab0 100644 --- a/mozilla/grendel/storage/intertwingle/Twingle.java +++ b/mozilla/grendel/storage/intertwingle/Twingle.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 7 Oct 1997. */ diff --git a/mozilla/grendel/storage/mdb/mdbStructures.java b/mozilla/grendel/storage/mdb/mdbStructures.java index 975506dcebc..21bf7f0f22f 100644 --- a/mozilla/grendel/storage/mdb/mdbStructures.java +++ b/mozilla/grendel/storage/mdb/mdbStructures.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbBlob.java b/mozilla/grendel/storage/mdb/nsIMdbBlob.java index dbe94f4706d..4c3fd628a8d 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbBlob.java +++ b/mozilla/grendel/storage/mdb/nsIMdbBlob.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbCell.java b/mozilla/grendel/storage/mdb/nsIMdbCell.java index 2d51d3de621..6deebfa5fad 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbCell.java +++ b/mozilla/grendel/storage/mdb/nsIMdbCell.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbCollection.java b/mozilla/grendel/storage/mdb/nsIMdbCollection.java index 68bf4630c93..773d34e9230 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbCollection.java +++ b/mozilla/grendel/storage/mdb/nsIMdbCollection.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbCompare.java b/mozilla/grendel/storage/mdb/nsIMdbCompare.java index 9070ddbfca4..08c44ee9641 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbCompare.java +++ b/mozilla/grendel/storage/mdb/nsIMdbCompare.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbCursor.java b/mozilla/grendel/storage/mdb/nsIMdbCursor.java index a0f4b468b1b..45f9b7b03bf 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbCursor.java +++ b/mozilla/grendel/storage/mdb/nsIMdbCursor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbEnv.java b/mozilla/grendel/storage/mdb/nsIMdbEnv.java index ba914d794f9..0649cde7c87 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbEnv.java +++ b/mozilla/grendel/storage/mdb/nsIMdbEnv.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbErrorHook.java b/mozilla/grendel/storage/mdb/nsIMdbErrorHook.java index a6e9b235a73..3d93ee8f4d7 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbErrorHook.java +++ b/mozilla/grendel/storage/mdb/nsIMdbErrorHook.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbFactory.java b/mozilla/grendel/storage/mdb/nsIMdbFactory.java index 2f0f2b735d0..ad5e76a3742 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbFactory.java +++ b/mozilla/grendel/storage/mdb/nsIMdbFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbObject.java b/mozilla/grendel/storage/mdb/nsIMdbObject.java index 3ca8ebf989b..745194ca2c8 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbObject.java +++ b/mozilla/grendel/storage/mdb/nsIMdbObject.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbPort.java b/mozilla/grendel/storage/mdb/nsIMdbPort.java index 6b3bbde951c..abe014336f6 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbPort.java +++ b/mozilla/grendel/storage/mdb/nsIMdbPort.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbPortTableCursor.java b/mozilla/grendel/storage/mdb/nsIMdbPortTableCursor.java index de546291953..48f2536c76a 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbPortTableCursor.java +++ b/mozilla/grendel/storage/mdb/nsIMdbPortTableCursor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbRow.java b/mozilla/grendel/storage/mdb/nsIMdbRow.java index e183ddac89e..f35182749d8 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbRow.java +++ b/mozilla/grendel/storage/mdb/nsIMdbRow.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbRowCellCursor.java b/mozilla/grendel/storage/mdb/nsIMdbRowCellCursor.java index 81b2e456948..db3b031a68b 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbRowCellCursor.java +++ b/mozilla/grendel/storage/mdb/nsIMdbRowCellCursor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbStore.java b/mozilla/grendel/storage/mdb/nsIMdbStore.java index 57a884eb5fa..d292a05a158 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbStore.java +++ b/mozilla/grendel/storage/mdb/nsIMdbStore.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbTable.java b/mozilla/grendel/storage/mdb/nsIMdbTable.java index 5bc1ed3c3e3..34780ab84e9 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbTable.java +++ b/mozilla/grendel/storage/mdb/nsIMdbTable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbTableRowCursor.java b/mozilla/grendel/storage/mdb/nsIMdbTableRowCursor.java index 9cefab6a771..014d923ae2f 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbTableRowCursor.java +++ b/mozilla/grendel/storage/mdb/nsIMdbTableRowCursor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/storage/mdb/nsIMdbThumb.java b/mozilla/grendel/storage/mdb/nsIMdbThumb.java index 7a519b97631..c6d58064b43 100644 --- a/mozilla/grendel/storage/mdb/nsIMdbThumb.java +++ b/mozilla/grendel/storage/mdb/nsIMdbThumb.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Mauro Botelho , 20 Mar 1999. */ diff --git a/mozilla/grendel/ui/ActionFactory.java b/mozilla/grendel/ui/ActionFactory.java index dff139c1079..3805681c3e8 100644 --- a/mozilla/grendel/ui/ActionFactory.java +++ b/mozilla/grendel/ui/ActionFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 8 Sep 1997. * diff --git a/mozilla/grendel/ui/BiffIcon.java b/mozilla/grendel/ui/BiffIcon.java index b3a16cffb9a..1ae5b60d8ba 100644 --- a/mozilla/grendel/ui/BiffIcon.java +++ b/mozilla/grendel/ui/BiffIcon.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 19 Sep 1997. * diff --git a/mozilla/grendel/ui/BiffThread.java b/mozilla/grendel/ui/BiffThread.java index 26782181bf7..2c19a9cee70 100644 --- a/mozilla/grendel/ui/BiffThread.java +++ b/mozilla/grendel/ui/BiffThread.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.ui; diff --git a/mozilla/grendel/ui/DialogAuthenticator.java b/mozilla/grendel/ui/DialogAuthenticator.java index cda011f5992..b27ffe89e79 100644 --- a/mozilla/grendel/ui/DialogAuthenticator.java +++ b/mozilla/grendel/ui/DialogAuthenticator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 24 Nov 1997. * diff --git a/mozilla/grendel/ui/EditHostDialog.java b/mozilla/grendel/ui/EditHostDialog.java index 79832788a7b..d80f3213c18 100644 --- a/mozilla/grendel/ui/EditHostDialog.java +++ b/mozilla/grendel/ui/EditHostDialog.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Nov 1997. * diff --git a/mozilla/grendel/ui/FolderCombo.java b/mozilla/grendel/ui/FolderCombo.java index 72931d0bc4f..d053a007e6f 100644 --- a/mozilla/grendel/ui/FolderCombo.java +++ b/mozilla/grendel/ui/FolderCombo.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Nov 1997. * diff --git a/mozilla/grendel/ui/FolderFrame.java b/mozilla/grendel/ui/FolderFrame.java index 1a62977296d..18113101de7 100644 --- a/mozilla/grendel/ui/FolderFrame.java +++ b/mozilla/grendel/ui/FolderFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 18 Nov 1997. * diff --git a/mozilla/grendel/ui/FolderListTransferable.java b/mozilla/grendel/ui/FolderListTransferable.java index 33fa5bc6e53..df5052ea430 100644 --- a/mozilla/grendel/ui/FolderListTransferable.java +++ b/mozilla/grendel/ui/FolderListTransferable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 17 Nov 1997. */ diff --git a/mozilla/grendel/ui/FolderPanel.java b/mozilla/grendel/ui/FolderPanel.java index d033218849c..3c1423feac5 100644 --- a/mozilla/grendel/ui/FolderPanel.java +++ b/mozilla/grendel/ui/FolderPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/FolderPanelListener.java b/mozilla/grendel/ui/FolderPanelListener.java index 54be95c7991..7b0c3237fb8 100644 --- a/mozilla/grendel/ui/FolderPanelListener.java +++ b/mozilla/grendel/ui/FolderPanelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/GeneralDialog.java b/mozilla/grendel/ui/GeneralDialog.java index 0ec978150fb..4e38bbd03cd 100644 --- a/mozilla/grendel/ui/GeneralDialog.java +++ b/mozilla/grendel/ui/GeneralDialog.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 6 Jan 1998. * diff --git a/mozilla/grendel/ui/GeneralFrame.java b/mozilla/grendel/ui/GeneralFrame.java index 513b7737338..aaa6fe509ef 100644 --- a/mozilla/grendel/ui/GeneralFrame.java +++ b/mozilla/grendel/ui/GeneralFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/GeneralPanel.java b/mozilla/grendel/ui/GeneralPanel.java index 12628868b3f..a937b6d2feb 100644 --- a/mozilla/grendel/ui/GeneralPanel.java +++ b/mozilla/grendel/ui/GeneralPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 13 Oct 1997. * diff --git a/mozilla/grendel/ui/Labels.properties b/mozilla/grendel/ui/Labels.properties index ea86536f46e..525efbfe141 100644 --- a/mozilla/grendel/ui/Labels.properties +++ b/mozilla/grendel/ui/Labels.properties @@ -1,19 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): # # General string resources diff --git a/mozilla/grendel/ui/Makefile b/mozilla/grendel/ui/Makefile index b1c7bca375e..da0f68f228f 100644 --- a/mozilla/grendel/ui/Makefile +++ b/mozilla/grendel/ui/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan # Giao Nguyen SRCS= \ diff --git a/mozilla/grendel/ui/Makefile.in b/mozilla/grendel/ui/Makefile.in index 9346bcc8bc9..50f8655e9c7 100644 --- a/mozilla/grendel/ui/Makefile.in +++ b/mozilla/grendel/ui/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan # Giao Nguyen SRCS= \ diff --git a/mozilla/grendel/ui/MasterPanel.java b/mozilla/grendel/ui/MasterPanel.java index a4ac1118973..ec517654d2e 100644 --- a/mozilla/grendel/ui/MasterPanel.java +++ b/mozilla/grendel/ui/MasterPanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/MasterPanelListener.java b/mozilla/grendel/ui/MasterPanelListener.java index 7eba148c3ff..1e39a0d99a5 100644 --- a/mozilla/grendel/ui/MasterPanelListener.java +++ b/mozilla/grendel/ui/MasterPanelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/MenuLabels.properties b/mozilla/grendel/ui/MenuLabels.properties index adb653e2ed3..c5d21927f6c 100644 --- a/mozilla/grendel/ui/MenuLabels.properties +++ b/mozilla/grendel/ui/MenuLabels.properties @@ -1,21 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. # -# Contributors: Will Scullin +# 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. +# +# Contributor(s): Will Scullin # Edwin Woudt # diff --git a/mozilla/grendel/ui/Menus.properties b/mozilla/grendel/ui/Menus.properties index a27bc1e612e..3d40e1c260d 100644 --- a/mozilla/grendel/ui/Menus.properties +++ b/mozilla/grendel/ui/Menus.properties @@ -1,21 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. # -# Contributors: Jeff Galyan +# 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. +# +# Contributor(s): Jeff Galyan # Edwin Woudt # diff --git a/mozilla/grendel/ui/MessageCellRenderer.java b/mozilla/grendel/ui/MessageCellRenderer.java index 38942c0cead..bc4118d7e9a 100644 --- a/mozilla/grendel/ui/MessageCellRenderer.java +++ b/mozilla/grendel/ui/MessageCellRenderer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 17 Dec 1997. */ diff --git a/mozilla/grendel/ui/MessageDisplayManager.java b/mozilla/grendel/ui/MessageDisplayManager.java index b2e204c1ccf..9b46defb5b4 100644 --- a/mozilla/grendel/ui/MessageDisplayManager.java +++ b/mozilla/grendel/ui/MessageDisplayManager.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. */ diff --git a/mozilla/grendel/ui/MessageFrame.java b/mozilla/grendel/ui/MessageFrame.java index 0ddfadb0024..a68b218fd14 100644 --- a/mozilla/grendel/ui/MessageFrame.java +++ b/mozilla/grendel/ui/MessageFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 18 Nov 1997. * diff --git a/mozilla/grendel/ui/MessageHeader.java b/mozilla/grendel/ui/MessageHeader.java index 138f716acca..f2bf4e0b2ea 100644 --- a/mozilla/grendel/ui/MessageHeader.java +++ b/mozilla/grendel/ui/MessageHeader.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 20 Nov 1997. * diff --git a/mozilla/grendel/ui/MessageListTransferable.java b/mozilla/grendel/ui/MessageListTransferable.java index 53a12b8a392..86220ffa11a 100644 --- a/mozilla/grendel/ui/MessageListTransferable.java +++ b/mozilla/grendel/ui/MessageListTransferable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 11 Nov 1997. */ diff --git a/mozilla/grendel/ui/MessageModel.java b/mozilla/grendel/ui/MessageModel.java index bdc39f318d0..7378e7bb716 100644 --- a/mozilla/grendel/ui/MessageModel.java +++ b/mozilla/grendel/ui/MessageModel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 17 Dec 1997. * diff --git a/mozilla/grendel/ui/MessagePanel.java b/mozilla/grendel/ui/MessagePanel.java index ee22c0dc782..0c19ffae4f9 100644 --- a/mozilla/grendel/ui/MessagePanel.java +++ b/mozilla/grendel/ui/MessagePanel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/MessagePanelListener.java b/mozilla/grendel/ui/MessagePanelListener.java index 422ffe5bc68..2cbd463f37f 100644 --- a/mozilla/grendel/ui/MessagePanelListener.java +++ b/mozilla/grendel/ui/MessagePanelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 23 Oct 1997. * diff --git a/mozilla/grendel/ui/MultiMessageDisplayManager.java b/mozilla/grendel/ui/MultiMessageDisplayManager.java index 1eed07d06d3..5cbb49e8909 100644 --- a/mozilla/grendel/ui/MultiMessageDisplayManager.java +++ b/mozilla/grendel/ui/MultiMessageDisplayManager.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 3 Sep 1997. * diff --git a/mozilla/grendel/ui/NewFolderDialog.java b/mozilla/grendel/ui/NewFolderDialog.java index f47161378c1..03ed6c6278d 100644 --- a/mozilla/grendel/ui/NewFolderDialog.java +++ b/mozilla/grendel/ui/NewFolderDialog.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 20 Nov 1997. * diff --git a/mozilla/grendel/ui/PageModel.java b/mozilla/grendel/ui/PageModel.java index 5f73742be3b..4a54f69fd7c 100644 --- a/mozilla/grendel/ui/PageModel.java +++ b/mozilla/grendel/ui/PageModel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.ui; diff --git a/mozilla/grendel/ui/PageUI.java b/mozilla/grendel/ui/PageUI.java index 4f7ebb34e41..37ba271ec7d 100644 --- a/mozilla/grendel/ui/PageUI.java +++ b/mozilla/grendel/ui/PageUI.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.ui; diff --git a/mozilla/grendel/ui/PrefsDialog.java b/mozilla/grendel/ui/PrefsDialog.java index 62f1c173e2a..cae3e066050 100644 --- a/mozilla/grendel/ui/PrefsDialog.java +++ b/mozilla/grendel/ui/PrefsDialog.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen */ diff --git a/mozilla/grendel/ui/ProgressFactory.java b/mozilla/grendel/ui/ProgressFactory.java index 928d08cfd28..10b4bd2b914 100644 --- a/mozilla/grendel/ui/ProgressFactory.java +++ b/mozilla/grendel/ui/ProgressFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 17 Nov 1997. */ diff --git a/mozilla/grendel/ui/ProgressFrame.java b/mozilla/grendel/ui/ProgressFrame.java index 05f1bdb9cde..c2928d53ef8 100644 --- a/mozilla/grendel/ui/ProgressFrame.java +++ b/mozilla/grendel/ui/ProgressFrame.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Sep 1997. * diff --git a/mozilla/grendel/ui/SimpleAuthenticator.java b/mozilla/grendel/ui/SimpleAuthenticator.java index ac9bb8e2a33..966f74fe25a 100644 --- a/mozilla/grendel/ui/SimpleAuthenticator.java +++ b/mozilla/grendel/ui/SimpleAuthenticator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 18 Nov 1997. */ diff --git a/mozilla/grendel/ui/SimpleMessageHeader.java b/mozilla/grendel/ui/SimpleMessageHeader.java index 507a9abc8de..be6a6aacc35 100644 --- a/mozilla/grendel/ui/SimpleMessageHeader.java +++ b/mozilla/grendel/ui/SimpleMessageHeader.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 20 Nov 1997. * diff --git a/mozilla/grendel/ui/Splash.java b/mozilla/grendel/ui/Splash.java index 6f1e5f212d2..a835a6cb3b0 100644 --- a/mozilla/grendel/ui/Splash.java +++ b/mozilla/grendel/ui/Splash.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.ui; diff --git a/mozilla/grendel/ui/StoreFactory.java b/mozilla/grendel/ui/StoreFactory.java index e69cf8b4f9e..dfd94fefd8b 100644 --- a/mozilla/grendel/ui/StoreFactory.java +++ b/mozilla/grendel/ui/StoreFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 19 Nov 1997. * diff --git a/mozilla/grendel/ui/ToolBarLayout.java b/mozilla/grendel/ui/ToolBarLayout.java index 13cbb9fd814..26b3eedccbe 100644 --- a/mozilla/grendel/ui/ToolBarLayout.java +++ b/mozilla/grendel/ui/ToolBarLayout.java @@ -2,21 +2,24 @@ * * This file has been contributed to Mozilla. * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan - * . Portions created by Jeff Galyan are Copyright - * (C) 1999 Jeff Galyan. All Rights Reserved. + * . Portions created by Jeff Galyan are + * Copyright (C) 1999 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.ui; diff --git a/mozilla/grendel/ui/Toolbar.properties b/mozilla/grendel/ui/Toolbar.properties index 546aaa8ea40..516bcf65025 100644 --- a/mozilla/grendel/ui/Toolbar.properties +++ b/mozilla/grendel/ui/Toolbar.properties @@ -1,19 +1,22 @@ # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # The Original Code is the Grendel mail/news client. -# +# # The Initial Developer of the Original Code is Edwin Woudt -# . Portions created by Edwin Woudt are Copyright -# (C) 1999 Edwin Woudt. All Rights Reserved. +# . Portions created by Edwin Woudt are +# Copyright (C) 1999 Edwin Woudt. All +# Rights Reserved. +# +# Contributor(s): # msgGetNewLabel=Get Msg diff --git a/mozilla/grendel/ui/UIAction.java b/mozilla/grendel/ui/UIAction.java index 85dc62cc1ed..4aaae803e67 100644 --- a/mozilla/grendel/ui/UIAction.java +++ b/mozilla/grendel/ui/UIAction.java @@ -2,21 +2,24 @@ * * This file has been contributed to the Mozilla project by Jeff Galyan * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan - * . Portions created by Jeff Galyan are Copyright - * (C) 1999 Jeff Galyan. All Rights Reserved. + * . Portions created by Jeff Galyan are + * Copyright (C) 1999 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): */ package grendel.ui; diff --git a/mozilla/grendel/ui/UIFactory.java b/mozilla/grendel/ui/UIFactory.java index eab9e6a1e24..5ad7d0c6b86 100644 --- a/mozilla/grendel/ui/UIFactory.java +++ b/mozilla/grendel/ui/UIFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 10 Dec 1997. * diff --git a/mozilla/grendel/ui/UnifiedMessageDisplayManager.java b/mozilla/grendel/ui/UnifiedMessageDisplayManager.java index cf7092db9ce..9ddb15eede7 100644 --- a/mozilla/grendel/ui/UnifiedMessageDisplayManager.java +++ b/mozilla/grendel/ui/UnifiedMessageDisplayManager.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan * Giao Nguyen * Edwin Woudt */ diff --git a/mozilla/grendel/ui/Util.java b/mozilla/grendel/ui/Util.java index 3ddd3b07acf..b8fc03bc41c 100644 --- a/mozilla/grendel/ui/Util.java +++ b/mozilla/grendel/ui/Util.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 9 Sep 1997. * diff --git a/mozilla/grendel/ui/XMLMenuBuilder.java b/mozilla/grendel/ui/XMLMenuBuilder.java index 0bbf16baae3..59cb66d6d36 100644 --- a/mozilla/grendel/ui/XMLMenuBuilder.java +++ b/mozilla/grendel/ui/XMLMenuBuilder.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. * - * Contributors: Morgan Schweers + * Contributor(s): Morgan Schweers */ package grendel.ui; diff --git a/mozilla/grendel/ui/XMLPageBuilder.java b/mozilla/grendel/ui/XMLPageBuilder.java index bb618e54831..94830f0c12b 100644 --- a/mozilla/grendel/ui/XMLPageBuilder.java +++ b/mozilla/grendel/ui/XMLPageBuilder.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. * - * Contributors: Morgan Schweers + * Contributor(s): Morgan Schweers */ package grendel.ui; diff --git a/mozilla/grendel/ui/XMLWidgetBuilder.java b/mozilla/grendel/ui/XMLWidgetBuilder.java index 5ac5cbce27f..1a580973567 100644 --- a/mozilla/grendel/ui/XMLWidgetBuilder.java +++ b/mozilla/grendel/ui/XMLWidgetBuilder.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. * - * Contributors: Morgan Schweers + * Contributor(s): Morgan Schweers */ package grendel.ui; diff --git a/mozilla/grendel/ui/images/README b/mozilla/grendel/ui/images/README index fd9524084fe..47fd0fda7e8 100644 --- a/mozilla/grendel/ui/images/README +++ b/mozilla/grendel/ui/images/README @@ -1,16 +1,19 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): diff --git a/mozilla/grendel/ui/images/animation/README b/mozilla/grendel/ui/images/animation/README index fd9524084fe..47fd0fda7e8 100644 --- a/mozilla/grendel/ui/images/animation/README +++ b/mozilla/grendel/ui/images/animation/README @@ -1,16 +1,19 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): diff --git a/mozilla/grendel/ui/images/toolbar/README b/mozilla/grendel/ui/images/toolbar/README index fd9524084fe..47fd0fda7e8 100644 --- a/mozilla/grendel/ui/images/toolbar/README +++ b/mozilla/grendel/ui/images/toolbar/README @@ -1,16 +1,19 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): diff --git a/mozilla/grendel/util/Constants.java b/mozilla/grendel/util/Constants.java index 5f95a2fb214..3e2bbdcb335 100644 --- a/mozilla/grendel/util/Constants.java +++ b/mozilla/grendel/util/Constants.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 2 Sep 1997. * diff --git a/mozilla/grendel/util/Makefile b/mozilla/grendel/util/Makefile index 73f235361ea..c1c84df3234 100644 --- a/mozilla/grendel/util/Makefile +++ b/mozilla/grendel/util/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Edwin Woudt +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Edwin Woudt SRCS= \ diff --git a/mozilla/grendel/util/Makefile.in b/mozilla/grendel/util/Makefile.in index e394c068b90..1f613ab6157 100644 --- a/mozilla/grendel/util/Makefile.in +++ b/mozilla/grendel/util/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Edwin Woudt +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Edwin Woudt SRCS= \ diff --git a/mozilla/grendel/util/MessageIDGenerator.java b/mozilla/grendel/util/MessageIDGenerator.java index 35023b8a16a..97f2e4a27f7 100644 --- a/mozilla/grendel/util/MessageIDGenerator.java +++ b/mozilla/grendel/util/MessageIDGenerator.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 26 Sep 1997. */ diff --git a/mozilla/grendel/view/DummyThreadable.java b/mozilla/grendel/view/DummyThreadable.java index 225b3a9c661..496af2455ce 100644 --- a/mozilla/grendel/view/DummyThreadable.java +++ b/mozilla/grendel/view/DummyThreadable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 21 Aug 1997. */ diff --git a/mozilla/grendel/view/FolderView.java b/mozilla/grendel/view/FolderView.java index 2b1504a1cd4..d94741f08e5 100644 --- a/mozilla/grendel/view/FolderView.java +++ b/mozilla/grendel/view/FolderView.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 25 Aug 1997. */ diff --git a/mozilla/grendel/view/FolderViewBase.java b/mozilla/grendel/view/FolderViewBase.java index 32b6c3058fd..36b7a4f7472 100644 --- a/mozilla/grendel/view/FolderViewBase.java +++ b/mozilla/grendel/view/FolderViewBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 25 Aug 1997. */ diff --git a/mozilla/grendel/view/FolderViewFactory.java b/mozilla/grendel/view/FolderViewFactory.java index eeb56cab6ee..27e7f00d9e1 100644 --- a/mozilla/grendel/view/FolderViewFactory.java +++ b/mozilla/grendel/view/FolderViewFactory.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 27 Aug 1997. */ diff --git a/mozilla/grendel/view/ISortable.java b/mozilla/grendel/view/ISortable.java index 5eb3fbd6a4a..8cab0ea0089 100644 --- a/mozilla/grendel/view/ISortable.java +++ b/mozilla/grendel/view/ISortable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 13 Jun 1995. * Ported from C on 14 Aug 1997. diff --git a/mozilla/grendel/view/IThreadable.java b/mozilla/grendel/view/IThreadable.java index 31ac9767cfa..aaa80ae9b7e 100644 --- a/mozilla/grendel/view/IThreadable.java +++ b/mozilla/grendel/view/IThreadable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 13 Jun 1995. * Ported from C on 14 Aug 1997. diff --git a/mozilla/grendel/view/Makefile b/mozilla/grendel/view/Makefile index 491caf57088..e7791b0c838 100644 --- a/mozilla/grendel/view/Makefile +++ b/mozilla/grendel/view/Makefile @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DummyThreadable.java \ diff --git a/mozilla/grendel/view/Makefile.in b/mozilla/grendel/view/Makefile.in index 08f3ef93415..d8344034909 100644 --- a/mozilla/grendel/view/Makefile.in +++ b/mozilla/grendel/view/Makefile.in @@ -1,20 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# The contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s): SRCS= \ DummyThreadable.java \ diff --git a/mozilla/grendel/view/MessageSetView.java b/mozilla/grendel/view/MessageSetView.java index cb0fcd524ed..c58822157b3 100644 --- a/mozilla/grendel/view/MessageSetView.java +++ b/mozilla/grendel/view/MessageSetView.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 25 Aug 1997. */ diff --git a/mozilla/grendel/view/MessageSetViewObserver.java b/mozilla/grendel/view/MessageSetViewObserver.java index 9dcff8c4039..989764e4236 100644 --- a/mozilla/grendel/view/MessageSetViewObserver.java +++ b/mozilla/grendel/view/MessageSetViewObserver.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 17 Sep 1997. */ diff --git a/mozilla/grendel/view/Sorter.java b/mozilla/grendel/view/Sorter.java index 4228b798e59..0643057c4f3 100644 --- a/mozilla/grendel/view/Sorter.java +++ b/mozilla/grendel/view/Sorter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 13 Jun 1995. * Ported from C on 14 Aug 1997. diff --git a/mozilla/grendel/view/TestThreader.java b/mozilla/grendel/view/TestThreader.java index 764ef5201c4..fc86bf6913a 100644 --- a/mozilla/grendel/view/TestThreader.java +++ b/mozilla/grendel/view/TestThreader.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 13 Jun 1995. * Ported from C on 14 Aug 1997. diff --git a/mozilla/grendel/view/Threader.java b/mozilla/grendel/view/Threader.java index d6cd058df30..4b0365578f4 100644 --- a/mozilla/grendel/view/Threader.java +++ b/mozilla/grendel/view/Threader.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jamie Zawinski , 13 Jun 1995. * Ported from C on 14 Aug 1997. diff --git a/mozilla/grendel/view/ViewedFolder.java b/mozilla/grendel/view/ViewedFolder.java index c24a5057504..e843eb7f844 100644 --- a/mozilla/grendel/view/ViewedFolder.java +++ b/mozilla/grendel/view/ViewedFolder.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Dec 1997. * diff --git a/mozilla/grendel/view/ViewedFolderBase.java b/mozilla/grendel/view/ViewedFolderBase.java index 64eb85c9848..aa1390f39d2 100644 --- a/mozilla/grendel/view/ViewedFolderBase.java +++ b/mozilla/grendel/view/ViewedFolderBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Dec 1997. * diff --git a/mozilla/grendel/view/ViewedMessage.java b/mozilla/grendel/view/ViewedMessage.java index 2b053f2a8ec..40e96ff95e8 100644 --- a/mozilla/grendel/view/ViewedMessage.java +++ b/mozilla/grendel/view/ViewedMessage.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 25 Aug 1997. */ diff --git a/mozilla/grendel/view/ViewedMessageBase.java b/mozilla/grendel/view/ViewedMessageBase.java index a2422016bc2..522b0291426 100644 --- a/mozilla/grendel/view/ViewedMessageBase.java +++ b/mozilla/grendel/view/ViewedMessageBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Terry Weissman , 25 Aug 1997. */ diff --git a/mozilla/grendel/view/ViewedStore.java b/mozilla/grendel/view/ViewedStore.java index d9e97a76a61..f45d4896850 100644 --- a/mozilla/grendel/view/ViewedStore.java +++ b/mozilla/grendel/view/ViewedStore.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Dec 1997. * diff --git a/mozilla/grendel/view/ViewedStoreBase.java b/mozilla/grendel/view/ViewedStoreBase.java index 3122110a754..eb3765e6ebe 100644 --- a/mozilla/grendel/view/ViewedStoreBase.java +++ b/mozilla/grendel/view/ViewedStoreBase.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Dec 1997. * diff --git a/mozilla/grendel/view/ViewedStoreEvent.java b/mozilla/grendel/view/ViewedStoreEvent.java index b0ad343883d..a26a8c4c697 100644 --- a/mozilla/grendel/view/ViewedStoreEvent.java +++ b/mozilla/grendel/view/ViewedStoreEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 5 Dec 1997. */ diff --git a/mozilla/grendel/view/ViewedStoreListener.java b/mozilla/grendel/view/ViewedStoreListener.java index 303cebecb7d..508d01336de 100644 --- a/mozilla/grendel/view/ViewedStoreListener.java +++ b/mozilla/grendel/view/ViewedStoreListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 5 Dec 1997. */ diff --git a/mozilla/grendel/widgets/Animation.java b/mozilla/grendel/widgets/Animation.java index 64d8d214189..dc0cfdc56ca 100644 --- a/mozilla/grendel/widgets/Animation.java +++ b/mozilla/grendel/widgets/Animation.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 23 Oct 1997. */ diff --git a/mozilla/grendel/widgets/CellEditor.java b/mozilla/grendel/widgets/CellEditor.java index eb64b1f997c..d895631c6d2 100644 --- a/mozilla/grendel/widgets/CellEditor.java +++ b/mozilla/grendel/widgets/CellEditor.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/CellRenderer.java b/mozilla/grendel/widgets/CellRenderer.java index 90d573c6604..1e6cdfc125a 100644 --- a/mozilla/grendel/widgets/CellRenderer.java +++ b/mozilla/grendel/widgets/CellRenderer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. */ diff --git a/mozilla/grendel/widgets/Collapsible.java b/mozilla/grendel/widgets/Collapsible.java index faf6e4ed772..e16f3389b3c 100644 --- a/mozilla/grendel/widgets/Collapsible.java +++ b/mozilla/grendel/widgets/Collapsible.java @@ -2,21 +2,24 @@ * * This file has been contributed to Mozilla. * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 2 Jan 1999 */ diff --git a/mozilla/grendel/widgets/CollapsiblePanel.java b/mozilla/grendel/widgets/CollapsiblePanel.java index 7fbf55596e9..efb0af7c1ff 100644 --- a/mozilla/grendel/widgets/CollapsiblePanel.java +++ b/mozilla/grendel/widgets/CollapsiblePanel.java @@ -2,21 +2,24 @@ * * This file has been contributed to Mozilla. * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Jeff Galyan , 30 Dec 1998 */ diff --git a/mozilla/grendel/widgets/Column.java b/mozilla/grendel/widgets/Column.java index e542dc884a9..eee13b2edd6 100644 --- a/mozilla/grendel/widgets/Column.java +++ b/mozilla/grendel/widgets/Column.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/ColumnChangeListener.java b/mozilla/grendel/widgets/ColumnChangeListener.java index 0588907db86..eaf71f52ae6 100644 --- a/mozilla/grendel/widgets/ColumnChangeListener.java +++ b/mozilla/grendel/widgets/ColumnChangeListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/ColumnHeader.java b/mozilla/grendel/widgets/ColumnHeader.java index 869ce934eb1..52cf3cfb29d 100644 --- a/mozilla/grendel/widgets/ColumnHeader.java +++ b/mozilla/grendel/widgets/ColumnHeader.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/ColumnModel.java b/mozilla/grendel/widgets/ColumnModel.java index 1dd103fd445..4aa13df046c 100644 --- a/mozilla/grendel/widgets/ColumnModel.java +++ b/mozilla/grendel/widgets/ColumnModel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. */ diff --git a/mozilla/grendel/widgets/ColumnModelEvent.java b/mozilla/grendel/widgets/ColumnModelEvent.java index fded45deab8..f37342adf4f 100644 --- a/mozilla/grendel/widgets/ColumnModelEvent.java +++ b/mozilla/grendel/widgets/ColumnModelEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. */ diff --git a/mozilla/grendel/widgets/ColumnModelImp.java b/mozilla/grendel/widgets/ColumnModelImp.java index aa877eaa5cd..b1632da58d1 100644 --- a/mozilla/grendel/widgets/ColumnModelImp.java +++ b/mozilla/grendel/widgets/ColumnModelImp.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/ColumnModelListener.java b/mozilla/grendel/widgets/ColumnModelListener.java index 91cca04547f..e9dec10e899 100644 --- a/mozilla/grendel/widgets/ColumnModelListener.java +++ b/mozilla/grendel/widgets/ColumnModelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/Control.java b/mozilla/grendel/widgets/Control.java index 6170dcface7..1d15949c065 100644 --- a/mozilla/grendel/widgets/Control.java +++ b/mozilla/grendel/widgets/Control.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. + * + * Contributor(s): * */ diff --git a/mozilla/grendel/widgets/DefaultCellRenderer.java b/mozilla/grendel/widgets/DefaultCellRenderer.java index 688a1f5fb56..4cfd0022936 100644 --- a/mozilla/grendel/widgets/DefaultCellRenderer.java +++ b/mozilla/grendel/widgets/DefaultCellRenderer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Oct 1997. * diff --git a/mozilla/grendel/widgets/DefaultHeaderRenderer.java b/mozilla/grendel/widgets/DefaultHeaderRenderer.java index efdee262bfe..95163f457dc 100644 --- a/mozilla/grendel/widgets/DefaultHeaderRenderer.java +++ b/mozilla/grendel/widgets/DefaultHeaderRenderer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 2 Oct 1997. * diff --git a/mozilla/grendel/widgets/GrendelToolBar.java b/mozilla/grendel/widgets/GrendelToolBar.java index c3007e108b0..c7d5e4a99f1 100644 --- a/mozilla/grendel/widgets/GrendelToolBar.java +++ b/mozilla/grendel/widgets/GrendelToolBar.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan - * . Portions created by Jeff Galyan are - * Copyright (C) 1997 Jeff Galyan. All Rights Reserved. + * . Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. * - * Contributors: Edwin Woudt + * Contributor(s): Edwin Woudt */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/HeaderRenderer.java b/mozilla/grendel/widgets/HeaderRenderer.java index 0b484be667d..e252fa7911d 100644 --- a/mozilla/grendel/widgets/HeaderRenderer.java +++ b/mozilla/grendel/widgets/HeaderRenderer.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/Makefile b/mozilla/grendel/widgets/Makefile index 7228e293388..1e502379a4c 100644 --- a/mozilla/grendel/widgets/Makefile +++ b/mozilla/grendel/widgets/Makefile @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan SRCS= \ Animation.java \ diff --git a/mozilla/grendel/widgets/Makefile.in b/mozilla/grendel/widgets/Makefile.in index 5535a3763eb..78115630d80 100644 --- a/mozilla/grendel/widgets/Makefile.in +++ b/mozilla/grendel/widgets/Makefile.in @@ -1,22 +1,23 @@ #!gmake # -# The contents of this file are subject to the Mozilla Public License -# Version 1.0 (the "License"); you may not use this file except in -# compliance with the License. You may obtain a copy of the License at -# http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# -# 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 contents of this file are subject to the Mozilla Public +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ # -# Contributors: Jeff Galyan +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# +# 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. +# +# Contributor(s): Jeff Galyan SRCS= \ Animation.java \ diff --git a/mozilla/grendel/widgets/MenuBarCtrl.java b/mozilla/grendel/widgets/MenuBarCtrl.java index 632bd6da5c4..55d608a5305 100644 --- a/mozilla/grendel/widgets/MenuBarCtrl.java +++ b/mozilla/grendel/widgets/MenuBarCtrl.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. * - * Contributors: Mauro Botelho + * Contributor(s): Mauro Botelho */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/MenuCtrl.java b/mozilla/grendel/widgets/MenuCtrl.java index db4f5bde2ed..1292a26d941 100644 --- a/mozilla/grendel/widgets/MenuCtrl.java +++ b/mozilla/grendel/widgets/MenuCtrl.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Giao Nguyen - * . Portions created by Giao Nguyen are Copyright - * (C) 1999 Giao Nguyen. All Rights Reserved. + * . Portions created by Giao Nguyen are + * Copyright (C) 1999 Giao Nguyen. All + * Rights Reserved. * - * Contributors: Mauro Botelho + * Contributor(s): Mauro Botelho */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/MultiSelectionManager.java b/mozilla/grendel/widgets/MultiSelectionManager.java index 1d2fc2b762d..3ff191604cc 100644 --- a/mozilla/grendel/widgets/MultiSelectionManager.java +++ b/mozilla/grendel/widgets/MultiSelectionManager.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Aug 1997. * diff --git a/mozilla/grendel/widgets/SelectionEvent.java b/mozilla/grendel/widgets/SelectionEvent.java index fed653dbb0e..5e92568c34c 100644 --- a/mozilla/grendel/widgets/SelectionEvent.java +++ b/mozilla/grendel/widgets/SelectionEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 24 Sep 1997. */ diff --git a/mozilla/grendel/widgets/SelectionListener.java b/mozilla/grendel/widgets/SelectionListener.java index 32bb6eb646e..d7b4e41e41c 100644 --- a/mozilla/grendel/widgets/SelectionListener.java +++ b/mozilla/grendel/widgets/SelectionListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Aug 1997. * diff --git a/mozilla/grendel/widgets/SelectionManager.java b/mozilla/grendel/widgets/SelectionManager.java index 2b1194588c5..53df01610dd 100644 --- a/mozilla/grendel/widgets/SelectionManager.java +++ b/mozilla/grendel/widgets/SelectionManager.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Aug 1997. */ diff --git a/mozilla/grendel/widgets/SingleSelectionManager.java b/mozilla/grendel/widgets/SingleSelectionManager.java index 5b65dddf1ca..26a21be7691 100644 --- a/mozilla/grendel/widgets/SingleSelectionManager.java +++ b/mozilla/grendel/widgets/SingleSelectionManager.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 4 Sep 1997. * diff --git a/mozilla/grendel/widgets/Splitter.java b/mozilla/grendel/widgets/Splitter.java index f881292b01f..f826a44d2c5 100644 --- a/mozilla/grendel/widgets/Splitter.java +++ b/mozilla/grendel/widgets/Splitter.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 26 Aug 1997. */ diff --git a/mozilla/grendel/widgets/Spring.java b/mozilla/grendel/widgets/Spring.java index b3f866a0fe1..69922d4a51f 100644 --- a/mozilla/grendel/widgets/Spring.java +++ b/mozilla/grendel/widgets/Spring.java @@ -2,21 +2,24 @@ * * This file has been contributed to Mozilla. * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * The Original Code is the Grendel mail/news client. * * The Initial Developer of the Original Code is Jeff Galyan - * . Portions created by Jeff Galyan are - * Copyright (C) 1997 Jeff Galyan. All Rights Reserved. + * . Portions created by Jeff Galyan are + * Copyright (C) 1997 Jeff Galyan. All + * Rights Reserved. + * + * Contributor(s): * */ diff --git a/mozilla/grendel/widgets/StatusEvent.java b/mozilla/grendel/widgets/StatusEvent.java index 335caff2ce6..c610d647eb7 100644 --- a/mozilla/grendel/widgets/StatusEvent.java +++ b/mozilla/grendel/widgets/StatusEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 24 Oct 1997. */ diff --git a/mozilla/grendel/widgets/TextCellEditor.java b/mozilla/grendel/widgets/TextCellEditor.java index 8571502f0cd..2fec1b94d5e 100644 --- a/mozilla/grendel/widgets/TextCellEditor.java +++ b/mozilla/grendel/widgets/TextCellEditor.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 30 Oct 1997. * Modified: Jeff Galyan , 30 Dec 1998 diff --git a/mozilla/grendel/widgets/ToggleCellEditor.java b/mozilla/grendel/widgets/ToggleCellEditor.java index ea2c03a60fd..49159068ba1 100644 --- a/mozilla/grendel/widgets/ToggleCellEditor.java +++ b/mozilla/grendel/widgets/ToggleCellEditor.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/ToggleCellRenderer.java b/mozilla/grendel/widgets/ToggleCellRenderer.java index 8b30418cdb5..43ed7619bce 100644 --- a/mozilla/grendel/widgets/ToggleCellRenderer.java +++ b/mozilla/grendel/widgets/ToggleCellRenderer.java @@ -1,22 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. * - * Contributors: Jeff Galyan + * Contributor(s): Jeff Galyan */ package grendel.widgets; diff --git a/mozilla/grendel/widgets/ToolBarButton.java b/mozilla/grendel/widgets/ToolBarButton.java index a8344037226..d4bc26f8c01 100644 --- a/mozilla/grendel/widgets/ToolBarButton.java +++ b/mozilla/grendel/widgets/ToolBarButton.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Contributed by: Jeff Galyan */ @@ -32,7 +35,7 @@ import java.awt.event.MouseListener; * the mouse moves over it. * * @author Jeff Galyan - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ public class ToolBarButton extends JButton implements MouseListener { diff --git a/mozilla/grendel/widgets/TreePath.java b/mozilla/grendel/widgets/TreePath.java index 9a783fe1459..7a1927e6954 100644 --- a/mozilla/grendel/widgets/TreePath.java +++ b/mozilla/grendel/widgets/TreePath.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 28 Aug 1997. */ diff --git a/mozilla/grendel/widgets/TreeTable.java b/mozilla/grendel/widgets/TreeTable.java index 7e9543eb6ca..9d63184852a 100644 --- a/mozilla/grendel/widgets/TreeTable.java +++ b/mozilla/grendel/widgets/TreeTable.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * Modified: Jeff Galyan , 30 Dec 1998 diff --git a/mozilla/grendel/widgets/TreeTableDataModel.java b/mozilla/grendel/widgets/TreeTableDataModel.java index 34259c6cf6e..4ff26477369 100644 --- a/mozilla/grendel/widgets/TreeTableDataModel.java +++ b/mozilla/grendel/widgets/TreeTableDataModel.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. * diff --git a/mozilla/grendel/widgets/TreeTableModelBroadcaster.java b/mozilla/grendel/widgets/TreeTableModelBroadcaster.java index 16879c5e986..61945a747fc 100644 --- a/mozilla/grendel/widgets/TreeTableModelBroadcaster.java +++ b/mozilla/grendel/widgets/TreeTableModelBroadcaster.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 18 Sep 1997. */ diff --git a/mozilla/grendel/widgets/TreeTableModelEvent.java b/mozilla/grendel/widgets/TreeTableModelEvent.java index 072ce2e9b28..6486e09fe95 100644 --- a/mozilla/grendel/widgets/TreeTableModelEvent.java +++ b/mozilla/grendel/widgets/TreeTableModelEvent.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 17 Sep 1997. */ diff --git a/mozilla/grendel/widgets/TreeTableModelListener.java b/mozilla/grendel/widgets/TreeTableModelListener.java index 178c088b6d5..25f52f37c1d 100644 --- a/mozilla/grendel/widgets/TreeTableModelListener.java +++ b/mozilla/grendel/widgets/TreeTableModelListener.java @@ -1,20 +1,23 @@ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- * - * The contents of this file are subject to the Mozilla Public License - * Version 1.0 (the "License"); you may not use this file except in - * compliance with the License. You may obtain a copy of the License at - * http://www.mozilla.org/MPL/ + * The contents of this file are subject to the Mozilla Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/MPL/ * - * Software distributed under the License is distributed on an "AS IS" - * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See - * the License for the specific language governing rights and limitations - * under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * * 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. + * Corporation. Portions created by Netscape are + * Copyright (C) 1997 Netscape Communications Corporation. All + * Rights Reserved. + * + * Contributor(s): * * Created: Will Scullin , 21 Aug 1997. */ diff --git a/mozilla/grendel/widgets/images/README b/mozilla/grendel/widgets/images/README index fd9524084fe..47fd0fda7e8 100644 --- a/mozilla/grendel/widgets/images/README +++ b/mozilla/grendel/widgets/images/README @@ -1,16 +1,19 @@ # # The contents of this directory are subject to the Mozilla Public -# License Version 1.0 (the "License"); you may not use this file except -# in compliance with the License. You may obtain a copy of the License -# at http://www.mozilla.org/MPL/ -# -# Software distributed under the License is distributed on an "AS IS" -# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -# the License for the specific language governing rights and limitations -# under the License. -# +# License Version 1.1 (the "License"); you may not use this file +# except in compliance with the License. You may obtain a copy of +# the License at http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or +# implied. See the License for the specific language governing +# rights and limitations under the License. +# # 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. +# Corporation. Portions created by Netscape are +# Copyright (C) 1997 Netscape Communications Corporation. All +# Rights Reserved. +# +# Contributor(s):