summaryrefslogtreecommitdiffstats
path: root/chrome/tools
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-28 16:41:51 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-28 16:41:51 +0000
commitfe1aceb5d5d27cded352616bf47379fe4afa50b6 (patch)
tree09d5e28d2c6d36a513c47201b27738b6c99ae151 /chrome/tools
parentc063b4893b50c2bb759ca5409b242de5caab7066 (diff)
downloadchromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.zip
chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.gz
chromium_src-fe1aceb5d5d27cded352616bf47379fe4afa50b6.tar.bz2
Add some licensing comments under chrome/.
BUG=28291 Review URL: http://codereview.chromium.org/507067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35301 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/tools')
-rwxr-xr-xchrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py5
-rwxr-xr-xchrome/tools/extract_actions.py4
-rwxr-xr-xchrome/tools/extract_histograms.py4
-rwxr-xr-xchrome/tools/history-viz.py5
-rw-r--r--chrome/tools/profiles/thumbnail-inl.h6
5 files changed, 18 insertions, 6 deletions
diff --git a/chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py b/chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py
index 4c335e6..18ed95d 100755
--- a/chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py
+++ b/chrome/tools/automated_ui_test_tools/auto_ui_test_input_generator.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
-#
-# Copyright 2008 Google Inc. All Rights Reserved.
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""This generates the input file for automated_ui_tests.exe.
diff --git a/chrome/tools/extract_actions.py b/chrome/tools/extract_actions.py
index 6381976..8b6a9bf 100755
--- a/chrome/tools/extract_actions.py
+++ b/chrome/tools/extract_actions.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
-# Copyright 2007 Google Inc. All rights reserved.
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""Extract UserMetrics "actions" strings from the Chrome source.
diff --git a/chrome/tools/extract_histograms.py b/chrome/tools/extract_histograms.py
index 97008a2..8c002f3 100755
--- a/chrome/tools/extract_histograms.py
+++ b/chrome/tools/extract_histograms.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
-# Copyright 2007 Google Inc. All rights reserved.
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""Extract UMA histogram strings from the Chrome source.
diff --git a/chrome/tools/history-viz.py b/chrome/tools/history-viz.py
index ecceee4..6f82126 100755
--- a/chrome/tools/history-viz.py
+++ b/chrome/tools/history-viz.py
@@ -1,6 +1,7 @@
#!/usr/bin/python
-#
-# Copyright 2008 Google Inc. All Rights Reserved.
+# Copyright (c) 2009 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
"""Process a History database and dump a .dot file suitable for GraphViz.
diff --git a/chrome/tools/profiles/thumbnail-inl.h b/chrome/tools/profiles/thumbnail-inl.h
index 7f3fba3..7632c84 100644
--- a/chrome/tools/profiles/thumbnail-inl.h
+++ b/chrome/tools/profiles/thumbnail-inl.h
@@ -1,3 +1,9 @@
+// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// A screenshot of the Google homepage; used as a thumbnail for autogenerated
+// testing profiles.
const unsigned char kGoogleThumbnail[] =
"\xff\xd8\xff\xe0\x00\x10\x4a\x46\x49\x46\x00\x01\x01\x00\x00\x01\x00\x01\x00"
"\x00\xff\xdb\x00\x43\x00\x03\x02\x02\x03\x02\x02\x03\x03\x03\x03\x04\x03\x03"