diff options
author | Jan Andre Ikenmeyer <jan@ikenmeyer.eu> | 2018-11-19 14:47:27 +0100 |
---|---|---|
committer | Jan Andre Ikenmeyer <jan@ikenmeyer.eu> | 2018-11-19 14:47:27 +0100 |
commit | 1d6fe65401383bd01d30368d32eedcd908fa79ad (patch) | |
tree | 903ebb4fb5ebd492dc63d4f21c522b4f23a85d7e /components/net/tests | |
parent | a1a14459c141afc6ac6771b8a6c9ca374537edf2 (diff) | |
download | servo-1d6fe65401383bd01d30368d32eedcd908fa79ad.tar.gz servo-1d6fe65401383bd01d30368d32eedcd908fa79ad.zip |
Update MPL license to https (part 4)
Diffstat (limited to 'components/net/tests')
-rw-r--r-- | components/net/tests/cookie.rs | 2 | ||||
-rw-r--r-- | components/net/tests/cookie_http_state.rs | 2 | ||||
-rw-r--r-- | components/net/tests/cookie_http_state_utils.py | 2 | ||||
-rw-r--r-- | components/net/tests/data_loader.rs | 2 | ||||
-rw-r--r-- | components/net/tests/fetch.rs | 2 | ||||
-rw-r--r-- | components/net/tests/file_loader.rs | 2 | ||||
-rw-r--r-- | components/net/tests/filemanager_thread.rs | 2 | ||||
-rw-r--r-- | components/net/tests/hsts.rs | 2 | ||||
-rw-r--r-- | components/net/tests/http_cache.rs | 2 | ||||
-rw-r--r-- | components/net/tests/http_loader.rs | 2 | ||||
-rw-r--r-- | components/net/tests/main.rs | 2 | ||||
-rw-r--r-- | components/net/tests/mime_classifier.rs | 2 | ||||
-rw-r--r-- | components/net/tests/resource_thread.rs | 2 | ||||
-rw-r--r-- | components/net/tests/subresource_integrity.rs | 2 |
14 files changed, 14 insertions, 14 deletions
diff --git a/components/net/tests/cookie.rs b/components/net/tests/cookie.rs index 7190807ed78..3b14ba1ceb1 100644 --- a/components/net/tests/cookie.rs +++ b/components/net/tests/cookie.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 net::cookie::Cookie; use net::cookie_storage::CookieStorage; diff --git a/components/net/tests/cookie_http_state.rs b/components/net/tests/cookie_http_state.rs index ef929277fcb..0a03dbc81b8 100644 --- a/components/net/tests/cookie_http_state.rs +++ b/components/net/tests/cookie_http_state.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 net::cookie::Cookie; use net::cookie_storage::CookieStorage; diff --git a/components/net/tests/cookie_http_state_utils.py b/components/net/tests/cookie_http_state_utils.py index b8820c312da..9e5995d6393 100644 --- a/components/net/tests/cookie_http_state_utils.py +++ b/components/net/tests/cookie_http_state_utils.py @@ -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/. import os import subprocess diff --git a/components/net/tests/data_loader.rs b/components/net/tests/data_loader.rs index 9996aed73e6..03f6bd11fa4 100644 --- a/components/net/tests/data_loader.rs +++ b/components/net/tests/data_loader.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 crate::fetch; use headers_core::HeaderMapExt; diff --git a/components/net/tests/fetch.rs b/components/net/tests/fetch.rs index a61b8a7178e..04f3828c2c6 100644 --- a/components/net/tests/fetch.rs +++ b/components/net/tests/fetch.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 crate::fetch_with_context; use crate::fetch_with_cors_cache; diff --git a/components/net/tests/file_loader.rs b/components/net/tests/file_loader.rs index f7a45691e57..f37a90dabcd 100644 --- a/components/net/tests/file_loader.rs +++ b/components/net/tests/file_loader.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 std::env; use url::Url; diff --git a/components/net/tests/filemanager_thread.rs b/components/net/tests/filemanager_thread.rs index 50141326722..5fd01eb8d43 100644 --- a/components/net/tests/filemanager_thread.rs +++ b/components/net/tests/filemanager_thread.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 crate::create_embedder_proxy; use embedder_traits::FilterPattern; diff --git a/components/net/tests/hsts.rs b/components/net/tests/hsts.rs index 9389c586110..dc227fd472b 100644 --- a/components/net/tests/hsts.rs +++ b/components/net/tests/hsts.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 net::hsts::{HstsEntry, HstsList}; use net_traits::IncludeSubdomains; diff --git a/components/net/tests/http_cache.rs b/components/net/tests/http_cache.rs index f57d1b2df0a..fceec1aadc7 100644 --- a/components/net/tests/http_cache.rs +++ b/components/net/tests/http_cache.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 hyper::header::{Expires, HttpDate}; use hyper::method::Method; diff --git a/components/net/tests/http_loader.rs b/components/net/tests/http_loader.rs index ce369c3a9d3..b61373d14da 100644 --- a/components/net/tests/http_loader.rs +++ b/components/net/tests/http_loader.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 cookie_rs::Cookie as CookiePair; use crate::fetch; diff --git a/components/net/tests/main.rs b/components/net/tests/main.rs index 2015407e29a..4440506caac 100644 --- a/components/net/tests/main.rs +++ b/components/net/tests/main.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/. */ #![cfg(test)] diff --git a/components/net/tests/mime_classifier.rs b/components/net/tests/mime_classifier.rs index d2568a9a8be..3317b355d71 100644 --- a/components/net/tests/mime_classifier.rs +++ b/components/net/tests/mime_classifier.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 mime::{self, Mime}; use net::mime_classifier::{ApacheBugFlag, MimeClassifier, Mp4Matcher, NoSniffFlag}; diff --git a/components/net/tests/resource_thread.rs b/components/net/tests/resource_thread.rs index b33e28942fa..8c42b7f773a 100644 --- a/components/net/tests/resource_thread.rs +++ b/components/net/tests/resource_thread.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 crate::create_embedder_proxy; use ipc_channel::ipc; diff --git a/components/net/tests/subresource_integrity.rs b/components/net/tests/subresource_integrity.rs index 3cd5ac2b017..a256734113f 100644 --- a/components/net/tests/subresource_integrity.rs +++ b/components/net/tests/subresource_integrity.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 net::subresource_integrity::{get_prioritized_hash_function, get_strongest_metadata, SriEntry}; use net::subresource_integrity::{is_response_integrity_valid, parsed_metadata}; |