--- a/jdk/makefiles/scripts/addNotices.sh Wed Oct 09 23:19:08 2013 -0700
+++ b/jdk/makefiles/scripts/addNotices.sh Thu Oct 10 15:06:21 2013 +0200
@@ -25,7 +25,7 @@
#
# Parse the first contiguous comment block in this script and generate
-# a java comment block. If this script is invoked with a copyright
+# a java comment block. If this script is invoked with a copyright
# year/year range, the java comment block will contain a Sun copyright.
COPYRIGHT_YEARS="$1"
@@ -41,5 +41,5 @@
fi
$NAWK ' /^#.*Copyright.*Oracle/ { next }
- /^#([^!]|$)/ { sub(/^#/, " *"); print }
- /^$/ { print " */"; exit } ' $0
+ /^#([^!]|$)/ { sub(/^#/, " *"); print }
+ /^$/ { print " */"; exit } ' $0