From 2f25dc8f0c4312ab67c91e9e2e995c7251ff4f9b Mon Sep 17 00:00:00 2001
From: Mark Miller <erights@gmail.com>
Date: Tue, 6 Sep 2011 23:37:30 -0700
Subject: [PATCH] Added copyright.

---
 tools/converter/convert.js         | 3 +++
 tools/converter/v8PosixPlatform.js | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/tools/converter/convert.js b/tools/converter/convert.js
index 8a40fdc520..7ec555e57c 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 cfd849b07e..069deb59c1 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.
 
 
 /**
-- 
GitLab