mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
servo-tidy: Allow to use MPL with http and https
This commit is contained in:
parent
1ac6f435c8
commit
12c0d1350a
2 changed files with 9 additions and 3 deletions
|
@ -7,12 +7,18 @@
|
|||
# option. This file may not be copied, modified, or distributed
|
||||
# except according to those terms.
|
||||
|
||||
MPL = """\
|
||||
OLD_MPL = """\
|
||||
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/.\
|
||||
"""
|
||||
|
||||
MPL = """\
|
||||
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 https://mozilla.org/MPL/2.0/.\
|
||||
"""
|
||||
|
||||
APACHE = """\
|
||||
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or \
|
||||
http://www.apache.org/licenses/LICENSE-2.0> or the MIT license \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue