diff options
author | Jan Andre Ikenmeyer <jan@ikenmeyer.eu> | 2018-11-27 19:09:17 +0100 |
---|---|---|
committer | Jan Andre Ikenmeyer <jan@ikenmeyer.eu> | 2018-11-27 19:09:17 +0100 |
commit | f1f409ffb6774efb3f7e7e5998153eb5b12c1590 (patch) | |
tree | dbe2041cac38e07507895cb7f25ea5463a53c69e /tests/unit/profile/time.rs | |
parent | 13458e8f446dad113afc4ae1776699b28fc912c0 (diff) | |
download | servo-f1f409ffb6774efb3f7e7e5998153eb5b12c1590.tar.gz servo-f1f409ffb6774efb3f7e7e5998153eb5b12c1590.zip |
Update MPL license to https (part 5)
Diffstat (limited to 'tests/unit/profile/time.rs')
-rw-r--r-- | tests/unit/profile/time.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/profile/time.rs b/tests/unit/profile/time.rs index 6377256b937..7b370bd0041 100644 --- a/tests/unit/profile/time.rs +++ b/tests/unit/profile/time.rs @@ -1,6 +1,6 @@ /* 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/. */ + * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ use ipc_channel::ipc; use profile::time; |