279764
diff -up antlr-2.7.7/examples/java/unicode.IDENTs/ShowString.java.licensefix antlr-2.7.7/examples/java/unicode.IDENTs/ShowString.java
279764
--- antlr-2.7.7/examples/java/unicode.IDENTs/ShowString.java.licensefix	2012-08-16 10:16:12.157567962 -0400
279764
+++ antlr-2.7.7/examples/java/unicode.IDENTs/ShowString.java	2012-08-16 10:17:46.425574161 -0400
279764
@@ -1,19 +1,33 @@
279764
 
279764
 /*
279764
- * Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
279764
+ * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
279764
  *
279764
- * Permission to use, copy, modify, and distribute this software
279764
- * and its documentation for NON-COMMERCIAL purposes and without
279764
- * fee is hereby granted provided that this copyright notice
279764
- * appears in all copies. Please refer to the file "copyright.html"
279764
- * for further important copyright and licensing information.
279764
+ * Redistribution and use in source and binary forms, with or without
279764
+ * modification, are permitted provided that the following conditions
279764
+ * are met:
279764
  *
279764
- * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
279764
- * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
279764
- * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
279764
- * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
279764
- * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
279764
- * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
279764
+ *   - Redistributions of source code must retain the above copyright
279764
+ *     notice, this list of conditions and the following disclaimer.
279764
+ *
279764
+ *   - Redistributions in binary form must reproduce the above copyright
279764
+ *     notice, this list of conditions and the following disclaimer in the
279764
+ *     documentation and/or other materials provided with the distribution.
279764
+ *
279764
+ *   - Neither the name of Oracle or the names of its
279764
+ *     contributors may be used to endorse or promote products derived
279764
+ *     from this software without specific prior written permission.
279764
+ *
279764
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
279764
+ * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
279764
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
279764
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
279764
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
279764
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
279764
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
279764
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
279764
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
279764
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
279764
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279764
  */
279764
 
279764
 import java.awt.*;
279764
diff -up antlr-2.7.7/examples/java/unicode.IDENTs/StreamConverter.java.licensefix antlr-2.7.7/examples/java/unicode.IDENTs/StreamConverter.java
279764
--- antlr-2.7.7/examples/java/unicode.IDENTs/StreamConverter.java.licensefix	2012-08-16 10:18:24.649576674 -0400
279764
+++ antlr-2.7.7/examples/java/unicode.IDENTs/StreamConverter.java	2012-08-16 10:18:49.002578275 -0400
279764
@@ -1,19 +1,33 @@
279764
 
279764
 /*
279764
- * Copyright (c) 1995-1998 Sun Microsystems, Inc. All Rights Reserved.
279764
+ * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
279764
  *
279764
- * Permission to use, copy, modify, and distribute this software
279764
- * and its documentation for NON-COMMERCIAL purposes and without
279764
- * fee is hereby granted provided that this copyright notice
279764
- * appears in all copies. Please refer to the file "copyright.html"
279764
- * for further important copyright and licensing information.
279764
+ * Redistribution and use in source and binary forms, with or without
279764
+ * modification, are permitted provided that the following conditions
279764
+ * are met:
279764
  *
279764
- * SUN MAKES NO REPRESENTATIONS OR WARRANTIES ABOUT THE SUITABILITY OF
279764
- * THE SOFTWARE, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
279764
- * TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
279764
- * PARTICULAR PURPOSE, OR NON-INFRINGEMENT. SUN SHALL NOT BE LIABLE FOR
279764
- * ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING OR
279764
- * DISTRIBUTING THIS SOFTWARE OR ITS DERIVATIVES.
279764
+ *   - Redistributions of source code must retain the above copyright
279764
+ *     notice, this list of conditions and the following disclaimer.
279764
+ *
279764
+ *   - Redistributions in binary form must reproduce the above copyright
279764
+ *     notice, this list of conditions and the following disclaimer in the
279764
+ *     documentation and/or other materials provided with the distribution.
279764
+ *
279764
+ *   - Neither the name of Oracle or the names of its
279764
+ *     contributors may be used to endorse or promote products derived
279764
+ *     from this software without specific prior written permission.
279764
+ *
279764
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
279764
+ * IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
279764
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
279764
+ * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
279764
+ * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
279764
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
279764
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
279764
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
279764
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
279764
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
279764
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
279764
  */
279764
 
279764
 import java.io.*;