summaryrefslogtreecommitdiff
path: root/test/actions-subdir/gyptest-action.py
diff options
context:
space:
mode:
authorsgk@chromium.org <sgk@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2009-10-22 20:02:37 +0000
committersgk@chromium.org <sgk@chromium.org@78cadc50-ecff-11dd-a971-7dbc132099af>2009-10-22 20:02:37 +0000
commitdf8224662e615bd36cf8bebae8e58c017201f998 (patch)
tree158ee6b7260ecf64c6bd43ddbd8c5232dc3cd681 /test/actions-subdir/gyptest-action.py
parenta2942fc614cfa7cf267868f91cc71114de72d5cd (diff)
downloadgyp-df8224662e615bd36cf8bebae8e58c017201f998.tar.gz
Add AUTHORS and LICENSE files, and copyright headers to relevant source files.
BUG=62 TEST=none Review URL: http://codereview.chromium.org/306051 git-svn-id: http://gyp.googlecode.com/svn/trunk@721 78cadc50-ecff-11dd-a971-7dbc132099af
Diffstat (limited to 'test/actions-subdir/gyptest-action.py')
-rw-r--r--test/actions-subdir/gyptest-action.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/actions-subdir/gyptest-action.py b/test/actions-subdir/gyptest-action.py
index 92f86775..defcd78f 100644
--- a/test/actions-subdir/gyptest-action.py
+++ b/test/actions-subdir/gyptest-action.py
@@ -1,5 +1,9 @@
#!/usr/bin/env python
+# Copyright (c) 2009 Google Inc. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
"""
Test actions that output to PRODUCT_DIR.
"""