Blame SOURCES/antlr-examples-license.patch

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