summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-31 23:10:07 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-31 23:10:07 +0000
commit5461d9de823901b0b4413b175e970aa23763056f (patch)
treeb564caf0afec17987b1924509b806cf172e51cb0 /app
parent86941a14041bf8c3a3e604c6f320fdd74c68f5e1 (diff)
downloadchromium_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 'app')
-rw-r--r--app/app_paths.h6
-rw-r--r--app/app_switches.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/app/app_paths.h b/app/app_paths.h
index 3625b70..f807d60 100644
--- a/app/app_paths.h
+++ b/app/app_paths.h
@@ -1,6 +1,6 @@
-// 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.
+// 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 APP_APP_PATHS_H_
#define APP_APP_PATHS_H_
diff --git a/app/app_switches.h b/app/app_switches.h
index a5806b5..dda5b84 100644
--- a/app/app_switches.h
+++ b/app/app_switches.h
@@ -1,6 +1,6 @@
-// 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.
+// 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.
// Defines all the command-line switches used by app.