diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 01:02:48 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-22 01:02:48 +0000 |
commit | 86feb4531d767b1493a03bee051e13a2e878c14f (patch) | |
tree | a7e67662cda2d14a61d644e999514eea7b33ff40 /ui | |
parent | 91d3a7dcafdbc2c4cf4d12c79a98a5e70cb9244e (diff) | |
download | chromium_src-86feb4531d767b1493a03bee051e13a2e878c14f.zip chromium_src-86feb4531d767b1493a03bee051e13a2e878c14f.tar.gz chromium_src-86feb4531d767b1493a03bee051e13a2e878c14f.tar.bz2 |
views/examples: Add missing header license comment to views_examples_export.h
Forgot to include this in the previous patch, when I added this file.
BUG=141187
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10876006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r-- | ui/views/examples/views_examples_export.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/views/examples/views_examples_export.h b/ui/views/examples/views_examples_export.h index 4e90f75..7ea226b 100644 --- a/ui/views/examples/views_examples_export.h +++ b/ui/views/examples/views_examples_export.h @@ -1,3 +1,7 @@ +// Copyright (c) 2012 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. + #ifndef UI_VIEWS_EXAMPLES_VIEWS_EXAMPLES_EXPORT_H_ #define UI_VIEWS_EXAMPLES_VIEWS_EXAMPLES_EXPORT_H_ |