1There are no recognizable license headers in this file. Classifiers matched to SISSL because of standard verbiage. 2EXPECTED:Copyright 3// Copyright (c) 2012 The Chromium Authors. All rights reserved. 4// Use of this source code is governed by a BSD-style license that can be 5// found in the LICENSE file. 6 7// Portions of this code based on Mozilla: 8// (netwerk/cookie/src/nsCookieService.cpp) 9/* ***** BEGIN LICENSE BLOCK ***** 10 * Version: MPL 1.1/GPL 2.0/LGPL 2.1 11 * 12 * The contents of this file are subject to the Mozilla Public License Version 13 * 1.1 (the "License"); you may not use this file except in compliance with 14 * the License. You may obtain a copy of the License at 15 * http://www.mozilla.org/MPL/ 16 * 17 * Software distributed under the License is distributed on an "AS IS" basis, 18 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 19 * for the specific language governing rights and limitations under the 20 * License. 21 * 22 * The Original Code is mozilla.org code. 23 * 24 * The Initial Developer of the Original Code is 25 * Netscape Communications Corporation. 26 * Portions created by the Initial Developer are Copyright (C) 2003 27 * the Initial Developer. All Rights Reserved. 28 * 29 * Contributor(s): 30 * Daniel Witte ([email protected]) 31 * Michiel van Leeuwen ([email protected]) 32 * 33 * Alternatively, the contents of this file may be used under the terms of 34 * either the GNU General Public License Version 2 or later (the "GPL"), or 35 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 36 * in which case the provisions of the GPL or the LGPL are applicable instead 37 * of those above. If you wish to allow use of your version of this file only 38 * under the terms of either the GPL or the LGPL, and not to allow others to 39 * use your version of this file under the terms of the MPL, indicate your 40 * decision by deleting the provisions above and replace them with the notice 41 * and other provisions required by the GPL or the LGPL. If you do not delete 42 * the provisions above, a recipient may use your version of this file under 43 * the terms of any one of the MPL, the GPL or the LGPL. 44 * 45 * ***** END LICENSE BLOCK ***** */ 46