From 7ee12bc58daaeecae26d3bcdb6e78d05fd58eb68 Mon Sep 17 00:00:00 2001 From: Rafael Weinstein Date: Fri, 14 Mar 2014 21:38:39 -0600 Subject: [PATCH] add license header --- benchmark/d8_benchmark.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/benchmark/d8_benchmark.js b/benchmark/d8_benchmark.js index 404d1cc..5944eb5 100644 --- a/benchmark/d8_benchmark.js +++ b/benchmark/d8_benchmark.js @@ -1,3 +1,19 @@ +// Copyright 2013 Google Inc. +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// Flags: --allow-natives-syntax + var testDiv = document.createElement('div'); var width = 2; var depth = 4;