diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-11 19:40:57 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-11 19:40:57 +0000 |
commit | abdf22d3583a3c1299e60adf47542d7244ff0af4 (patch) | |
tree | 52179b01ef6df25997c0af45d060ee47a30b336f /chrome/browser/sync/engine/syncer.cc | |
parent | 47394901038be62d1c44f9924cc5fb8733fb7799 (diff) | |
download | chromium_src-abdf22d3583a3c1299e60adf47542d7244ff0af4.zip chromium_src-abdf22d3583a3c1299e60adf47542d7244ff0af4.tar.gz chromium_src-abdf22d3583a3c1299e60adf47542d7244ff0af4.tar.bz2 |
sync: Fix license copyright text.
Checked with debian/licensecheck.pl
BUG=28291
Review URL: http://codereview.chromium.org/495001
Patch from Thiago Farina <thiago.farina@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34368 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/engine/syncer.cc')
-rwxr-xr-x | chrome/browser/sync/engine/syncer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer.cc b/chrome/browser/sync/engine/syncer.cc index 2ef15bc..01c2fdd 100755 --- a/chrome/browser/sync/engine/syncer.cc +++ b/chrome/browser/sync/engine/syncer.cc @@ -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 entry. +// found in the LICENSE file. #include "chrome/browser/sync/engine/syncer.h" |