updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org

git-svn-id: svn://10.0.0.236/trunk@52900 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dmose%mozilla.org
1999-11-06 02:47:15 +00:00
parent fe6a96903d
commit ce50f7d151
1137 changed files with 17158 additions and 12447 deletions

View File

@@ -1,20 +1,23 @@
#!nmake
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.0 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
# the License for the specific language governing rights and limitations
# under the License.
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is "The Lighthouse Foundation Classes (LFC)"
#
# The original code is "The Lighthouse Foundation Classes (LFC)"
#
# The Initial Developer of the Original Code is Sun Microsystems,
# Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
# Microsystems, Inc. All Rights Reserved.
# Inc. Portions created by Sun are
# Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
# Rights Reserved.
#
# Contributor(s):
IGNORE_MANIFEST=1
#//------------------------------------------------------------------------

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
package org.mozilla.util;

View File

@@ -1,26 +1,29 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
// CUAssertionFailureException.java
//
// $Id: AssertionFailureException.java,v 1.1 1999-07-30 01:02:57 edburns%acm.org Exp $
// $Id: AssertionFailureException.java,v 1.2 1999-11-06 02:25:54 dmose%mozilla.org Exp $
//
package org.mozilla.util;

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
@@ -53,7 +56,7 @@ import java.util.Date;
*
* </P>
* @author Keith Bernstein
* @version $Id: Debug.java,v 1.1 1999-07-30 01:02:57 edburns%acm.org Exp $ */
* @version $Id: Debug.java,v 1.2 1999-11-06 02:25:55 dmose%mozilla.org Exp $ */
public class Debug extends Object {
static public final String HELP_FILTER_STRING = "HELP";

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
@@ -27,7 +30,7 @@ import java.util.Date;
* <B>Log</B>
* </P>
* @author Keith Bernstein
* @version $Id: Log.java,v 1.1 1999-07-30 01:02:57 edburns%acm.org Exp $
* @version $Id: Log.java,v 1.2 1999-11-06 02:25:55 dmose%mozilla.org Exp $
*/
public class Log extends Object {

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
@@ -37,7 +40,7 @@ package org.mozilla.util;
* ParameterCheck is intended specifically for checking parameters;
* for general condition and invariant testing, use Assert.
*
* @version $Id: ParameterCheck.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $
* @version $Id: ParameterCheck.java,v 1.2 1999-11-06 02:25:55 dmose%mozilla.org Exp $
* @author The LFC Team (Rob Davis, Paul Kim, Alan Chung, Ray Ryan, etc)
* @author David-John Burrowes (he moved it to the AU package)
* @see Assert
@@ -47,7 +50,7 @@ final public class ParameterCheck extends Object {
* The RCSID for this class.
*/
private static final String RCSID =
"$Id: ParameterCheck.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $";
"$Id: ParameterCheck.java,v 1.2 1999-11-06 02:25:55 dmose%mozilla.org Exp $";
/**
* Private constructor prevents instances of this class from being

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
@@ -31,7 +34,7 @@ import java.lang.Math;
* introduce mutability. A mutable range will return true from
* isMutable().
*
* @version $Id: Range.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $
* @version $Id: Range.java,v 1.2 1999-11-06 02:25:56 dmose%mozilla.org Exp $
* @author The LFC Team (Rob Davis, Paul Kim, Alan Chung, Ray Ryan, etc)
* @author David-John Burrowes (he moved it to the AU package)
* @see Range#isMutable()
@@ -48,7 +51,7 @@ public class Range extends Object implements Cloneable, Serializable {
* The RCSID for this class.
*/
private static final String RCSID =
"$Id: Range.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $";
"$Id: Range.java,v 1.2 1999-11-06 02:25:56 dmose%mozilla.org Exp $";
/**
* A zero range

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/
@@ -26,7 +29,7 @@ import java.lang.RuntimeException;
* An RangeException is an exception that is thrown when a value
* is outside of its acceptable range.
*
* @version $Id: RangeException.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $
* @version $Id: RangeException.java,v 1.2 1999-11-06 02:25:56 dmose%mozilla.org Exp $
* @author The LFC Team (Rob Davis, Paul Kim, Alan Chung, Ray Ryan, etc)
* @author David-John Burrowes (he moved it to the AU package)
*/
@@ -40,7 +43,7 @@ public class RangeException extends RuntimeException {
* The RCSID for this class.
*/
private static final String RCSID =
"$Id: RangeException.java,v 1.1 1999-07-30 01:02:58 edburns%acm.org Exp $";
"$Id: RangeException.java,v 1.2 1999-11-06 02:25:56 dmose%mozilla.org Exp $";
/**
* Constructs an exception with no error string.

View File

@@ -1,20 +1,23 @@
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* The contents of this file are subject to the Mozilla Public License
* Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
* the License for the specific language governing rights and limitations
* under the License.
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS
* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
* implied. See the License for the specific language governing
* rights and limitations under the License.
*
* The Original Code is "The Lighthouse Foundation Classes (LFC)"
*
* The original code is "The Lighthouse Foundation Classes (LFC)"
*
* The Initial Developer of the Original Code is Sun Microsystems,
* Inc. Portions created by Sun are Copyright (C) 1997, 1998, 1999 Sun
* Microsystems, Inc. All Rights Reserved.
* Inc. Portions created by Sun are
* Copyright (C) 1997, 1998, 1999 Sun Microsystems, Inc. All
* Rights Reserved.
*
* Contributor(s):
*/