diff options
author | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-10-04 17:37:09 +0200 |
---|---|---|
committer | Michael Catanzaro <mcatanzaro@igalia.com> | 2017-10-04 17:37:09 +0200 |
commit | a6fd000d634dca8ad6a4fbf53bb8add6a62363e7 (patch) | |
tree | 852a9395550f854ee261f163b8deaabe04a9a237 /src/profile-migrator | |
parent | 732d91f0d2c9b3767e3b2a0ec5ba437538dad0af (diff) | |
download | epiphany-a6fd000d634dca8ad6a4fbf53bb8add6a62363e7.tar.gz |
Remove Chromium license
Apparently some old profile migrator code was based on Chromium, but it
doesn't exist anymore, and we really don't need to carry this license
file just for that regardless.
Diffstat (limited to 'src/profile-migrator')
-rw-r--r-- | src/profile-migrator/ephy-profile-migrator.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/profile-migrator/ephy-profile-migrator.c b/src/profile-migrator/ephy-profile-migrator.c index f4e75b41f..444ddf629 100644 --- a/src/profile-migrator/ephy-profile-migrator.c +++ b/src/profile-migrator/ephy-profile-migrator.c @@ -18,17 +18,6 @@ * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ -/* Portions of this file based on Chromium code. - * License block as follows: - * - * 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. - * - * The LICENSE file from Chromium can be found in the LICENSE.chromium - * file. - */ - #include "config.h" #include "ephy-bookmarks-manager.h" |