Index: third_party/inspector_protocol/LICENSE |
diff --git a/test/message/simple-throw.js b/third_party/inspector_protocol/LICENSE |
similarity index 58% |
copy from test/message/simple-throw.js |
copy to third_party/inspector_protocol/LICENSE |
index 7b3b4cae1d13387b1137a8a1845ad779668a15b2..800468e5763479bb1f5453934ff0c6ea89d4d9da 100644 |
--- a/test/message/simple-throw.js |
+++ b/third_party/inspector_protocol/LICENSE |
@@ -1,17 +1,18 @@ |
-// Copyright 2008 the V8 project authors. All rights reserved. |
+// Copyright 2016 The Chromium Authors. All rights reserved. |
+// |
// Redistribution and use in source and binary forms, with or without |
// modification, are permitted provided that the following conditions are |
// met: |
// |
-// * Redistributions of source code must retain the above copyright |
-// notice, this list of conditions and the following disclaimer. |
-// * Redistributions in binary form must reproduce the above |
-// copyright notice, this list of conditions and the following |
-// disclaimer in the documentation and/or other materials provided |
-// with the distribution. |
-// * Neither the name of Google Inc. nor the names of its |
-// contributors may be used to endorse or promote products derived |
-// from this software without specific prior written permission. |
+// * Redistributions of source code must retain the above copyright |
+// notice, this list of conditions and the following disclaimer. |
+// * Redistributions in binary form must reproduce the above |
+// copyright notice, this list of conditions and the following disclaimer |
+// in the documentation and/or other materials provided with the |
+// distribution. |
+// * Neither the name of Google Inc. nor the names of its |
+// contributors may be used to endorse or promote products derived from |
+// this software without specific prior written permission. |
// |
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
@@ -24,5 +25,3 @@ |
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
- |
-throw "wow"; |