Merge

Wed, 29 Jul 2015 14:23:08 -0700

author
asaha
date
Wed, 29 Jul 2015 14:23:08 -0700
changeset 1598
cbde3a6065fc
parent 1591
53873bf6a2a8
parent 1483
72a33aed7dcc
child 1599
ed247f904308
child 1604
9f42216facf9

Merge

.hgtags file | annotate | diff | comparison | revisions
     1.1 --- a/.hgtags	Wed Jul 22 16:27:08 2015 -0700
     1.2 +++ b/.hgtags	Wed Jul 29 14:23:08 2015 -0700
     1.3 @@ -438,3 +438,4 @@
     1.4  23165e806566f01cdc56421ea82c7e74a6fd85d5 jdk8u60-b23
     1.5  68107693248469f7b4fdcc35c53e4206a0d55087 jdk8u60-b24
     1.6  371f3f83f773ec97491d994bbcce834f0a2cca74 jdk8u60-b25
     1.7 +58791cd01bc9aa973d8845ce63403b90d357b5ac jdk8u60-b26
     2.1 --- a/src/jdk/nashorn/internal/runtime/DebuggerSupport.java	Wed Jul 22 16:27:08 2015 -0700
     2.2 +++ b/src/jdk/nashorn/internal/runtime/DebuggerSupport.java	Wed Jul 29 14:23:08 2015 -0700
     2.3 @@ -3,18 +3,18 @@
     2.4   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.5   *
     2.6   * This code is free software; you can redistribute it and/or modify it
     2.7 - * under the terms of the GNU General  License version 2 only, as
     2.8 + * under the terms of the GNU General Public License version 2 only, as
     2.9   * published by the Free Software Foundation.  Oracle designates this
    2.10   * particular file as subject to the "Classpath" exception as provided
    2.11   * by Oracle in the LICENSE file that accompanied this code.
    2.12   *
    2.13   * This code is distributed in the hope that it will be useful, but WITHOUT
    2.14   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    2.15 - * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General  License
    2.16 + * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    2.17   * version 2 for more details (a copy is included in the LICENSE file that
    2.18   * accompanied this code).
    2.19   *
    2.20 - * You should have received a copy of the GNU General  License version
    2.21 + * You should have received a copy of the GNU General Public License version
    2.22   * 2 along with this work; if not, write to the Free Software Foundation,
    2.23   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    2.24   *
     3.1 --- a/test/script/basic/JDK-8007456.js	Wed Jul 22 16:27:08 2015 -0700
     3.2 +++ b/test/script/basic/JDK-8007456.js	Wed Jul 29 14:23:08 2015 -0700
     3.3 @@ -1,21 +1,21 @@
     3.4  /*
     3.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8 - * 
     3.9 + *
    3.10   * This code is free software; you can redistribute it and/or modify it
    3.11   * under the terms of the GNU General Public License version 2 only, as
    3.12   * published by the Free Software Foundation.
    3.13 - * 
    3.14 + *
    3.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    3.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    3.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    3.18   * version 2 for more details (a copy is included in the LICENSE file that
    3.19   * accompanied this code).
    3.20 - * 
    3.21 + *
    3.22   * You should have received a copy of the GNU General Public License version
    3.23   * 2 along with this work; if not, write to the Free Software Foundation,
    3.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    3.25 - * 
    3.26 + *
    3.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    3.28   * or visit www.oracle.com if you need additional information or have any
    3.29   * questions.
     4.1 --- a/test/script/basic/JDK-8035712.js	Wed Jul 22 16:27:08 2015 -0700
     4.2 +++ b/test/script/basic/JDK-8035712.js	Wed Jul 29 14:23:08 2015 -0700
     4.3 @@ -1,21 +1,21 @@
     4.4  /*
     4.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8 - * 
     4.9 + *
    4.10   * This code is free software; you can redistribute it and/or modify it
    4.11   * under the terms of the GNU General Public License version 2 only, as
    4.12   * published by the Free Software Foundation.
    4.13 - * 
    4.14 + *
    4.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    4.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    4.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    4.18   * version 2 for more details (a copy is included in the LICENSE file that
    4.19   * accompanied this code).
    4.20 - * 
    4.21 + *
    4.22   * You should have received a copy of the GNU General Public License version
    4.23   * 2 along with this work; if not, write to the Free Software Foundation,
    4.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    4.25 - * 
    4.26 + *
    4.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    4.28   * or visit www.oracle.com if you need additional information or have any
    4.29   * questions.
     5.1 --- a/test/script/basic/JDK-8051778.js	Wed Jul 22 16:27:08 2015 -0700
     5.2 +++ b/test/script/basic/JDK-8051778.js	Wed Jul 29 14:23:08 2015 -0700
     5.3 @@ -1,21 +1,21 @@
     5.4  /*
     5.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8 - * 
     5.9 + *
    5.10   * This code is free software; you can redistribute it and/or modify it
    5.11   * under the terms of the GNU General Public License version 2 only, as
    5.12   * published by the Free Software Foundation.
    5.13 - * 
    5.14 + *
    5.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    5.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    5.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    5.18   * version 2 for more details (a copy is included in the LICENSE file that
    5.19   * accompanied this code).
    5.20 - * 
    5.21 + *
    5.22   * You should have received a copy of the GNU General Public License version
    5.23   * 2 along with this work; if not, write to the Free Software Foundation,
    5.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    5.25 - * 
    5.26 + *
    5.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    5.28   * or visit www.oracle.com if you need additional information or have any
    5.29   * questions.
     6.1 --- a/test/script/basic/JDK-8058610.js	Wed Jul 22 16:27:08 2015 -0700
     6.2 +++ b/test/script/basic/JDK-8058610.js	Wed Jul 29 14:23:08 2015 -0700
     6.3 @@ -1,21 +1,21 @@
     6.4  /*
     6.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8 - * 
     6.9 + *
    6.10   * This code is free software; you can redistribute it and/or modify it
    6.11   * under the terms of the GNU General Public License version 2 only, as
    6.12   * published by the Free Software Foundation.
    6.13 - * 
    6.14 + *
    6.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    6.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    6.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    6.18   * version 2 for more details (a copy is included in the LICENSE file that
    6.19   * accompanied this code).
    6.20 - * 
    6.21 + *
    6.22   * You should have received a copy of the GNU General Public License version
    6.23   * 2 along with this work; if not, write to the Free Software Foundation,
    6.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    6.25 - * 
    6.26 + *
    6.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    6.28   * or visit www.oracle.com if you need additional information or have any
    6.29   * questions.
     7.1 --- a/test/script/basic/JDK-8061113.js	Wed Jul 22 16:27:08 2015 -0700
     7.2 +++ b/test/script/basic/JDK-8061113.js	Wed Jul 29 14:23:08 2015 -0700
     7.3 @@ -1,21 +1,21 @@
     7.4  /*
     7.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8 - * 
     7.9 + *
    7.10   * This code is free software; you can redistribute it and/or modify it
    7.11   * under the terms of the GNU General Public License version 2 only, as
    7.12   * published by the Free Software Foundation.
    7.13 - * 
    7.14 + *
    7.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    7.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    7.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    7.18   * version 2 for more details (a copy is included in the LICENSE file that
    7.19   * accompanied this code).
    7.20 - * 
    7.21 + *
    7.22   * You should have received a copy of the GNU General Public License version
    7.23   * 2 along with this work; if not, write to the Free Software Foundation,
    7.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    7.25 - * 
    7.26 + *
    7.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    7.28   * or visit www.oracle.com if you need additional information or have any
    7.29   * questions.
     8.1 --- a/test/script/basic/JDK-8062799.js	Wed Jul 22 16:27:08 2015 -0700
     8.2 +++ b/test/script/basic/JDK-8062799.js	Wed Jul 29 14:23:08 2015 -0700
     8.3 @@ -1,21 +1,21 @@
     8.4  /*
     8.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     8.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     8.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8 - * 
     8.9 + *
    8.10   * This code is free software; you can redistribute it and/or modify it
    8.11   * under the terms of the GNU General Public License version 2 only, as
    8.12   * published by the Free Software Foundation.
    8.13 - * 
    8.14 + *
    8.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    8.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    8.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    8.18   * version 2 for more details (a copy is included in the LICENSE file that
    8.19   * accompanied this code).
    8.20 - * 
    8.21 + *
    8.22   * You should have received a copy of the GNU General Public License version
    8.23   * 2 along with this work; if not, write to the Free Software Foundation,
    8.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    8.25 - * 
    8.26 + *
    8.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    8.28   * or visit www.oracle.com if you need additional information or have any
    8.29   * questions.
    8.30 @@ -100,4 +100,4 @@
    8.31  
    8.32      
    8.33      
    8.34 -        
    8.35 \ No newline at end of file
    8.36 +        
     9.1 --- a/test/script/basic/JDK-8066221.js	Wed Jul 22 16:27:08 2015 -0700
     9.2 +++ b/test/script/basic/JDK-8066221.js	Wed Jul 29 14:23:08 2015 -0700
     9.3 @@ -1,21 +1,21 @@
     9.4  /*
     9.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
     9.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     9.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8 - * 
     9.9 + *
    9.10   * This code is free software; you can redistribute it and/or modify it
    9.11   * under the terms of the GNU General Public License version 2 only, as
    9.12   * published by the Free Software Foundation.
    9.13 - * 
    9.14 + *
    9.15   * This code is distributed in the hope that it will be useful, but WITHOUT
    9.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    9.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    9.18   * version 2 for more details (a copy is included in the LICENSE file that
    9.19   * accompanied this code).
    9.20 - * 
    9.21 + *
    9.22   * You should have received a copy of the GNU General Public License version
    9.23   * 2 along with this work; if not, write to the Free Software Foundation,
    9.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    9.25 - * 
    9.26 + *
    9.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    9.28   * or visit www.oracle.com if you need additional information or have any
    9.29   * questions.
    10.1 --- a/test/script/basic/JDK-8066222.js	Wed Jul 22 16:27:08 2015 -0700
    10.2 +++ b/test/script/basic/JDK-8066222.js	Wed Jul 29 14:23:08 2015 -0700
    10.3 @@ -1,21 +1,21 @@
    10.4  /*
    10.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    10.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    10.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8 - * 
    10.9 + *
   10.10   * This code is free software; you can redistribute it and/or modify it
   10.11   * under the terms of the GNU General Public License version 2 only, as
   10.12   * published by the Free Software Foundation.
   10.13 - * 
   10.14 + *
   10.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   10.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   10.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   10.18   * version 2 for more details (a copy is included in the LICENSE file that
   10.19   * accompanied this code).
   10.20 - * 
   10.21 + *
   10.22   * You should have received a copy of the GNU General Public License version
   10.23   * 2 along with this work; if not, write to the Free Software Foundation,
   10.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   10.25 - * 
   10.26 + *
   10.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   10.28   * or visit www.oracle.com if you need additional information or have any
   10.29   * questions.
    11.1 --- a/test/script/basic/JDK-8066224.js	Wed Jul 22 16:27:08 2015 -0700
    11.2 +++ b/test/script/basic/JDK-8066224.js	Wed Jul 29 14:23:08 2015 -0700
    11.3 @@ -1,21 +1,21 @@
    11.4  /*
    11.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    11.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8 - * 
    11.9 + *
   11.10   * This code is free software; you can redistribute it and/or modify it
   11.11   * under the terms of the GNU General Public License version 2 only, as
   11.12   * published by the Free Software Foundation.
   11.13 - * 
   11.14 + *
   11.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   11.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   11.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   11.18   * version 2 for more details (a copy is included in the LICENSE file that
   11.19   * accompanied this code).
   11.20 - * 
   11.21 + *
   11.22   * You should have received a copy of the GNU General Public License version
   11.23   * 2 along with this work; if not, write to the Free Software Foundation,
   11.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   11.25 - * 
   11.26 + *
   11.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   11.28   * or visit www.oracle.com if you need additional information or have any
   11.29   * questions.
    12.1 --- a/test/script/basic/JDK-8066225.js	Wed Jul 22 16:27:08 2015 -0700
    12.2 +++ b/test/script/basic/JDK-8066225.js	Wed Jul 29 14:23:08 2015 -0700
    12.3 @@ -1,21 +1,21 @@
    12.4  /*
    12.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    12.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8 - * 
    12.9 + *
   12.10   * This code is free software; you can redistribute it and/or modify it
   12.11   * under the terms of the GNU General Public License version 2 only, as
   12.12   * published by the Free Software Foundation.
   12.13 - * 
   12.14 + *
   12.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   12.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   12.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   12.18   * version 2 for more details (a copy is included in the LICENSE file that
   12.19   * accompanied this code).
   12.20 - * 
   12.21 + *
   12.22   * You should have received a copy of the GNU General Public License version
   12.23   * 2 along with this work; if not, write to the Free Software Foundation,
   12.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   12.25 - * 
   12.26 + *
   12.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   12.28   * or visit www.oracle.com if you need additional information or have any
   12.29   * questions.
    13.1 --- a/test/script/basic/JDK-8066227.js	Wed Jul 22 16:27:08 2015 -0700
    13.2 +++ b/test/script/basic/JDK-8066227.js	Wed Jul 29 14:23:08 2015 -0700
    13.3 @@ -1,21 +1,21 @@
    13.4  /*
    13.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    13.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8 - * 
    13.9 + *
   13.10   * This code is free software; you can redistribute it and/or modify it
   13.11   * under the terms of the GNU General Public License version 2 only, as
   13.12   * published by the Free Software Foundation.
   13.13 - * 
   13.14 + *
   13.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   13.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   13.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   13.18   * version 2 for more details (a copy is included in the LICENSE file that
   13.19   * accompanied this code).
   13.20 - * 
   13.21 + *
   13.22   * You should have received a copy of the GNU General Public License version
   13.23   * 2 along with this work; if not, write to the Free Software Foundation,
   13.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   13.25 - * 
   13.26 + *
   13.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   13.28   * or visit www.oracle.com if you need additional information or have any
   13.29   * questions.
    14.1 --- a/test/script/basic/JDK-8066230.js	Wed Jul 22 16:27:08 2015 -0700
    14.2 +++ b/test/script/basic/JDK-8066230.js	Wed Jul 29 14:23:08 2015 -0700
    14.3 @@ -1,21 +1,21 @@
    14.4  /*
    14.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    14.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    14.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8 - * 
    14.9 + *
   14.10   * This code is free software; you can redistribute it and/or modify it
   14.11   * under the terms of the GNU General Public License version 2 only, as
   14.12   * published by the Free Software Foundation.
   14.13 - * 
   14.14 + *
   14.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   14.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   14.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   14.18   * version 2 for more details (a copy is included in the LICENSE file that
   14.19   * accompanied this code).
   14.20 - * 
   14.21 + *
   14.22   * You should have received a copy of the GNU General Public License version
   14.23   * 2 along with this work; if not, write to the Free Software Foundation,
   14.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   14.25 - * 
   14.26 + *
   14.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   14.28   * or visit www.oracle.com if you need additional information or have any
   14.29   * questions.
    15.1 --- a/test/script/basic/JDK-8066232.js	Wed Jul 22 16:27:08 2015 -0700
    15.2 +++ b/test/script/basic/JDK-8066232.js	Wed Jul 29 14:23:08 2015 -0700
    15.3 @@ -1,21 +1,21 @@
    15.4  /*
    15.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8 - * 
    15.9 + *
   15.10   * This code is free software; you can redistribute it and/or modify it
   15.11   * under the terms of the GNU General Public License version 2 only, as
   15.12   * published by the Free Software Foundation.
   15.13 - * 
   15.14 + *
   15.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   15.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   15.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   15.18   * version 2 for more details (a copy is included in the LICENSE file that
   15.19   * accompanied this code).
   15.20 - * 
   15.21 + *
   15.22   * You should have received a copy of the GNU General Public License version
   15.23   * 2 along with this work; if not, write to the Free Software Foundation,
   15.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   15.25 - * 
   15.26 + *
   15.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   15.28   * or visit www.oracle.com if you need additional information or have any
   15.29   * questions.
    16.1 --- a/test/script/basic/JDK-8066236.js	Wed Jul 22 16:27:08 2015 -0700
    16.2 +++ b/test/script/basic/JDK-8066236.js	Wed Jul 29 14:23:08 2015 -0700
    16.3 @@ -1,21 +1,21 @@
    16.4  /*
    16.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8 - * 
    16.9 + *
   16.10   * This code is free software; you can redistribute it and/or modify it
   16.11   * under the terms of the GNU General Public License version 2 only, as
   16.12   * published by the Free Software Foundation.
   16.13 - * 
   16.14 + *
   16.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   16.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   16.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   16.18   * version 2 for more details (a copy is included in the LICENSE file that
   16.19   * accompanied this code).
   16.20 - * 
   16.21 + *
   16.22   * You should have received a copy of the GNU General Public License version
   16.23   * 2 along with this work; if not, write to the Free Software Foundation,
   16.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   16.25 - * 
   16.26 + *
   16.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   16.28   * or visit www.oracle.com if you need additional information or have any
   16.29   * questions.
    17.1 --- a/test/script/basic/JDK-8067139.js	Wed Jul 22 16:27:08 2015 -0700
    17.2 +++ b/test/script/basic/JDK-8067139.js	Wed Jul 29 14:23:08 2015 -0700
    17.3 @@ -1,21 +1,21 @@
    17.4  /*
    17.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    17.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8 - * 
    17.9 + *
   17.10   * This code is free software; you can redistribute it and/or modify it
   17.11   * under the terms of the GNU General Public License version 2 only, as
   17.12   * published by the Free Software Foundation.
   17.13 - * 
   17.14 + *
   17.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   17.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   17.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   17.18   * version 2 for more details (a copy is included in the LICENSE file that
   17.19   * accompanied this code).
   17.20 - * 
   17.21 + *
   17.22   * You should have received a copy of the GNU General Public License version
   17.23   * 2 along with this work; if not, write to the Free Software Foundation,
   17.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   17.25 - * 
   17.26 + *
   17.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   17.28   * or visit www.oracle.com if you need additional information or have any
   17.29   * questions.
    18.1 --- a/test/script/basic/JDK-8067774.js	Wed Jul 22 16:27:08 2015 -0700
    18.2 +++ b/test/script/basic/JDK-8067774.js	Wed Jul 29 14:23:08 2015 -0700
    18.3 @@ -1,21 +1,21 @@
    18.4  /*
    18.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    18.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8 - * 
    18.9 + *
   18.10   * This code is free software; you can redistribute it and/or modify it
   18.11   * under the terms of the GNU General Public License version 2 only, as
   18.12   * published by the Free Software Foundation.
   18.13 - * 
   18.14 + *
   18.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   18.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   18.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   18.18   * version 2 for more details (a copy is included in the LICENSE file that
   18.19   * accompanied this code).
   18.20 - * 
   18.21 + *
   18.22   * You should have received a copy of the GNU General Public License version
   18.23   * 2 along with this work; if not, write to the Free Software Foundation,
   18.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   18.25 - * 
   18.26 + *
   18.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   18.28   * or visit www.oracle.com if you need additional information or have any
   18.29   * questions.
    19.1 --- a/test/script/basic/JDK-8068573.js	Wed Jul 22 16:27:08 2015 -0700
    19.2 +++ b/test/script/basic/JDK-8068573.js	Wed Jul 29 14:23:08 2015 -0700
    19.3 @@ -1,21 +1,21 @@
    19.4  /*
    19.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    19.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8 - * 
    19.9 + *
   19.10   * This code is free software; you can redistribute it and/or modify it
   19.11   * under the terms of the GNU General Public License version 2 only, as
   19.12   * published by the Free Software Foundation.
   19.13 - * 
   19.14 + *
   19.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   19.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   19.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   19.18   * version 2 for more details (a copy is included in the LICENSE file that
   19.19   * accompanied this code).
   19.20 - * 
   19.21 + *
   19.22   * You should have received a copy of the GNU General Public License version
   19.23   * 2 along with this work; if not, write to the Free Software Foundation,
   19.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   19.25 - * 
   19.26 + *
   19.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   19.28   * or visit www.oracle.com if you need additional information or have any
   19.29   * questions.
    20.1 --- a/test/script/basic/JDK-8068580.js	Wed Jul 22 16:27:08 2015 -0700
    20.2 +++ b/test/script/basic/JDK-8068580.js	Wed Jul 29 14:23:08 2015 -0700
    20.3 @@ -1,21 +1,21 @@
    20.4  /*
    20.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8 - * 
    20.9 + *
   20.10   * This code is free software; you can redistribute it and/or modify it
   20.11   * under the terms of the GNU General Public License version 2 only, as
   20.12   * published by the Free Software Foundation.
   20.13 - * 
   20.14 + *
   20.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   20.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   20.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   20.18   * version 2 for more details (a copy is included in the LICENSE file that
   20.19   * accompanied this code).
   20.20 - * 
   20.21 + *
   20.22   * You should have received a copy of the GNU General Public License version
   20.23   * 2 along with this work; if not, write to the Free Software Foundation,
   20.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   20.25 - * 
   20.26 + *
   20.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   20.28   * or visit www.oracle.com if you need additional information or have any
   20.29   * questions.
    21.1 --- a/test/script/basic/JDK-8068985.js	Wed Jul 22 16:27:08 2015 -0700
    21.2 +++ b/test/script/basic/JDK-8068985.js	Wed Jul 29 14:23:08 2015 -0700
    21.3 @@ -1,21 +1,21 @@
    21.4  /*
    21.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8 - * 
    21.9 + *
   21.10   * This code is free software; you can redistribute it and/or modify it
   21.11   * under the terms of the GNU General Public License version 2 only, as
   21.12   * published by the Free Software Foundation.
   21.13 - * 
   21.14 + *
   21.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   21.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   21.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   21.18   * version 2 for more details (a copy is included in the LICENSE file that
   21.19   * accompanied this code).
   21.20 - * 
   21.21 + *
   21.22   * You should have received a copy of the GNU General Public License version
   21.23   * 2 along with this work; if not, write to the Free Software Foundation,
   21.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   21.25 - * 
   21.26 + *
   21.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   21.28   * or visit www.oracle.com if you need additional information or have any
   21.29   * questions.
    22.1 --- a/test/script/basic/JDK-8069002.js	Wed Jul 22 16:27:08 2015 -0700
    22.2 +++ b/test/script/basic/JDK-8069002.js	Wed Jul 29 14:23:08 2015 -0700
    22.3 @@ -1,21 +1,21 @@
    22.4  /*
    22.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    22.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8 - * 
    22.9 + *
   22.10   * This code is free software; you can redistribute it and/or modify it
   22.11   * under the terms of the GNU General Public License version 2 only, as
   22.12   * published by the Free Software Foundation.
   22.13 - * 
   22.14 + *
   22.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   22.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   22.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   22.18   * version 2 for more details (a copy is included in the LICENSE file that
   22.19   * accompanied this code).
   22.20 - * 
   22.21 + *
   22.22   * You should have received a copy of the GNU General Public License version
   22.23   * 2 along with this work; if not, write to the Free Software Foundation,
   22.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   22.25 - * 
   22.26 + *
   22.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   22.28   * or visit www.oracle.com if you need additional information or have any
   22.29   * questions.
    23.1 --- a/test/script/basic/JDK-8072426.js	Wed Jul 22 16:27:08 2015 -0700
    23.2 +++ b/test/script/basic/JDK-8072426.js	Wed Jul 29 14:23:08 2015 -0700
    23.3 @@ -1,21 +1,21 @@
    23.4  /*
    23.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    23.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8 - * 
    23.9 + *
   23.10   * This code is free software; you can redistribute it and/or modify it
   23.11   * under the terms of the GNU General Public License version 2 only, as
   23.12   * published by the Free Software Foundation.
   23.13 - * 
   23.14 + *
   23.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   23.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   23.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   23.18   * version 2 for more details (a copy is included in the LICENSE file that
   23.19   * accompanied this code).
   23.20 - * 
   23.21 + *
   23.22   * You should have received a copy of the GNU General Public License version
   23.23   * 2 along with this work; if not, write to the Free Software Foundation,
   23.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   23.25 - * 
   23.26 + *
   23.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   23.28   * or visit www.oracle.com if you need additional information or have any
   23.29   * questions.
    24.1 --- a/test/script/basic/JDK-8072596.js	Wed Jul 22 16:27:08 2015 -0700
    24.2 +++ b/test/script/basic/JDK-8072596.js	Wed Jul 29 14:23:08 2015 -0700
    24.3 @@ -1,21 +1,21 @@
    24.4  /*
    24.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    24.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8 - * 
    24.9 + *
   24.10   * This code is free software; you can redistribute it and/or modify it
   24.11   * under the terms of the GNU General Public License version 2 only, as
   24.12   * published by the Free Software Foundation.
   24.13 - * 
   24.14 + *
   24.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   24.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   24.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   24.18   * version 2 for more details (a copy is included in the LICENSE file that
   24.19   * accompanied this code).
   24.20 - * 
   24.21 + *
   24.22   * You should have received a copy of the GNU General Public License version
   24.23   * 2 along with this work; if not, write to the Free Software Foundation,
   24.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   24.25 - * 
   24.26 + *
   24.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   24.28   * or visit www.oracle.com if you need additional information or have any
   24.29   * questions.
    25.1 --- a/test/script/basic/JDK-8075090.js	Wed Jul 22 16:27:08 2015 -0700
    25.2 +++ b/test/script/basic/JDK-8075090.js	Wed Jul 29 14:23:08 2015 -0700
    25.3 @@ -1,21 +1,21 @@
    25.4  /*
    25.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    25.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    25.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8 - * 
    25.9 + *
   25.10   * This code is free software; you can redistribute it and/or modify it
   25.11   * under the terms of the GNU General Public License version 2 only, as
   25.12   * published by the Free Software Foundation.
   25.13 - * 
   25.14 + *
   25.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   25.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   25.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   25.18   * version 2 for more details (a copy is included in the LICENSE file that
   25.19   * accompanied this code).
   25.20 - * 
   25.21 + *
   25.22   * You should have received a copy of the GNU General Public License version
   25.23   * 2 along with this work; if not, write to the Free Software Foundation,
   25.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   25.25 - * 
   25.26 + *
   25.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   25.28   * or visit www.oracle.com if you need additional information or have any
   25.29   * questions.
    26.1 --- a/test/script/basic/JDK-8079145.js	Wed Jul 22 16:27:08 2015 -0700
    26.2 +++ b/test/script/basic/JDK-8079145.js	Wed Jul 29 14:23:08 2015 -0700
    26.3 @@ -1,21 +1,21 @@
    26.4  /*
    26.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    26.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    26.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    26.8 - * 
    26.9 + *
   26.10   * This code is free software; you can redistribute it and/or modify it
   26.11   * under the terms of the GNU General Public License version 2 only, as
   26.12   * published by the Free Software Foundation.
   26.13 - * 
   26.14 + *
   26.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   26.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   26.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   26.18   * version 2 for more details (a copy is included in the LICENSE file that
   26.19   * accompanied this code).
   26.20 - * 
   26.21 + *
   26.22   * You should have received a copy of the GNU General Public License version
   26.23   * 2 along with this work; if not, write to the Free Software Foundation,
   26.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   26.25 - * 
   26.26 + *
   26.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   26.28   * or visit www.oracle.com if you need additional information or have any
   26.29   * questions.
    27.1 --- a/test/script/basic/JDK-8079269.js	Wed Jul 22 16:27:08 2015 -0700
    27.2 +++ b/test/script/basic/JDK-8079269.js	Wed Jul 29 14:23:08 2015 -0700
    27.3 @@ -1,21 +1,21 @@
    27.4  /*
    27.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    27.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    27.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8 - * 
    27.9 + *
   27.10   * This code is free software; you can redistribute it and/or modify it
   27.11   * under the terms of the GNU General Public License version 2 only, as
   27.12   * published by the Free Software Foundation.
   27.13 - * 
   27.14 + *
   27.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   27.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   27.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   27.18   * version 2 for more details (a copy is included in the LICENSE file that
   27.19   * accompanied this code).
   27.20 - * 
   27.21 + *
   27.22   * You should have received a copy of the GNU General Public License version
   27.23   * 2 along with this work; if not, write to the Free Software Foundation,
   27.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   27.25 - * 
   27.26 + *
   27.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   27.28   * or visit www.oracle.com if you need additional information or have any
   27.29   * questions.
    28.1 --- a/test/script/basic/JDK-8079424.js	Wed Jul 22 16:27:08 2015 -0700
    28.2 +++ b/test/script/basic/JDK-8079424.js	Wed Jul 29 14:23:08 2015 -0700
    28.3 @@ -1,21 +1,21 @@
    28.4  /*
    28.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    28.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    28.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8 - * 
    28.9 + *
   28.10   * This code is free software; you can redistribute it and/or modify it
   28.11   * under the terms of the GNU General Public License version 2 only, as
   28.12   * published by the Free Software Foundation.
   28.13 - * 
   28.14 + *
   28.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   28.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   28.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   28.18   * version 2 for more details (a copy is included in the LICENSE file that
   28.19   * accompanied this code).
   28.20 - * 
   28.21 + *
   28.22   * You should have received a copy of the GNU General Public License version
   28.23   * 2 along with this work; if not, write to the Free Software Foundation,
   28.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   28.25 - * 
   28.26 + *
   28.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   28.28   * or visit www.oracle.com if you need additional information or have any
   28.29   * questions.
    29.1 --- a/test/script/basic/JDK-8079470.js	Wed Jul 22 16:27:08 2015 -0700
    29.2 +++ b/test/script/basic/JDK-8079470.js	Wed Jul 29 14:23:08 2015 -0700
    29.3 @@ -1,21 +1,21 @@
    29.4  /*
    29.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    29.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    29.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.8 - * 
    29.9 + *
   29.10   * This code is free software; you can redistribute it and/or modify it
   29.11   * under the terms of the GNU General Public License version 2 only, as
   29.12   * published by the Free Software Foundation.
   29.13 - * 
   29.14 + *
   29.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   29.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   29.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   29.18   * version 2 for more details (a copy is included in the LICENSE file that
   29.19   * accompanied this code).
   29.20 - * 
   29.21 + *
   29.22   * You should have received a copy of the GNU General Public License version
   29.23   * 2 along with this work; if not, write to the Free Software Foundation,
   29.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   29.25 - * 
   29.26 + *
   29.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   29.28   * or visit www.oracle.com if you need additional information or have any
   29.29   * questions.
    30.1 --- a/test/script/basic/JDK-8080182.js	Wed Jul 22 16:27:08 2015 -0700
    30.2 +++ b/test/script/basic/JDK-8080182.js	Wed Jul 29 14:23:08 2015 -0700
    30.3 @@ -1,21 +1,21 @@
    30.4  /*
    30.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    30.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    30.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    30.8 - * 
    30.9 + *
   30.10   * This code is free software; you can redistribute it and/or modify it
   30.11   * under the terms of the GNU General Public License version 2 only, as
   30.12   * published by the Free Software Foundation.
   30.13 - * 
   30.14 + *
   30.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   30.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   30.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   30.18   * version 2 for more details (a copy is included in the LICENSE file that
   30.19   * accompanied this code).
   30.20 - * 
   30.21 + *
   30.22   * You should have received a copy of the GNU General Public License version
   30.23   * 2 along with this work; if not, write to the Free Software Foundation,
   30.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   30.25 - * 
   30.26 + *
   30.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   30.28   * or visit www.oracle.com if you need additional information or have any
   30.29   * questions.
    31.1 --- a/test/script/basic/JDK-8080848.js	Wed Jul 22 16:27:08 2015 -0700
    31.2 +++ b/test/script/basic/JDK-8080848.js	Wed Jul 29 14:23:08 2015 -0700
    31.3 @@ -1,21 +1,21 @@
    31.4  /*
    31.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    31.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    31.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    31.8 - * 
    31.9 + *
   31.10   * This code is free software; you can redistribute it and/or modify it
   31.11   * under the terms of the GNU General Public License version 2 only, as
   31.12   * published by the Free Software Foundation.
   31.13 - * 
   31.14 + *
   31.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   31.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   31.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   31.18   * version 2 for more details (a copy is included in the LICENSE file that
   31.19   * accompanied this code).
   31.20 - * 
   31.21 + *
   31.22   * You should have received a copy of the GNU General Public License version
   31.23   * 2 along with this work; if not, write to the Free Software Foundation,
   31.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   31.25 - * 
   31.26 + *
   31.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   31.28   * or visit www.oracle.com if you need additional information or have any
   31.29   * questions.
    32.1 --- a/test/script/basic/JDK-8081156.js	Wed Jul 22 16:27:08 2015 -0700
    32.2 +++ b/test/script/basic/JDK-8081156.js	Wed Jul 29 14:23:08 2015 -0700
    32.3 @@ -1,21 +1,21 @@
    32.4  /*
    32.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    32.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    32.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.8 - * 
    32.9 + *
   32.10   * This code is free software; you can redistribute it and/or modify it
   32.11   * under the terms of the GNU General Public License version 2 only, as
   32.12   * published by the Free Software Foundation.
   32.13 - * 
   32.14 + *
   32.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   32.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   32.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   32.18   * version 2 for more details (a copy is included in the LICENSE file that
   32.19   * accompanied this code).
   32.20 - * 
   32.21 + *
   32.22   * You should have received a copy of the GNU General Public License version
   32.23   * 2 along with this work; if not, write to the Free Software Foundation,
   32.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   32.25 - * 
   32.26 + *
   32.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   32.28   * or visit www.oracle.com if you need additional information or have any
   32.29   * questions.
    33.1 --- a/test/script/basic/JDK-8085802.js	Wed Jul 22 16:27:08 2015 -0700
    33.2 +++ b/test/script/basic/JDK-8085802.js	Wed Jul 29 14:23:08 2015 -0700
    33.3 @@ -1,21 +1,21 @@
    33.4  /*
    33.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    33.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    33.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    33.8 - * 
    33.9 + *
   33.10   * This code is free software; you can redistribute it and/or modify it
   33.11   * under the terms of the GNU General Public License version 2 only, as
   33.12   * published by the Free Software Foundation.
   33.13 - * 
   33.14 + *
   33.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   33.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   33.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   33.18   * version 2 for more details (a copy is included in the LICENSE file that
   33.19   * accompanied this code).
   33.20 - * 
   33.21 + *
   33.22   * You should have received a copy of the GNU General Public License version
   33.23   * 2 along with this work; if not, write to the Free Software Foundation,
   33.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   33.25 - * 
   33.26 + *
   33.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   33.28   * or visit www.oracle.com if you need additional information or have any
   33.29   * questions.
    34.1 --- a/test/script/basic/JDK-8087211.js	Wed Jul 22 16:27:08 2015 -0700
    34.2 +++ b/test/script/basic/JDK-8087211.js	Wed Jul 29 14:23:08 2015 -0700
    34.3 @@ -1,21 +1,21 @@
    34.4  /*
    34.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    34.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    34.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    34.8 - * 
    34.9 + *
   34.10   * This code is free software; you can redistribute it and/or modify it
   34.11   * under the terms of the GNU General Public License version 2 only, as
   34.12   * published by the Free Software Foundation.
   34.13 - * 
   34.14 + *
   34.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   34.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   34.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   34.18   * version 2 for more details (a copy is included in the LICENSE file that
   34.19   * accompanied this code).
   34.20 - * 
   34.21 + *
   34.22   * You should have received a copy of the GNU General Public License version
   34.23   * 2 along with this work; if not, write to the Free Software Foundation,
   34.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   34.25 - * 
   34.26 + *
   34.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   34.28   * or visit www.oracle.com if you need additional information or have any
   34.29   * questions.
    35.1 --- a/test/script/basic/JDK-8087211_2.js	Wed Jul 22 16:27:08 2015 -0700
    35.2 +++ b/test/script/basic/JDK-8087211_2.js	Wed Jul 29 14:23:08 2015 -0700
    35.3 @@ -1,21 +1,21 @@
    35.4  /*
    35.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    35.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    35.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    35.8 - * 
    35.9 + *
   35.10   * This code is free software; you can redistribute it and/or modify it
   35.11   * under the terms of the GNU General Public License version 2 only, as
   35.12   * published by the Free Software Foundation.
   35.13 - * 
   35.14 + *
   35.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   35.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   35.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   35.18   * version 2 for more details (a copy is included in the LICENSE file that
   35.19   * accompanied this code).
   35.20 - * 
   35.21 + *
   35.22   * You should have received a copy of the GNU General Public License version
   35.23   * 2 along with this work; if not, write to the Free Software Foundation,
   35.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   35.25 - * 
   35.26 + *
   35.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   35.28   * or visit www.oracle.com if you need additional information or have any
   35.29   * questions.
    36.1 --- a/test/script/basic/JDK-8098578.js	Wed Jul 22 16:27:08 2015 -0700
    36.2 +++ b/test/script/basic/JDK-8098578.js	Wed Jul 29 14:23:08 2015 -0700
    36.3 @@ -1,21 +1,21 @@
    36.4  /*
    36.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    36.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    36.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.8 - * 
    36.9 + *
   36.10   * This code is free software; you can redistribute it and/or modify it
   36.11   * under the terms of the GNU General Public License version 2 only, as
   36.12   * published by the Free Software Foundation.
   36.13 - * 
   36.14 + *
   36.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   36.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   36.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   36.18   * version 2 for more details (a copy is included in the LICENSE file that
   36.19   * accompanied this code).
   36.20 - * 
   36.21 + *
   36.22   * You should have received a copy of the GNU General Public License version
   36.23   * 2 along with this work; if not, write to the Free Software Foundation,
   36.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   36.25 - * 
   36.26 + *
   36.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   36.28   * or visit www.oracle.com if you need additional information or have any
   36.29   * questions.
    37.1 --- a/test/script/basic/JDK-8129410.js	Wed Jul 22 16:27:08 2015 -0700
    37.2 +++ b/test/script/basic/JDK-8129410.js	Wed Jul 29 14:23:08 2015 -0700
    37.3 @@ -1,21 +1,21 @@
    37.4  /*
    37.5 - * Copyright (c) 2015 Oracle and/or its affiliates. All rights reserved.
    37.6 + * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    37.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    37.8 - * 
    37.9 + *
   37.10   * This code is free software; you can redistribute it and/or modify it
   37.11   * under the terms of the GNU General Public License version 2 only, as
   37.12   * published by the Free Software Foundation.
   37.13 - * 
   37.14 + *
   37.15   * This code is distributed in the hope that it will be useful, but WITHOUT
   37.16   * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
   37.17   * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
   37.18   * version 2 for more details (a copy is included in the LICENSE file that
   37.19   * accompanied this code).
   37.20 - * 
   37.21 + *
   37.22   * You should have received a copy of the GNU General Public License version
   37.23   * 2 along with this work; if not, write to the Free Software Foundation,
   37.24   * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
   37.25 - * 
   37.26 + *
   37.27   * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
   37.28   * or visit www.oracle.com if you need additional information or have any
   37.29   * questions.
    38.1 --- a/test/script/currently-failing/gettersetter.js	Wed Jul 22 16:27:08 2015 -0700
    38.2 +++ b/test/script/currently-failing/gettersetter.js	Wed Jul 29 14:23:08 2015 -0700
    38.3 @@ -1,5 +1,5 @@
    38.4  /*
    38.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    38.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    38.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    38.8   *
    38.9   * This code is free software; you can redistribute it and/or modify it
    39.1 --- a/test/script/currently-failing/property_delete.js	Wed Jul 22 16:27:08 2015 -0700
    39.2 +++ b/test/script/currently-failing/property_delete.js	Wed Jul 29 14:23:08 2015 -0700
    39.3 @@ -1,5 +1,5 @@
    39.4  /*
    39.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    39.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    39.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    39.8   *
    39.9   * This code is free software; you can redistribute it and/or modify it
    40.1 --- a/test/script/maptests/builtins.js	Wed Jul 22 16:27:08 2015 -0700
    40.2 +++ b/test/script/maptests/builtins.js	Wed Jul 29 14:23:08 2015 -0700
    40.3 @@ -1,5 +1,5 @@
    40.4  /*
    40.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    40.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    40.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    40.8   *
    40.9   * This code is free software; you can redistribute it and/or modify it
    41.1 --- a/test/script/maptests/constructor.js	Wed Jul 22 16:27:08 2015 -0700
    41.2 +++ b/test/script/maptests/constructor.js	Wed Jul 29 14:23:08 2015 -0700
    41.3 @@ -1,5 +1,5 @@
    41.4  /*
    41.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    41.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    41.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    41.8   *
    41.9   * This code is free software; you can redistribute it and/or modify it
    42.1 --- a/test/script/maptests/maputil.js	Wed Jul 22 16:27:08 2015 -0700
    42.2 +++ b/test/script/maptests/maputil.js	Wed Jul 29 14:23:08 2015 -0700
    42.3 @@ -1,5 +1,5 @@
    42.4  /*
    42.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    42.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    42.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    42.8   *
    42.9   * This code is free software; you can redistribute it and/or modify it
    43.1 --- a/test/script/maptests/object_create.js	Wed Jul 22 16:27:08 2015 -0700
    43.2 +++ b/test/script/maptests/object_create.js	Wed Jul 29 14:23:08 2015 -0700
    43.3 @@ -1,5 +1,5 @@
    43.4  /*
    43.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    43.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    43.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    43.8   *
    43.9   * This code is free software; you can redistribute it and/or modify it
    44.1 --- a/test/script/maptests/object_literals.js	Wed Jul 22 16:27:08 2015 -0700
    44.2 +++ b/test/script/maptests/object_literals.js	Wed Jul 29 14:23:08 2015 -0700
    44.3 @@ -1,5 +1,5 @@
    44.4  /*
    44.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    44.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    44.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44.8   *
    44.9   * This code is free software; you can redistribute it and/or modify it
    45.1 --- a/test/script/maptests/point.js	Wed Jul 22 16:27:08 2015 -0700
    45.2 +++ b/test/script/maptests/point.js	Wed Jul 29 14:23:08 2015 -0700
    45.3 @@ -1,5 +1,5 @@
    45.4  /*
    45.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    45.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    45.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    45.8   *
    45.9   * This code is free software; you can redistribute it and/or modify it
    46.1 --- a/test/script/maptests/property_add.js	Wed Jul 22 16:27:08 2015 -0700
    46.2 +++ b/test/script/maptests/property_add.js	Wed Jul 29 14:23:08 2015 -0700
    46.3 @@ -1,5 +1,5 @@
    46.4  /*
    46.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    46.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    46.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    46.8   *
    46.9   * This code is free software; you can redistribute it and/or modify it
    47.1 --- a/test/script/maptests/proto.js	Wed Jul 22 16:27:08 2015 -0700
    47.2 +++ b/test/script/maptests/proto.js	Wed Jul 29 14:23:08 2015 -0700
    47.3 @@ -1,5 +1,5 @@
    47.4  /*
    47.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    47.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    47.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    47.8   *
    47.9   * This code is free software; you can redistribute it and/or modify it
    48.1 --- a/test/script/sandbox/safeprops.js	Wed Jul 22 16:27:08 2015 -0700
    48.2 +++ b/test/script/sandbox/safeprops.js	Wed Jul 29 14:23:08 2015 -0700
    48.3 @@ -1,5 +1,5 @@
    48.4  /*
    48.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    48.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    48.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    48.8   *
    48.9   * This code is free software; you can redistribute it and/or modify it
    49.1 --- a/test/src/jdk/nashorn/test/models/NullProvider.java	Wed Jul 22 16:27:08 2015 -0700
    49.2 +++ b/test/src/jdk/nashorn/test/models/NullProvider.java	Wed Jul 29 14:23:08 2015 -0700
    49.3 @@ -1,5 +1,5 @@
    49.4  /*
    49.5 - * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
    49.6 + * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    49.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    49.8   *
    49.9   * This code is free software; you can redistribute it and/or modify it

mercurial