changeset in /hg/icedtea: Import HAT SPL/GPLv2 fix.
Mark Wielaard
mark at klomp.org
Thu May 29 14:13:32 PDT 2008
changeset a952ab0e58fb in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a952ab0e58fb
description:
Import HAT SPL/GPLv2 fix.
2008-05-04 Mark Wielaard <mark at klomp.org>
* Makefile.am (EXTRA_DIST): Add patches/icedtea-hat-spl-gpl.patch.
* Makefile.in: Regenerate.
* patches/icedtea-hat-spl-gpl.patch: New patch.
diffstat:
4 files changed, 2142 insertions(+), 1 deletion(-)
ChangeLog | 6
Makefile.am | 1
Makefile.in | 3
patches/icedtea-hat-spl-gpl.patch | 2133 +++++++++++++++++++++++++++++++++++++
diffs (truncated from 2174 to 500 lines):
diff -r 0a1846892905 -r a952ab0e58fb ChangeLog
--- a/ChangeLog Sun May 04 13:12:48 2008 -0700
+++ b/ChangeLog Sun May 04 23:35:04 2008 +0200
@@ -1,3 +1,9 @@ 2008-05-04 Thomas Fitzsimmons <fitzsim
+2008-05-04 Mark Wielaard <mark at klomp.org>
+
+ * Makefile.am (EXTRA_DIST): Add patches/icedtea-hat-spl-gpl.patch.
+ * Makefile.in: Regenerate.
+ * patches/icedtea-hat-spl-gpl.patch: New patch.
+
2008-05-04 Thomas Fitzsimmons <fitzsim at redhat.com>
* Makefile.am (EXTRA_DIST): Add patches/icedtea-netx-plugin.patch.
diff -r 0a1846892905 -r a952ab0e58fb Makefile.am
--- a/Makefile.am Sun May 04 13:12:48 2008 -0700
+++ b/Makefile.am Sun May 04 23:35:04 2008 +0200
@@ -312,6 +312,7 @@ ICEDTEA_PATCHES = \
patches/icedtea-fonts.patch \
patches/icedtea-gervill.patch \
patches/icedtea-directaudio-close-trick.patch \
+ patches/icedtea-hat-spl-gpl.patch \
$(GCC_PATCH) \
$(DISTRIBUTION_PATCHES)
diff -r 0a1846892905 -r a952ab0e58fb Makefile.in
--- a/Makefile.in Sun May 04 13:12:48 2008 -0700
+++ b/Makefile.in Sun May 04 23:35:04 2008 +0200
@@ -414,7 +414,8 @@ ICEDTEA_PATCHES = $(ZERO_PATCHES_COND) \
patches/icedtea-color-createcontext.patch \
patches/icedtea-color-profiles.patch \
patches/icedtea-fonts.patch patches/icedtea-gervill.patch \
- patches/icedtea-directaudio-close-trick.patch $(GCC_PATCH) \
+ patches/icedtea-directaudio-close-trick.patch \
+ patches/icedtea-hat-spl-gpl.patch $(GCC_PATCH) \
$(DISTRIBUTION_PATCHES) $(am__append_7)
# Patch OpenJDK for plug replacements and ecj.
diff -r 0a1846892905 -r a952ab0e58fb patches/icedtea-hat-spl-gpl.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/icedtea-hat-spl-gpl.patch Sun May 04 23:35:04 2008 +0200
@@ -0,0 +1,2133 @@
+Changeset: d70a63c92b49
+Author: ohair
+Date: 2008-04-30 17:34 -0700
+URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/d70a63c92b49
+
+6695553: Cleanup GPLv2+SPL legal notices in hat sources
+Summary: Just correcting the legal notices on the HAT sources.
+Reviewed-by: alanb
+
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/Main.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/Main.java Wed Apr 30 17:34:41 2008 -0700
+@@ -23,18 +23,10 @@
+ * have any questions.
+ */
+
+-
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/build.xml Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/build.xml Wed Apr 30 17:34:41 2008 -0700
+@@ -27,19 +27,9 @@
+
+ <!--
+
+- The contents of this file are subject to the Sun Public License
+- Version 1.0 (the "License"); you may not use this file except in
+- compliance with the License. A copy of the License is available at
+- http://www.sun.com/, and in the file LICENSE.html in the
+- doc directory.
+-
+ The Original Code is HAT. The Initial Developer of the
+ Original Code is Bill Foote, with contributions from others
+- at JavaSoft/Sun. Portions created by Bill Foote and others
+- at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+-
+- In addition to the formal license, I ask that you don't
+- change the history or donations files without permission.
++ at JavaSoft/Sun.
+
+ -->
+
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaField.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaField.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java Wed Apr 30 17:34:41 2008 -0700
+@@ -1,5 +1,5 @@
+ /*
+- * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
++ * Copyright 1997-2005 Sun Microsystems, Inc. All Rights Reserved.
+ * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+ *
+ * This code is free software; you can redistribute it and/or modify it
+@@ -25,20 +25,9 @@
+
+
+ /*
+- * The contents of this file are subject to the Sun Public License
+- * Version 1.0 (the "License"); you may not use this file except in
+- * compliance with the License. A copy of the License is available at
+- * http://www.sun.com/, and in the file LICENSE.html in the
+- * doc directory.
+- *
+ * The Original Code is HAT. The Initial Developer of the
+ * Original Code is Bill Foote, with contributions from others
+- * at JavaSoft/Sun. Portions created by Bill Foote and others
+- * at Javasoft/Sun are Copyright (C) 1997-2004. All Rights Reserved.
+- *
+- * In addition to the formal license, I ask that you don't
+- * change the history or donations files without permission.
+- *
++ * at JavaSoft/Sun.
+ */
+
+ package com.sun.tools.hat.internal.model;
+--- openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java Fri Apr 18 16:40:32 2008 -0700
++++ openjdk/jdk/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java Wed Apr 30 17:34:41 2008 -0700
More information about the distro-pkg-dev
mailing list