diff options
author | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 21:50:28 +0000 |
---|---|---|
committer | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-08 21:50:28 +0000 |
commit | cf1bf1eeec382a0375077737b980887cd083c40b (patch) | |
tree | 3c4b2bc894ee2a7682bcc180593eba8288493269 /sandbox/linux/seccomp/stat.cc | |
parent | 1cb2dac467c6b4816b6913e303e75b8853ab9bc4 (diff) | |
download | chromium_src-cf1bf1eeec382a0375077737b980887cd083c40b.zip chromium_src-cf1bf1eeec382a0375077737b980887cd083c40b.tar.gz chromium_src-cf1bf1eeec382a0375077737b980887cd083c40b.tar.bz2 |
Added missing copyright header.
BUG=32501
TEST=none
Review URL: http://codereview.chromium.org/672011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40946 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/linux/seccomp/stat.cc')
-rw-r--r-- | sandbox/linux/seccomp/stat.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox/linux/seccomp/stat.cc b/sandbox/linux/seccomp/stat.cc index 2724144..c84c453 100644 --- a/sandbox/linux/seccomp/stat.cc +++ b/sandbox/linux/seccomp/stat.cc @@ -1,3 +1,7 @@ +// Copyright (c) 2010 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. + #include "debug.h" #include "sandbox_impl.h" |