diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 23:10:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-31 23:10:07 +0000 |
commit | 5461d9de823901b0b4413b175e970aa23763056f (patch) | |
tree | b564caf0afec17987b1924509b806cf172e51cb0 /net/tools/flip_server | |
parent | 86941a14041bf8c3a3e604c6f320fdd74c68f5e1 (diff) | |
download | chromium_src-5461d9de823901b0b4413b175e970aa23763056f.zip chromium_src-5461d9de823901b0b4413b175e970aa23763056f.tar.gz chromium_src-5461d9de823901b0b4413b175e970aa23763056f.tar.bz2 |
Fix bad license header in app/ and net/ directories.
BUG=50266
TEST=None
Review URL: http://codereview.chromium.org/3013049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools/flip_server')
-rw-r--r-- | net/tools/flip_server/other_defines.h | 4 | ||||
-rw-r--r-- | net/tools/flip_server/string_piece_utils.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/net/tools/flip_server/other_defines.h b/net/tools/flip_server/other_defines.h index 4aaa493..dda2151 100644 --- a/net/tools/flip_server/other_defines.h +++ b/net/tools/flip_server/other_defines.h @@ -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. + #ifndef NET_TOOLS_FLIP_SERVER_OTHER_DEFINES #define NET_TOOLS_FLIP_SERVER_OTHER_DEFINES #pragma once diff --git a/net/tools/flip_server/string_piece_utils.h b/net/tools/flip_server/string_piece_utils.h index 8240c53..5a4336f 100644 --- a/net/tools/flip_server/string_piece_utils.h +++ b/net/tools/flip_server/string_piece_utils.h @@ -1,4 +1,4 @@ -// The Chromium Authors. All rights reserved. +// 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. |