From 9fc7780ead695ea7daa6cead478a2d892e37912e Mon Sep 17 00:00:00 2001 From: "dmose%mozilla.org" Date: Tue, 2 Nov 1999 06:20:05 +0000 Subject: [PATCH] updating license boilerplate to xPL v1.1 git-svn-id: svn://10.0.0.236/trunk@52523 18797224-902f-48f8-a5cc-f745e15eee43 --- .../IMAP4Advanced_1/include/testsink.h | 29 ++++++++++--------- .../IMAP4Advanced_1/src/imaptest.c | 29 ++++++++++--------- .../IMAP4Advanced_1/src/testsink.c | 29 ++++++++++--------- .../SMTPAdvanced_1/include/testsink.h | 29 ++++++++++--------- .../SMTPAdvanced_1/src/smtptest.c | 29 ++++++++++--------- .../SMTPAdvanced_1/src/testsink.c | 29 ++++++++++--------- mozilla/msgsdk/C/highlevel/include/imstore.h | 29 ++++++++++--------- mozilla/msgsdk/C/highlevel/include/imtrans.h | 29 ++++++++++--------- mozilla/msgsdk/C/include/linklist.h | 29 ++++++++++--------- mozilla/msgsdk/C/include/nsStream.h | 29 ++++++++++--------- mozilla/msgsdk/C/include/nsio.h | 29 ++++++++++--------- mozilla/msgsdk/C/include/nsmail.h | 29 ++++++++++--------- mozilla/msgsdk/C/include/nssocket.h | 29 ++++++++++--------- .../msgsdk/C/protocol/IMAP4/include/imap4.h | 29 ++++++++++--------- .../C/protocol/IMAP4/include/imapdata.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/IMAP4/src/imap4.c | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/IMAP4/test/client.c | 29 ++++++++++--------- .../msgsdk/C/protocol/IMAP4/test/datasink.c | 29 ++++++++++--------- .../msgsdk/C/protocol/IMAP4/test/datasink.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/MIME/include/mime.h | 29 ++++++++++--------- .../C/protocol/MIME/include/mime_internal.h | 29 ++++++++++--------- .../C/protocol/MIME/include/mimeparser.h | 29 ++++++++++--------- .../MIME/include/mimeparser_internal.h | 29 ++++++++++--------- .../MIME/include/nsmail_inputstream.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/MIME/include/util.h | 29 ++++++++++--------- .../msgsdk/C/protocol/MIME/include/vector.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/MIME/src/mime.c | 29 ++++++++++--------- .../msgsdk/C/protocol/MIME/src/mimeDataSink.c | 29 ++++++++++--------- .../C/protocol/MIME/src/mime_internal.c | 29 ++++++++++--------- .../msgsdk/C/protocol/MIME/src/mimeparser.c | 29 ++++++++++--------- .../C/protocol/MIME/src/nsmail_inputstream.c | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/MIME/src/util.c | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/MIME/src/vector.c | 29 ++++++++++--------- .../protocol/MIME/test/dynamic/testdynamic.c | 29 ++++++++++--------- .../protocol/MIME/test/dynamic/testdynamic.h | 29 ++++++++++--------- .../MIME/test/dynamic/testdynamicStream.c | 29 ++++++++++--------- .../C/protocol/MIME/test/msgExternPart.c | 29 ++++++++++--------- .../C/protocol/MIME/test/multiPartmsgPart.c | 29 ++++++++++--------- .../msgsdk/C/protocol/MIME/test/testMessage.c | 29 ++++++++++--------- .../C/protocol/MIME/test/testPasrePlus.c | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/POP3/include/pop3.h | 29 ++++++++++--------- .../msgsdk/C/protocol/POP3/include/pop3priv.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/POP3/src/pop3.c | 29 ++++++++++--------- .../msgsdk/C/protocol/POP3/test/pop3test.c | 29 ++++++++++--------- .../msgsdk/C/protocol/POP3/test/testsink.c | 29 ++++++++++--------- .../msgsdk/C/protocol/POP3/test/testsink.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/SMTP/include/smtp.h | 29 ++++++++++--------- .../msgsdk/C/protocol/SMTP/include/smtppriv.h | 29 ++++++++++--------- mozilla/msgsdk/C/protocol/SMTP/src/smtp.c | 29 ++++++++++--------- .../msgsdk/C/protocol/SMTP/test/hightest.c | 29 ++++++++++--------- .../msgsdk/C/protocol/SMTP/test/smtptest.c | 29 ++++++++++--------- .../msgsdk/C/protocol/SMTP/test/testsink.c | 29 ++++++++++--------- .../msgsdk/C/protocol/SMTP/test/testsink.h | 29 ++++++++++--------- .../C/protocol/examples/example1/mime.h | 29 ++++++++++--------- .../C/protocol/examples/example1/msgEncode.c | 29 ++++++++++--------- .../C/protocol/examples/example1/nsStream.h | 29 ++++++++++--------- .../C/protocol/examples/example1/nsmail.h | 29 ++++++++++--------- .../protocol/examples/example2/testMessage.c | 29 ++++++++++--------- mozilla/msgsdk/C/src/linklist.c | 29 ++++++++++--------- mozilla/msgsdk/C/src/nsStream.c | 29 ++++++++++--------- mozilla/msgsdk/C/src/nsio.c | 29 ++++++++++--------- mozilla/msgsdk/C/src/nssocket.c | 29 ++++++++++--------- .../IMAP4Advanced_1/src/IMAP4Advanced_1.java | 29 ++++++++++--------- .../IMAP4Advanced_1/src/IMAP4FetchThread.java | 29 ++++++++++--------- .../src/IMAP4SearchThread.java | 29 ++++++++++--------- .../IMAP4Advanced_1/src/ServerSink.java | 29 ++++++++++--------- .../SMTPAdvanced_1/src/SMTPAdvanced_1.java | 29 ++++++++++--------- .../SMTPAdvanced_1/src/SMTPCancelThread.java | 29 ++++++++++--------- .../SMTPAdvanced_1/src/SMTPSendThread.java | 29 ++++++++++--------- .../java/highlevel/examples/sendMessage.java | 29 ++++++++++--------- .../java/highlevel/examples/testSendDocs.java | 29 ++++++++++--------- .../highlevel/examples/testsendMessage.java | 29 ++++++++++--------- .../java/highlevel/src/IMAttachment.java | 29 ++++++++++--------- .../java/highlevel/src/IMException.java | 29 ++++++++++--------- .../java/highlevel/src/IMMessageSummary.java | 29 ++++++++++--------- .../msgsdk/java/highlevel/src/IMSMTPSink.java | 29 ++++++++++--------- .../java/highlevel/src/IMSearchTerm.java | 29 ++++++++++--------- .../msgsdk/java/highlevel/src/IMSendThr.java | 29 ++++++++++--------- .../msgsdk/java/highlevel/src/IMStore.java | 29 ++++++++++--------- .../java/highlevel/src/IMTransport.java | 29 ++++++++++--------- .../java/protocol/IMAP4/src/Dispatcher.java | 29 ++++++++++--------- .../java/protocol/IMAP4/src/IGlobals.java | 29 ++++++++++--------- .../java/protocol/IMAP4/src/IIMAP4Sink.java | 29 ++++++++++--------- .../java/protocol/IMAP4/src/IMAP4Client.java | 29 ++++++++++--------- .../protocol/IMAP4/src/IMAP4Exception.java | 29 ++++++++++--------- .../IMAP4/src/IMAP4ServerException.java | 29 ++++++++++--------- .../java/protocol/IMAP4/src/IMAP4Sink.java | 29 ++++++++++--------- .../protocol/IMAP4/src/SystemPreferences.java | 29 ++++++++++--------- .../protocol/IMAP4/test/Email_Client.java | 29 ++++++++++--------- .../java/protocol/IMAP4/test/ServerSink.java | 29 ++++++++++--------- .../message_part/TestMessagePart.java | 29 ++++++++++--------- .../TestExtBodyMessagePart.java | 29 ++++++++++--------- .../multi_part/TestMultiPartMessage.java | 29 ++++++++++--------- .../java/protocol/MIME/src/ByteBuffer.java | 29 ++++++++++--------- .../java/protocol/MIME/src/ByteString.java | 29 ++++++++++--------- .../msgsdk/java/protocol/MIME/src/Header.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEBasicPart.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEBodyPart.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEDataSink.java | 29 ++++++++++--------- .../protocol/MIME/src/MIMEDynamicParser.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEException.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEHelper.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEMessage.java | 29 ++++++++++--------- .../protocol/MIME/src/MIMEMessagePart.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEMultiPart.java | 29 ++++++++++--------- .../java/protocol/MIME/src/MIMEParser.java | 29 ++++++++++--------- .../java/protocol/MIME/src/fileMIMEType.java | 29 ++++++++++--------- .../msgsdk/java/protocol/MIME/src/log.java | 29 ++++++++++--------- .../protocol/MIME/testapp/myDataSink.java | 29 ++++++++++--------- .../java/protocol/MIME/testapp/testApp.java | 29 ++++++++++--------- .../protocol/MIME/testapp/testAppStr.java | 29 ++++++++++--------- .../protocol/MIME/testapp/testAppStrLoop.java | 29 ++++++++++--------- .../java/protocol/Messaging/src/Common.java | 29 ++++++++++--------- .../java/protocol/Messaging/src/IO.java | 29 ++++++++++--------- .../java/protocol/POP3/src/IPOP3Sink.java | 29 ++++++++++--------- .../java/protocol/POP3/src/POP3Client.java | 29 ++++++++++--------- .../java/protocol/POP3/src/POP3Exception.java | 29 ++++++++++--------- .../POP3/src/POP3ServerException.java | 29 ++++++++++--------- .../java/protocol/POP3/src/POP3Sink.java | 29 ++++++++++--------- .../java/protocol/POP3/test/POP3Test.java | 29 ++++++++++--------- .../java/protocol/POP3/test/POP3TestSink.java | 29 ++++++++++--------- .../java/protocol/SMTP/src/ISMTPSink.java | 29 ++++++++++--------- .../java/protocol/SMTP/src/SMTPClient.java | 29 ++++++++++--------- .../java/protocol/SMTP/src/SMTPException.java | 29 ++++++++++--------- .../SMTP/src/SMTPServerException.java | 29 ++++++++++--------- .../java/protocol/SMTP/src/SMTPSink.java | 29 ++++++++++--------- .../java/protocol/SMTP/test/SMTPTest.java | 29 ++++++++++--------- .../java/protocol/SMTP/test/SMTPTestSink.java | 29 ++++++++++--------- .../protocol/examples/example1/Config.java | 29 ++++++++++--------- .../protocol/examples/example1/OKDialog.java | 29 ++++++++++--------- .../examples/example1/SMTPTestSink.java | 29 ++++++++++--------- .../examples/example1/SendMsgClnt.java | 29 ++++++++++--------- .../examples/example2/MIMEEncodeTest.java | 29 ++++++++++--------- 133 files changed, 1995 insertions(+), 1862 deletions(-) diff --git a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/include/testsink.h b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/include/testsink.h index a55b711899c..db3679b910a 100644 --- a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/include/testsink.h +++ b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/include/testsink.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/imaptest.c b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/imaptest.c index 7748386960e..dacd033e43b 100644 --- a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/imaptest.c +++ b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/imaptest.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/testsink.c b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/testsink.c index 6b04e5283f3..ee73853b66c 100644 --- a/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/testsink.c +++ b/mozilla/msgsdk/C/advancedExamples/IMAP4Advanced_1/src/testsink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/include/testsink.h b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/include/testsink.h index 60d9d959a56..3bb416f1bfc 100644 --- a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/include/testsink.h +++ b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/include/testsink.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/smtptest.c b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/smtptest.c index 3e4a8ebd591..bbe7862dafe 100644 --- a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/smtptest.c +++ b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/smtptest.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/testsink.c b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/testsink.c index d73f27b9b23..442227c4bbe 100644 --- a/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/testsink.c +++ b/mozilla/msgsdk/C/advancedExamples/SMTPAdvanced_1/src/testsink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/highlevel/include/imstore.h b/mozilla/msgsdk/C/highlevel/include/imstore.h index a181c4969d3..968c03a4a5c 100644 --- a/mozilla/msgsdk/C/highlevel/include/imstore.h +++ b/mozilla/msgsdk/C/highlevel/include/imstore.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/highlevel/include/imtrans.h b/mozilla/msgsdk/C/highlevel/include/imtrans.h index 5f921ec62e9..bd796d6782c 100644 --- a/mozilla/msgsdk/C/highlevel/include/imtrans.h +++ b/mozilla/msgsdk/C/highlevel/include/imtrans.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/include/linklist.h b/mozilla/msgsdk/C/include/linklist.h index 8bf1b7c4114..6672ba16485 100644 --- a/mozilla/msgsdk/C/include/linklist.h +++ b/mozilla/msgsdk/C/include/linklist.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/include/nsStream.h b/mozilla/msgsdk/C/include/nsStream.h index df55fb63610..4d5fb20026e 100644 --- a/mozilla/msgsdk/C/include/nsStream.h +++ b/mozilla/msgsdk/C/include/nsStream.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/include/nsio.h b/mozilla/msgsdk/C/include/nsio.h index ccbf48ac5c2..0e3fd3b6a1b 100644 --- a/mozilla/msgsdk/C/include/nsio.h +++ b/mozilla/msgsdk/C/include/nsio.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/include/nsmail.h b/mozilla/msgsdk/C/include/nsmail.h index dd4d9d97ab6..5a05687b5e3 100644 --- a/mozilla/msgsdk/C/include/nsmail.h +++ b/mozilla/msgsdk/C/include/nsmail.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/include/nssocket.h b/mozilla/msgsdk/C/include/nssocket.h index 76827715929..8a8d2dae366 100644 --- a/mozilla/msgsdk/C/include/nssocket.h +++ b/mozilla/msgsdk/C/include/nssocket.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/include/imap4.h b/mozilla/msgsdk/C/protocol/IMAP4/include/imap4.h index 74201c4e9a7..ca5f917e0c9 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/include/imap4.h +++ b/mozilla/msgsdk/C/protocol/IMAP4/include/imap4.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/include/imapdata.h b/mozilla/msgsdk/C/protocol/IMAP4/include/imapdata.h index 51336e29f57..e0471d36ff8 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/include/imapdata.h +++ b/mozilla/msgsdk/C/protocol/IMAP4/include/imapdata.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/src/imap4.c b/mozilla/msgsdk/C/protocol/IMAP4/src/imap4.c index c719db5f770..f66d0cb57f1 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/src/imap4.c +++ b/mozilla/msgsdk/C/protocol/IMAP4/src/imap4.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/test/client.c b/mozilla/msgsdk/C/protocol/IMAP4/test/client.c index d8ce2bc9877..370556e33f5 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/test/client.c +++ b/mozilla/msgsdk/C/protocol/IMAP4/test/client.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.c b/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.c index 472fd18c70b..32dc18223cd 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.c +++ b/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.h b/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.h index 6d79133216e..be6f8360347 100644 --- a/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.h +++ b/mozilla/msgsdk/C/protocol/IMAP4/test/datasink.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/mime.h b/mozilla/msgsdk/C/protocol/MIME/include/mime.h index c2c565816a5..66117157f25 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/mime.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/mime.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/mime_internal.h b/mozilla/msgsdk/C/protocol/MIME/include/mime_internal.h index 71b902ded60..2b9fc1c9c93 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/mime_internal.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/mime_internal.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/mimeparser.h b/mozilla/msgsdk/C/protocol/MIME/include/mimeparser.h index a5ba35a1a94..8cf5ffa49df 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/mimeparser.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/mimeparser.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/mimeparser_internal.h b/mozilla/msgsdk/C/protocol/MIME/include/mimeparser_internal.h index 92e6fe5d56a..3ffb65927fa 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/mimeparser_internal.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/mimeparser_internal.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/nsmail_inputstream.h b/mozilla/msgsdk/C/protocol/MIME/include/nsmail_inputstream.h index e0001fb314e..cf84fda8b9c 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/nsmail_inputstream.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/nsmail_inputstream.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/util.h b/mozilla/msgsdk/C/protocol/MIME/include/util.h index c84b363e615..eae8d3c4a60 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/util.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/util.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/include/vector.h b/mozilla/msgsdk/C/protocol/MIME/include/vector.h index 420598c6a0e..b083cbbdad4 100644 --- a/mozilla/msgsdk/C/protocol/MIME/include/vector.h +++ b/mozilla/msgsdk/C/protocol/MIME/include/vector.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/mime.c b/mozilla/msgsdk/C/protocol/MIME/src/mime.c index e91fafddf4e..44a64863841 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/mime.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/mime.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/mimeDataSink.c b/mozilla/msgsdk/C/protocol/MIME/src/mimeDataSink.c index 6baea043754..c4091e5eaa7 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/mimeDataSink.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/mimeDataSink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/mime_internal.c b/mozilla/msgsdk/C/protocol/MIME/src/mime_internal.c index 9005bbd7bf7..2666c683b03 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/mime_internal.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/mime_internal.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/mimeparser.c b/mozilla/msgsdk/C/protocol/MIME/src/mimeparser.c index fbda1cef117..aaaf8015a91 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/mimeparser.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/mimeparser.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/nsmail_inputstream.c b/mozilla/msgsdk/C/protocol/MIME/src/nsmail_inputstream.c index 73c466db662..1d1d22d2ad9 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/nsmail_inputstream.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/nsmail_inputstream.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/util.c b/mozilla/msgsdk/C/protocol/MIME/src/util.c index 60a207e5b82..f3668af1950 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/util.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/util.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/src/vector.c b/mozilla/msgsdk/C/protocol/MIME/src/vector.c index 755f9320e68..aae61f5899e 100644 --- a/mozilla/msgsdk/C/protocol/MIME/src/vector.c +++ b/mozilla/msgsdk/C/protocol/MIME/src/vector.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.c b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.c index 993ec94639f..707a8ecaa19 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* * Copyright (c) 1997 and 1998 Netscape Communications Corporation diff --git a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.h b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.h index e474d9736b6..a9aebb76dfd 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.h +++ b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamic.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamicStream.c b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamicStream.c index a8be11ffe47..1ca915d6147 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamicStream.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/dynamic/testdynamicStream.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* * Copyright (c) 1997 and 1998 Netscape Communications Corporation diff --git a/mozilla/msgsdk/C/protocol/MIME/test/msgExternPart.c b/mozilla/msgsdk/C/protocol/MIME/test/msgExternPart.c index c9fd17c8081..79c6a9ad7e8 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/msgExternPart.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/msgExternPart.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/test/multiPartmsgPart.c b/mozilla/msgsdk/C/protocol/MIME/test/multiPartmsgPart.c index adb98a541a3..6d6c49da4b2 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/multiPartmsgPart.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/multiPartmsgPart.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/test/testMessage.c b/mozilla/msgsdk/C/protocol/MIME/test/testMessage.c index 5a685da7963..399ba011c17 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/testMessage.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/testMessage.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/MIME/test/testPasrePlus.c b/mozilla/msgsdk/C/protocol/MIME/test/testPasrePlus.c index 4a031c30a63..7cd3bc75521 100644 --- a/mozilla/msgsdk/C/protocol/MIME/test/testPasrePlus.c +++ b/mozilla/msgsdk/C/protocol/MIME/test/testPasrePlus.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/include/pop3.h b/mozilla/msgsdk/C/protocol/POP3/include/pop3.h index 9d0ec68169e..ed1f20cdc07 100644 --- a/mozilla/msgsdk/C/protocol/POP3/include/pop3.h +++ b/mozilla/msgsdk/C/protocol/POP3/include/pop3.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/include/pop3priv.h b/mozilla/msgsdk/C/protocol/POP3/include/pop3priv.h index ee237df2026..7b7b083b490 100644 --- a/mozilla/msgsdk/C/protocol/POP3/include/pop3priv.h +++ b/mozilla/msgsdk/C/protocol/POP3/include/pop3priv.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/src/pop3.c b/mozilla/msgsdk/C/protocol/POP3/src/pop3.c index 36b66dceed2..f3329998cef 100644 --- a/mozilla/msgsdk/C/protocol/POP3/src/pop3.c +++ b/mozilla/msgsdk/C/protocol/POP3/src/pop3.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/test/pop3test.c b/mozilla/msgsdk/C/protocol/POP3/test/pop3test.c index 51223af4dc6..79513a7acbd 100644 --- a/mozilla/msgsdk/C/protocol/POP3/test/pop3test.c +++ b/mozilla/msgsdk/C/protocol/POP3/test/pop3test.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/test/testsink.c b/mozilla/msgsdk/C/protocol/POP3/test/testsink.c index a6e0beb01b9..5231212673c 100644 --- a/mozilla/msgsdk/C/protocol/POP3/test/testsink.c +++ b/mozilla/msgsdk/C/protocol/POP3/test/testsink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/POP3/test/testsink.h b/mozilla/msgsdk/C/protocol/POP3/test/testsink.h index e4e23a26399..4bacbb5bf24 100644 --- a/mozilla/msgsdk/C/protocol/POP3/test/testsink.h +++ b/mozilla/msgsdk/C/protocol/POP3/test/testsink.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/SMTP/include/smtp.h b/mozilla/msgsdk/C/protocol/SMTP/include/smtp.h index c8e099e67b7..a0a74927c1e 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/include/smtp.h +++ b/mozilla/msgsdk/C/protocol/SMTP/include/smtp.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/SMTP/include/smtppriv.h b/mozilla/msgsdk/C/protocol/SMTP/include/smtppriv.h index 1690da91fe0..c262b4f6534 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/include/smtppriv.h +++ b/mozilla/msgsdk/C/protocol/SMTP/include/smtppriv.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/SMTP/src/smtp.c b/mozilla/msgsdk/C/protocol/SMTP/src/smtp.c index 276f0f7b34b..ca7c407b059 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/src/smtp.c +++ b/mozilla/msgsdk/C/protocol/SMTP/src/smtp.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/SMTP/test/hightest.c b/mozilla/msgsdk/C/protocol/SMTP/test/hightest.c index 4e606c63678..eba55c81373 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/test/hightest.c +++ b/mozilla/msgsdk/C/protocol/SMTP/test/hightest.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* USAGE: SMTPTest.exe server domain mailFrom rcptTo message */ diff --git a/mozilla/msgsdk/C/protocol/SMTP/test/smtptest.c b/mozilla/msgsdk/C/protocol/SMTP/test/smtptest.c index 5ddfe043f07..57495a0a1b9 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/test/smtptest.c +++ b/mozilla/msgsdk/C/protocol/SMTP/test/smtptest.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* USAGE: SMTPTest.exe server domain mailFrom rcptTo messageFile */ diff --git a/mozilla/msgsdk/C/protocol/SMTP/test/testsink.c b/mozilla/msgsdk/C/protocol/SMTP/test/testsink.c index fe73551c11e..47535d23fe6 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/test/testsink.c +++ b/mozilla/msgsdk/C/protocol/SMTP/test/testsink.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ #include "smtp.h" diff --git a/mozilla/msgsdk/C/protocol/SMTP/test/testsink.h b/mozilla/msgsdk/C/protocol/SMTP/test/testsink.h index 9576c44923d..0d087cffa12 100644 --- a/mozilla/msgsdk/C/protocol/SMTP/test/testsink.h +++ b/mozilla/msgsdk/C/protocol/SMTP/test/testsink.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ #ifndef TESTSINK_H diff --git a/mozilla/msgsdk/C/protocol/examples/example1/mime.h b/mozilla/msgsdk/C/protocol/examples/example1/mime.h index 018df830d1b..03b99e7f35e 100644 --- a/mozilla/msgsdk/C/protocol/examples/example1/mime.h +++ b/mozilla/msgsdk/C/protocol/examples/example1/mime.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/examples/example1/msgEncode.c b/mozilla/msgsdk/C/protocol/examples/example1/msgEncode.c index 3b5ac353480..003708f70f6 100644 --- a/mozilla/msgsdk/C/protocol/examples/example1/msgEncode.c +++ b/mozilla/msgsdk/C/protocol/examples/example1/msgEncode.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/examples/example1/nsStream.h b/mozilla/msgsdk/C/protocol/examples/example1/nsStream.h index cda92158e1c..7ed1ff391b4 100644 --- a/mozilla/msgsdk/C/protocol/examples/example1/nsStream.h +++ b/mozilla/msgsdk/C/protocol/examples/example1/nsStream.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/protocol/examples/example1/nsmail.h b/mozilla/msgsdk/C/protocol/examples/example1/nsmail.h index 644e8dd858d..7a65d7ede39 100644 --- a/mozilla/msgsdk/C/protocol/examples/example1/nsmail.h +++ b/mozilla/msgsdk/C/protocol/examples/example1/nsmail.h @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ #ifndef NSMAIL_H diff --git a/mozilla/msgsdk/C/protocol/examples/example2/testMessage.c b/mozilla/msgsdk/C/protocol/examples/example2/testMessage.c index 9c7081566dd..e5410fa45a0 100755 --- a/mozilla/msgsdk/C/protocol/examples/example2/testMessage.c +++ b/mozilla/msgsdk/C/protocol/examples/example2/testMessage.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ #include diff --git a/mozilla/msgsdk/C/src/linklist.c b/mozilla/msgsdk/C/src/linklist.c index 50db8972740..0a98cfceeac 100644 --- a/mozilla/msgsdk/C/src/linklist.c +++ b/mozilla/msgsdk/C/src/linklist.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/src/nsStream.c b/mozilla/msgsdk/C/src/nsStream.c index f9631244362..fd8cc0e5ee0 100644 --- a/mozilla/msgsdk/C/src/nsStream.c +++ b/mozilla/msgsdk/C/src/nsStream.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/src/nsio.c b/mozilla/msgsdk/C/src/nsio.c index 780104de5b5..2f490ea0968 100644 --- a/mozilla/msgsdk/C/src/nsio.c +++ b/mozilla/msgsdk/C/src/nsio.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/C/src/nssocket.c b/mozilla/msgsdk/C/src/nssocket.c index 3fbc8b2c181..d6fcd27093b 100644 --- a/mozilla/msgsdk/C/src/nssocket.c +++ b/mozilla/msgsdk/C/src/nssocket.c @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4Advanced_1.java b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4Advanced_1.java index f0c83761c67..f0a99c5eab5 100644 --- a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4Advanced_1.java +++ b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4Advanced_1.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4FetchThread.java b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4FetchThread.java index 27326f9ab05..e9ad0ef6d55 100644 --- a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4FetchThread.java +++ b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4FetchThread.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4SearchThread.java b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4SearchThread.java index 2bc7bafd349..429cc494200 100644 --- a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4SearchThread.java +++ b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/IMAP4SearchThread.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/ServerSink.java b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/ServerSink.java index 977604f6ced..e6a9239271b 100644 --- a/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/ServerSink.java +++ b/mozilla/msgsdk/java/advancedExamples/IMAP4Advanced_1/src/ServerSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPAdvanced_1.java b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPAdvanced_1.java index a5bdf9b5d39..80bd4a4651c 100644 --- a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPAdvanced_1.java +++ b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPAdvanced_1.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.smtp.*; diff --git a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPCancelThread.java b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPCancelThread.java index c2e1ee51534..8fe791f4bec 100644 --- a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPCancelThread.java +++ b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPCancelThread.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.smtp.*; diff --git a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPSendThread.java b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPSendThread.java index f8b571f7c3b..242f4a4c26a 100644 --- a/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPSendThread.java +++ b/mozilla/msgsdk/java/advancedExamples/SMTPAdvanced_1/src/SMTPSendThread.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.smtp.*; diff --git a/mozilla/msgsdk/java/highlevel/examples/sendMessage.java b/mozilla/msgsdk/java/highlevel/examples/sendMessage.java index e49feb402ee..e7266b88032 100644 --- a/mozilla/msgsdk/java/highlevel/examples/sendMessage.java +++ b/mozilla/msgsdk/java/highlevel/examples/sendMessage.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/examples/testSendDocs.java b/mozilla/msgsdk/java/highlevel/examples/testSendDocs.java index f36bb8a69b3..20caf556cca 100644 --- a/mozilla/msgsdk/java/highlevel/examples/testSendDocs.java +++ b/mozilla/msgsdk/java/highlevel/examples/testSendDocs.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/examples/testsendMessage.java b/mozilla/msgsdk/java/highlevel/examples/testsendMessage.java index 091a5138747..00aabd6c25a 100644 --- a/mozilla/msgsdk/java/highlevel/examples/testsendMessage.java +++ b/mozilla/msgsdk/java/highlevel/examples/testsendMessage.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMAttachment.java b/mozilla/msgsdk/java/highlevel/src/IMAttachment.java index 839f7891952..915f167514c 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMAttachment.java +++ b/mozilla/msgsdk/java/highlevel/src/IMAttachment.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMException.java b/mozilla/msgsdk/java/highlevel/src/IMException.java index 22ba7bd0de8..c19e852b08e 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMException.java +++ b/mozilla/msgsdk/java/highlevel/src/IMException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMMessageSummary.java b/mozilla/msgsdk/java/highlevel/src/IMMessageSummary.java index e94ff9ca9e7..4a9eedc02d8 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMMessageSummary.java +++ b/mozilla/msgsdk/java/highlevel/src/IMMessageSummary.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMSMTPSink.java b/mozilla/msgsdk/java/highlevel/src/IMSMTPSink.java index fc947378511..c79f3a32400 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMSMTPSink.java +++ b/mozilla/msgsdk/java/highlevel/src/IMSMTPSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMSearchTerm.java b/mozilla/msgsdk/java/highlevel/src/IMSearchTerm.java index 208186a9425..b7d4eb103f8 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMSearchTerm.java +++ b/mozilla/msgsdk/java/highlevel/src/IMSearchTerm.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMSendThr.java b/mozilla/msgsdk/java/highlevel/src/IMSendThr.java index fdd9905f7ea..518022b2695 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMSendThr.java +++ b/mozilla/msgsdk/java/highlevel/src/IMSendThr.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMStore.java b/mozilla/msgsdk/java/highlevel/src/IMStore.java index 0e8e0ef388e..bee948db299 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMStore.java +++ b/mozilla/msgsdk/java/highlevel/src/IMStore.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/highlevel/src/IMTransport.java b/mozilla/msgsdk/java/highlevel/src/IMTransport.java index 1a17d7962bd..549dba8ae4a 100644 --- a/mozilla/msgsdk/java/highlevel/src/IMTransport.java +++ b/mozilla/msgsdk/java/highlevel/src/IMTransport.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/Dispatcher.java b/mozilla/msgsdk/java/protocol/IMAP4/src/Dispatcher.java index d63afa0267d..b4aa10fef8a 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/Dispatcher.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/Dispatcher.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IGlobals.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IGlobals.java index 87f8fab441d..346c75beebe 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IGlobals.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IGlobals.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IIMAP4Sink.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IIMAP4Sink.java index 4d91d45e11a..2a32e831555 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IIMAP4Sink.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IIMAP4Sink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Client.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Client.java index fed50d13103..955698bcd89 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Client.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Client.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Exception.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Exception.java index e26d7bf9150..44c83d18784 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Exception.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Exception.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4ServerException.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4ServerException.java index 978b3dbfa5d..4785413c5a6 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4ServerException.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4ServerException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Sink.java b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Sink.java index 9689eda2503..6f1049a55f2 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Sink.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/IMAP4Sink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/src/SystemPreferences.java b/mozilla/msgsdk/java/protocol/IMAP4/src/SystemPreferences.java index bcac46d796c..2171c7eed58 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/src/SystemPreferences.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/src/SystemPreferences.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/IMAP4/test/Email_Client.java b/mozilla/msgsdk/java/protocol/IMAP4/test/Email_Client.java index ce4e4e313b6..d1c4a95719f 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/test/Email_Client.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/test/Email_Client.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/protocol/IMAP4/test/ServerSink.java b/mozilla/msgsdk/java/protocol/IMAP4/test/ServerSink.java index a431db9deb2..b59244c2133 100644 --- a/mozilla/msgsdk/java/protocol/IMAP4/test/ServerSink.java +++ b/mozilla/msgsdk/java/protocol/IMAP4/test/ServerSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.imap4.*; diff --git a/mozilla/msgsdk/java/protocol/MIME/examples/message_part/TestMessagePart.java b/mozilla/msgsdk/java/protocol/MIME/examples/message_part/TestMessagePart.java index 1c80144f894..65eb588679d 100644 --- a/mozilla/msgsdk/java/protocol/MIME/examples/message_part/TestMessagePart.java +++ b/mozilla/msgsdk/java/protocol/MIME/examples/message_part/TestMessagePart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import java.io.*; diff --git a/mozilla/msgsdk/java/protocol/MIME/examples/msg_extern_body/TestExtBodyMessagePart.java b/mozilla/msgsdk/java/protocol/MIME/examples/msg_extern_body/TestExtBodyMessagePart.java index 50c912d94a9..8f540935ec0 100644 --- a/mozilla/msgsdk/java/protocol/MIME/examples/msg_extern_body/TestExtBodyMessagePart.java +++ b/mozilla/msgsdk/java/protocol/MIME/examples/msg_extern_body/TestExtBodyMessagePart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import java.io.*; diff --git a/mozilla/msgsdk/java/protocol/MIME/examples/multi_part/TestMultiPartMessage.java b/mozilla/msgsdk/java/protocol/MIME/examples/multi_part/TestMultiPartMessage.java index 5f5efa55503..44a69f25796 100644 --- a/mozilla/msgsdk/java/protocol/MIME/examples/multi_part/TestMultiPartMessage.java +++ b/mozilla/msgsdk/java/protocol/MIME/examples/multi_part/TestMultiPartMessage.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import java.io.*; diff --git a/mozilla/msgsdk/java/protocol/MIME/src/ByteBuffer.java b/mozilla/msgsdk/java/protocol/MIME/src/ByteBuffer.java index e0f0ea5a321..b4bb6f9db05 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/ByteBuffer.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/ByteBuffer.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/ByteString.java b/mozilla/msgsdk/java/protocol/MIME/src/ByteString.java index 8c1b71ebf8b..61e4d39bc04 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/ByteString.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/ByteString.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/Header.java b/mozilla/msgsdk/java/protocol/MIME/src/Header.java index 1372e9083f0..fb300a1c91a 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/Header.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/Header.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEBasicPart.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEBasicPart.java index 609a3b51011..0864d6aca75 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEBasicPart.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEBasicPart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEBodyPart.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEBodyPart.java index 66c17085e67..bfdb29dd30e 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEBodyPart.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEBodyPart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEDataSink.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEDataSink.java index 6d80483a384..205bbaa700e 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEDataSink.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEDataSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEDynamicParser.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEDynamicParser.java index f51ed7f8851..5fd351cbbdf 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEDynamicParser.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEDynamicParser.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEException.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEException.java index d2cdb079891..1900fc7f3ae 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEException.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEHelper.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEHelper.java index 20d0eb42204..621010c7d0d 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEHelper.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEHelper.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessage.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessage.java index b9447db7a58..ac2663cc731 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessage.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessage.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessagePart.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessagePart.java index 4333c3b47f7..9ee3b67910d 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessagePart.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMessagePart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMultiPart.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMultiPart.java index 8287828a616..36b44f904b2 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEMultiPart.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEMultiPart.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/MIMEParser.java b/mozilla/msgsdk/java/protocol/MIME/src/MIMEParser.java index 51770f30b8a..7115155fbc2 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/MIMEParser.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/MIMEParser.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/fileMIMEType.java b/mozilla/msgsdk/java/protocol/MIME/src/fileMIMEType.java index a1988355ef2..3a89ea78d04 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/fileMIMEType.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/fileMIMEType.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/src/log.java b/mozilla/msgsdk/java/protocol/MIME/src/log.java index 4463b341de8..61fdde0b29b 100644 --- a/mozilla/msgsdk/java/protocol/MIME/src/log.java +++ b/mozilla/msgsdk/java/protocol/MIME/src/log.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/testapp/myDataSink.java b/mozilla/msgsdk/java/protocol/MIME/testapp/myDataSink.java index 68210bdb96d..9ec57188b25 100644 --- a/mozilla/msgsdk/java/protocol/MIME/testapp/myDataSink.java +++ b/mozilla/msgsdk/java/protocol/MIME/testapp/myDataSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/testapp/testApp.java b/mozilla/msgsdk/java/protocol/MIME/testapp/testApp.java index 5d1f37f659d..28dbd1b9892 100644 --- a/mozilla/msgsdk/java/protocol/MIME/testapp/testApp.java +++ b/mozilla/msgsdk/java/protocol/MIME/testapp/testApp.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStr.java b/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStr.java index e21441c242e..9f7398f8a1e 100644 --- a/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStr.java +++ b/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStr.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStrLoop.java b/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStrLoop.java index 0f5a8d765cc..a6b9a106236 100644 --- a/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStrLoop.java +++ b/mozilla/msgsdk/java/protocol/MIME/testapp/testAppStrLoop.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/Messaging/src/Common.java b/mozilla/msgsdk/java/protocol/Messaging/src/Common.java index e4a8837a285..d1b2c50d72d 100644 --- a/mozilla/msgsdk/java/protocol/Messaging/src/Common.java +++ b/mozilla/msgsdk/java/protocol/Messaging/src/Common.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/Messaging/src/IO.java b/mozilla/msgsdk/java/protocol/Messaging/src/IO.java index ff09980a235..9be73218a37 100644 --- a/mozilla/msgsdk/java/protocol/Messaging/src/IO.java +++ b/mozilla/msgsdk/java/protocol/Messaging/src/IO.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/src/IPOP3Sink.java b/mozilla/msgsdk/java/protocol/POP3/src/IPOP3Sink.java index 73d86f90fbe..58e214deaf0 100644 --- a/mozilla/msgsdk/java/protocol/POP3/src/IPOP3Sink.java +++ b/mozilla/msgsdk/java/protocol/POP3/src/IPOP3Sink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/src/POP3Client.java b/mozilla/msgsdk/java/protocol/POP3/src/POP3Client.java index 1c6d5f13cc2..b65d488f399 100644 --- a/mozilla/msgsdk/java/protocol/POP3/src/POP3Client.java +++ b/mozilla/msgsdk/java/protocol/POP3/src/POP3Client.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/src/POP3Exception.java b/mozilla/msgsdk/java/protocol/POP3/src/POP3Exception.java index ecbaa09621c..62b5f4eda80 100644 --- a/mozilla/msgsdk/java/protocol/POP3/src/POP3Exception.java +++ b/mozilla/msgsdk/java/protocol/POP3/src/POP3Exception.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/src/POP3ServerException.java b/mozilla/msgsdk/java/protocol/POP3/src/POP3ServerException.java index 7bca82fd49c..228c3facaa8 100644 --- a/mozilla/msgsdk/java/protocol/POP3/src/POP3ServerException.java +++ b/mozilla/msgsdk/java/protocol/POP3/src/POP3ServerException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/src/POP3Sink.java b/mozilla/msgsdk/java/protocol/POP3/src/POP3Sink.java index 3d4b8999c07..0e50eab87e7 100644 --- a/mozilla/msgsdk/java/protocol/POP3/src/POP3Sink.java +++ b/mozilla/msgsdk/java/protocol/POP3/src/POP3Sink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/test/POP3Test.java b/mozilla/msgsdk/java/protocol/POP3/test/POP3Test.java index c44ff1f2d3a..70b89ac4e40 100644 --- a/mozilla/msgsdk/java/protocol/POP3/test/POP3Test.java +++ b/mozilla/msgsdk/java/protocol/POP3/test/POP3Test.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/POP3/test/POP3TestSink.java b/mozilla/msgsdk/java/protocol/POP3/test/POP3TestSink.java index 1272a2921e0..686ac074f33 100644 --- a/mozilla/msgsdk/java/protocol/POP3/test/POP3TestSink.java +++ b/mozilla/msgsdk/java/protocol/POP3/test/POP3TestSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.pop3.*; diff --git a/mozilla/msgsdk/java/protocol/SMTP/src/ISMTPSink.java b/mozilla/msgsdk/java/protocol/SMTP/src/ISMTPSink.java index 66e7b12c2df..d38b5146ef4 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/src/ISMTPSink.java +++ b/mozilla/msgsdk/java/protocol/SMTP/src/ISMTPSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPClient.java b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPClient.java index 7b116c20d13..b31c5db5f0e 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPClient.java +++ b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPClient.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPException.java b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPException.java index 94137b04cd0..e0ffcc99ae6 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPException.java +++ b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPServerException.java b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPServerException.java index e1f48555d8f..206cb56e02a 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPServerException.java +++ b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPServerException.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPSink.java b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPSink.java index 16488c27ab6..cf5facb26b5 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/src/SMTPSink.java +++ b/mozilla/msgsdk/java/protocol/SMTP/src/SMTPSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTest.java b/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTest.java index 00951e9b10f..656c583a834 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTest.java +++ b/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTest.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTestSink.java b/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTestSink.java index b703a8878f9..2e17970bf52 100644 --- a/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTestSink.java +++ b/mozilla/msgsdk/java/protocol/SMTP/test/SMTPTestSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ import netscape.messaging.smtp.*; diff --git a/mozilla/msgsdk/java/protocol/examples/example1/Config.java b/mozilla/msgsdk/java/protocol/examples/example1/Config.java index bc495344e88..b4695c06aee 100644 --- a/mozilla/msgsdk/java/protocol/examples/example1/Config.java +++ b/mozilla/msgsdk/java/protocol/examples/example1/Config.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/examples/example1/OKDialog.java b/mozilla/msgsdk/java/protocol/examples/example1/OKDialog.java index 11eb6979317..612698f259a 100644 --- a/mozilla/msgsdk/java/protocol/examples/example1/OKDialog.java +++ b/mozilla/msgsdk/java/protocol/examples/example1/OKDialog.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/examples/example1/SMTPTestSink.java b/mozilla/msgsdk/java/protocol/examples/example1/SMTPTestSink.java index e933bb5a250..5dc64ce6e68 100644 --- a/mozilla/msgsdk/java/protocol/examples/example1/SMTPTestSink.java +++ b/mozilla/msgsdk/java/protocol/examples/example1/SMTPTestSink.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/examples/example1/SendMsgClnt.java b/mozilla/msgsdk/java/protocol/examples/example1/SendMsgClnt.java index 92e24252635..2e37fc91af6 100644 --- a/mozilla/msgsdk/java/protocol/examples/example1/SendMsgClnt.java +++ b/mozilla/msgsdk/java/protocol/examples/example1/SendMsgClnt.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /* diff --git a/mozilla/msgsdk/java/protocol/examples/example2/MIMEEncodeTest.java b/mozilla/msgsdk/java/protocol/examples/example2/MIMEEncodeTest.java index d2e30872da2..fd32960ca68 100644 --- a/mozilla/msgsdk/java/protocol/examples/example2/MIMEEncodeTest.java +++ b/mozilla/msgsdk/java/protocol/examples/example2/MIMEEncodeTest.java @@ -1,21 +1,22 @@ /* - * The contents of this file are subject to the Netscape Public License - * Version 1.0 (the "License"); you may not use this file except in compliance - * with the License. You may obtain a copy of the License at - * http://www.mozilla.org/NPL/. + * The contents of this file are subject to the Netscape Public + * License Version 1.1 (the "License"); you may not use this file + * except in compliance with the License. You may obtain a copy of + * the License at http://www.mozilla.org/NPL/ * - * Software distributed under the License is distributed on an "AS IS" basis, - * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License - * for the specific language governing rights and limitations under the License. + * Software distributed under the License is distributed on an "AS + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or + * implied. See the License for the specific language governing + * rights and limitations under the License. * - * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, - * released on or about June 15, 1998. + * The Original Code is the Netscape Messaging Access SDK Version 3.5 code, + * released on or about June 15, 1998. * + * The Initial Developer of the Original Code is Netscape Communications + * Corporation. Portions created by Netscape are + * Copyright (C) 1998 Netscape Communications Corporation. All + * Rights Reserved. * - * The Initial Developer of the Original Code is Netscape Communications - * Corporation. Portions created by Netscape are Copyright (C) 1998 Netscape - * Communications Corporation. All Rights Reserved. - * - * Contributor(s): ______________________________________. + * Contributor(s): ______________________________________. */ /*