aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMark Miller <erights@gmail.com>2011-09-06 23:37:30 -0700
committerMark Miller <erights@gmail.com>2011-09-06 23:37:30 -0700
commit2f25dc8f0c4312ab67c91e9e2e995c7251ff4f9b (patch)
treec1ca7be9359c98c000901f9205277186f9884989 /tools
parentbc6a3ba7312198c02f856e385a32ed9136ab13fb (diff)
Added copyright.
Diffstat (limited to 'tools')
-rw-r--r--tools/converter/convert.js3
-rw-r--r--tools/converter/v8PosixPlatform.js2
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index 8a40fdc52..7ec555e57 100644
--- a/tools/converter/convert.js
+++ b/tools/converter/convert.js
@@ -1,3 +1,6 @@
+// Copyright 2011 by Google, Inc. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
+
(function(global) {
"use strict";
diff --git a/tools/converter/v8PosixPlatform.js b/tools/converter/v8PosixPlatform.js
index cfd849b07..069deb59c 100644
--- a/tools/converter/v8PosixPlatform.js
+++ b/tools/converter/v8PosixPlatform.js
@@ -1,3 +1,5 @@
+// Copyright 2011 by Google, Inc. All rights reserved.
+// This code is governed by the BSD license found in the LICENSE file.
/**