diff options
Diffstat (limited to 'components/style/servo')
-rw-r--r-- | components/style/servo/media_queries.rs | 2 | ||||
-rw-r--r-- | components/style/servo/mod.rs | 2 | ||||
-rw-r--r-- | components/style/servo/restyle_damage.rs | 2 | ||||
-rw-r--r-- | components/style/servo/selector_parser.rs | 2 | ||||
-rw-r--r-- | components/style/servo/url.rs | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/components/style/servo/media_queries.rs b/components/style/servo/media_queries.rs index bb845f7ec41..d35e8dc3ccd 100644 --- a/components/style/servo/media_queries.rs +++ b/components/style/servo/media_queries.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/. */ //! Servo's media-query device and expression representation. diff --git a/components/style/servo/mod.rs b/components/style/servo/mod.rs index 329e5b9a37d..6502d287278 100644 --- a/components/style/servo/mod.rs +++ b/components/style/servo/mod.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/. */ //! Servo-specific bits of the style system. //! diff --git a/components/style/servo/restyle_damage.rs b/components/style/servo/restyle_damage.rs index 73ac2f9fefd..cee0e486f3f 100644 --- a/components/style/servo/restyle_damage.rs +++ b/components/style/servo/restyle_damage.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/. */ //! The restyle damage is a hint that tells layout which kind of operations may //! be needed in presence of incremental style changes. diff --git a/components/style/servo/selector_parser.rs b/components/style/servo/selector_parser.rs index b71d81c2978..cd725228017 100644 --- a/components/style/servo/selector_parser.rs +++ b/components/style/servo/selector_parser.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/. */ #![deny(missing_docs)] diff --git a/components/style/servo/url.rs b/components/style/servo/url.rs index e3a4f76b50a..26608de2e29 100644 --- a/components/style/servo/url.rs +++ b/components/style/servo/url.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/. */ //! Common handling for the specified value CSS url() values. |