aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrpatil <unknown>2018-12-13 21:40:16 -1200
committerAlexey Ushakov <alexey.v.ushakov@gmail.com>2019-02-15 10:30:16 +0300
commit3339ab59eebba8dac19506c65c2544ff77258f2f (patch)
tree20c62133e940918b61c6456b5ef517c54f638010 /src
parentef1c579a7ee7b6c9dfd90a6f4b2832d256b08892 (diff)
downloadjdk8u_nashorn-3339ab59eebba8dac19506c65c2544ff77258f2f.tar.gz
8215257: OpenJDK 8 mozilla_compat.js, parser.js missing the Classpath exception license text
Reviewed-by: coffeys
Diffstat (limited to 'src')
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js6
-rw-r--r--src/jdk/nashorn/internal/runtime/resources/parser.js6
2 files changed, 8 insertions, 4 deletions
diff --git a/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js b/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
index 6c27e2a6..2acd1fe7 100644
--- a/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
+++ b/src/jdk/nashorn/internal/runtime/resources/mozilla_compat.js
@@ -1,10 +1,12 @@
/*
- * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, 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
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
diff --git a/src/jdk/nashorn/internal/runtime/resources/parser.js b/src/jdk/nashorn/internal/runtime/resources/parser.js
index 94d02aba..ac4d0524 100644
--- a/src/jdk/nashorn/internal/runtime/resources/parser.js
+++ b/src/jdk/nashorn/internal/runtime/resources/parser.js
@@ -1,10 +1,12 @@
/*
- * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2010, 2018, 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
* under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation.
+ * published by the Free Software Foundation. Oracle designates this
+ * particular file as subject to the "Classpath" exception as provided
+ * by Oracle in the LICENSE file that accompanied this code.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or