diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-28 16:41:51 +0000 |
commit | fe1aceb5d5d27cded352616bf47379fe4afa50b6 (patch) | |
tree | 09d5e28d2c6d36a513c47201b27738b6c99ae151 /chrome/tools/profiles | |
parent | c063b4893b50c2bb759ca5409b242de5caab7066 (diff) | |
download | chromium_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/profiles')
-rw-r--r-- | chrome/tools/profiles/thumbnail-inl.h | 6 |
1 files changed, 6 insertions, 0 deletions
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" |