Accommodate an alternate format license block

This commit is contained in:
Brian Anderson 2013-04-09 14:09:50 -07:00
parent 9e8909cfcb
commit 4b1ab13aef

View file

@ -25,7 +25,13 @@ license2="""\
# You can obtain one at http://mozilla.org/MPL/2.0/.
"""
license3 = """\
license3="""\
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
"""
license4 = """\
// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution.
//
@ -36,7 +42,7 @@ license3 = """\
// except according to those terms.
"""
license4 = """\
license5 = """\
# Copyright 2013 The Servo Project Developers. See the COPYRIGHT
# file at the top-level directory of this distribution.
#
@ -47,7 +53,7 @@ license4 = """\
# except according to those terms.
"""
licenses = [license0, license1, license2, license3, license4]
licenses = [license0, license1, license2, license3, license4, license5]
exceptions = [
"rust-http-client/http_parser.c", # BSD, Joyent