mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Accommodate an alternate format license block
This commit is contained in:
parent
9e8909cfcb
commit
4b1ab13aef
1 changed files with 9 additions and 3 deletions
|
@ -25,7 +25,13 @@ license2="""\
|
||||||
# You can obtain one at http://mozilla.org/MPL/2.0/.
|
# 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
|
// Copyright 2013 The Servo Project Developers. See the COPYRIGHT
|
||||||
// file at the top-level directory of this distribution.
|
// file at the top-level directory of this distribution.
|
||||||
//
|
//
|
||||||
|
@ -36,7 +42,7 @@ license3 = """\
|
||||||
// except according to those terms.
|
// except according to those terms.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
license4 = """\
|
license5 = """\
|
||||||
# Copyright 2013 The Servo Project Developers. See the COPYRIGHT
|
# Copyright 2013 The Servo Project Developers. See the COPYRIGHT
|
||||||
# file at the top-level directory of this distribution.
|
# file at the top-level directory of this distribution.
|
||||||
#
|
#
|
||||||
|
@ -47,7 +53,7 @@ license4 = """\
|
||||||
# except according to those terms.
|
# except according to those terms.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
licenses = [license0, license1, license2, license3, license4]
|
licenses = [license0, license1, license2, license3, license4, license5]
|
||||||
|
|
||||||
exceptions = [
|
exceptions = [
|
||||||
"rust-http-client/http_parser.c", # BSD, Joyent
|
"rust-http-client/http_parser.c", # BSD, Joyent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue