playground: adding missing copyright

Change-Id: I60163af6d1ee1b46dc443e26252a04696aab3268
diff --git a/go/src/v.io/x/playground/deploy/monitor.py b/go/src/v.io/x/playground/deploy/monitor.py
index ce7b86b..5a5a0f6 100755
--- a/go/src/v.io/x/playground/deploy/monitor.py
+++ b/go/src/v.io/x/playground/deploy/monitor.py
@@ -1,4 +1,7 @@
 #!/usr/bin/python2.7
+# Copyright 2015 The Vanadium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style
+# license that can be found in the LICENSE file.
 
 """Playground GCE monitoring script.
 
diff --git a/pgbundle/bin/pgbundle b/pgbundle/bin/pgbundle
index 599c379..92d278b 100755
--- a/pgbundle/bin/pgbundle
+++ b/pgbundle/bin/pgbundle
@@ -1,2 +1,6 @@
 #!/usr/bin/env node
+// Copyright 2015 The Vanadium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
 require('../index.js').run();