changeset 4137:0e522ff8b9f5 jdk-9+169

8179889: Fix typographic errors in copyright headers Reviewed-by: erikj, dholmes
author ihse
date Tue, 09 May 2017 12:55:07 +0200
parents 1faee09b8da1
children bc191bf0aa56 ee84b7d44339
files src/jdk.jshell/share/classes/jdk/jshell/JShell.java src/jdk.jshell/share/classes/jdk/jshell/execution/JdiInitiator.java test/jdk/javadoc/doclet/testStylesheet/pkg/A.java test/jdk/javadoc/tool/treeapi/overview.html test/jdk/jshell/WrapperTest.java test/tools/javac/classreader/8171132/BadConstantValue.java test/tools/javac/modules/PoorChoiceForModuleNameTest.java test/tools/javadoc/sampleapi/res/fx.xml test/tools/javadoc/sampleapi/res/simple.xml test/tools/javadoc/sampleapi/res/tiny.xml
diffstat 10 files changed, 14 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/src/jdk.jshell/share/classes/jdk/jshell/JShell.java	Tue May 09 12:22:15 2017 +0200
+++ b/src/jdk.jshell/share/classes/jdk/jshell/JShell.java	Tue May 09 12:55:07 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015, 2017 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2017, Oracle and/or its affiliates. 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
--- a/src/jdk.jshell/share/classes/jdk/jshell/execution/JdiInitiator.java	Tue May 09 12:22:15 2017 +0200
+++ b/src/jdk.jshell/share/classes/jdk/jshell/execution/JdiInitiator.java	Tue May 09 12:55:07 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016,2017 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, Oracle and/or its affiliates. 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
--- a/test/jdk/javadoc/doclet/testStylesheet/pkg/A.java	Tue May 09 12:22:15 2017 +0200
+++ b/test/jdk/javadoc/doclet/testStylesheet/pkg/A.java	Tue May 09 12:55:07 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2017 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2017, Oracle and/or its affiliates. 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
--- a/test/jdk/javadoc/tool/treeapi/overview.html	Tue May 09 12:22:15 2017 +0200
+++ b/test/jdk/javadoc/tool/treeapi/overview.html	Tue May 09 12:55:07 2017 +0200
@@ -13,7 +13,7 @@
   accompanied this code).
 
   You should have received a copy of the GNU General Public License version
-  along with this work; if not, write to the Free Software Foundation,
+  2 along with this work; if not, write to the Free Software Foundation,
   Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
 
   Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
--- a/test/jdk/jshell/WrapperTest.java	Tue May 09 12:22:15 2017 +0200
+++ b/test/jdk/jshell/WrapperTest.java	Tue May 09 12:55:07 2017 +0200
@@ -14,9 +14,9 @@
  *
  * You should have received a copy of the GNU General Public License version
  * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., start1 Franklin St, Fifth Floor, Boston, MA 02110-1length01 USA.
+ * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  *
- * Please contact Oracle, start00 Oracle Parkway, Redwood Shores, CA 9406start USA
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
--- a/test/tools/javac/classreader/8171132/BadConstantValue.java	Tue May 09 12:22:15 2017 +0200
+++ b/test/tools/javac/classreader/8171132/BadConstantValue.java	Tue May 09 12:55:07 2017 +0200
@@ -17,6 +17,10 @@
  * You should have received a copy of the GNU General Public License version
  * 2 along with this work; if not, write to the Free Software Foundation,
  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
+ * or visit www.oracle.com if you need additional information or have any
+ * questions.
  */
 
 /*
--- a/test/tools/javac/modules/PoorChoiceForModuleNameTest.java	Tue May 09 12:22:15 2017 +0200
+++ b/test/tools/javac/modules/PoorChoiceForModuleNameTest.java	Tue May 09 12:55:07 2017 +0200
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2016, 2017 Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2017, Oracle and/or its affiliates. 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
@@ -103,4 +103,3 @@
             throw new Exception("expected output not found: " + log);
     }
 }
-
--- a/test/tools/javadoc/sampleapi/res/fx.xml	Tue May 09 12:22:15 2017 +0200
+++ b/test/tools/javadoc/sampleapi/res/fx.xml	Tue May 09 12:55:07 2017 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2015, 2016, Oracle and/or its affiliates. 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
@@ -46,4 +46,3 @@
         </package>
     </module>
 </sampleapi>
-
--- a/test/tools/javadoc/sampleapi/res/simple.xml	Tue May 09 12:22:15 2017 +0200
+++ b/test/tools/javadoc/sampleapi/res/simple.xml	Tue May 09 12:55:07 2017 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2015, 2016, Oracle and/or its affiliates. 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
@@ -531,4 +531,3 @@
         </package>
     </module>
 </sampleapi>
-
--- a/test/tools/javadoc/sampleapi/res/tiny.xml	Tue May 09 12:22:15 2017 +0200
+++ b/test/tools/javadoc/sampleapi/res/tiny.xml	Tue May 09 12:55:07 2017 +0200
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
- Copyright (c) 2015, 2016 Oracle and/or its affiliates. All rights reserved.
+ Copyright (c) 2015, 2016, Oracle and/or its affiliates. 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