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/style/values/generics | |
parent | a1a14459c141afc6ac6771b8a6c9ca374537edf2 (diff) | |
download | servo-1d6fe65401383bd01d30368d32eedcd908fa79ad.tar.gz servo-1d6fe65401383bd01d30368d32eedcd908fa79ad.zip |
Update MPL license to https (part 4)
Diffstat (limited to 'components/style/values/generics')
24 files changed, 24 insertions, 24 deletions
diff --git a/components/style/values/generics/background.rs b/components/style/values/generics/background.rs index 35130836991..68bd08b29dd 100644 --- a/components/style/values/generics/background.rs +++ b/components/style/values/generics/background.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/. */ //! Generic types for CSS values related to backgrounds. diff --git a/components/style/values/generics/basic_shape.rs b/components/style/values/generics/basic_shape.rs index 9245ef7eb12..4fbcc6e754f 100644 --- a/components/style/values/generics/basic_shape.rs +++ b/components/style/values/generics/basic_shape.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/. */ //! CSS handling for the [`basic-shape`](https://drafts.csswg.org/css-shapes/#typedef-basic-shape) //! types that are generic over their `ToCss` implementations. diff --git a/components/style/values/generics/border.rs b/components/style/values/generics/border.rs index 26a4246f525..0a50721bcda 100644 --- a/components/style/values/generics/border.rs +++ b/components/style/values/generics/border.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/. */ //! Generic types for CSS values related to borders. diff --git a/components/style/values/generics/box.rs b/components/style/values/generics/box.rs index b34556718dd..1c40702dd6c 100644 --- a/components/style/values/generics/box.rs +++ b/components/style/values/generics/box.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/. */ //! Generic types for box properties. diff --git a/components/style/values/generics/color.rs b/components/style/values/generics/color.rs index 693803ad5fd..594df927ca9 100644 --- a/components/style/values/generics/color.rs +++ b/components/style/values/generics/color.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/. */ //! Generic types for color properties. diff --git a/components/style/values/generics/column.rs b/components/style/values/generics/column.rs index 5f96650d3e8..d27e47ed4c7 100644 --- a/components/style/values/generics/column.rs +++ b/components/style/values/generics/column.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/. */ //! Generic types for the column properties. diff --git a/components/style/values/generics/counters.rs b/components/style/values/generics/counters.rs index 23824e6f7ac..0f5d6bbb939 100644 --- a/components/style/values/generics/counters.rs +++ b/components/style/values/generics/counters.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/. */ //! Generic types for counters-related CSS values. diff --git a/components/style/values/generics/easing.rs b/components/style/values/generics/easing.rs index 4b25b906cf4..ff4a5a39b5b 100644 --- a/components/style/values/generics/easing.rs +++ b/components/style/values/generics/easing.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/. */ //! Generic types for CSS Easing Functions. //! https://drafts.csswg.org/css-easing/#timing-functions diff --git a/components/style/values/generics/effects.rs b/components/style/values/generics/effects.rs index 7b8e64f90bf..5b755ca3906 100644 --- a/components/style/values/generics/effects.rs +++ b/components/style/values/generics/effects.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/. */ //! Generic types for CSS values related to effects. diff --git a/components/style/values/generics/flex.rs b/components/style/values/generics/flex.rs index 9cbece2e1bc..31e32a91f81 100644 --- a/components/style/values/generics/flex.rs +++ b/components/style/values/generics/flex.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/. */ //! Generic types for CSS values related to flexbox. diff --git a/components/style/values/generics/font.rs b/components/style/values/generics/font.rs index 7f62b15dd3c..0d5e6b21eee 100644 --- a/components/style/values/generics/font.rs +++ b/components/style/values/generics/font.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/. */ //! Generic types for font stuff. diff --git a/components/style/values/generics/gecko.rs b/components/style/values/generics/gecko.rs index d56158750b6..e8bddc871f9 100644 --- a/components/style/values/generics/gecko.rs +++ b/components/style/values/generics/gecko.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/. */ //! Generic types for legacy Gecko-only properties that should probably be //! unshipped at some point in the future. diff --git a/components/style/values/generics/grid.rs b/components/style/values/generics/grid.rs index 8a26cbd2b16..9944ef6a212 100644 --- a/components/style/values/generics/grid.rs +++ b/components/style/values/generics/grid.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/. */ //! Generic types for the handling of //! [grids](https://drafts.csswg.org/css-grid/). diff --git a/components/style/values/generics/image.rs b/components/style/values/generics/image.rs index 8e962389d9a..a4bbc2b44d2 100644 --- a/components/style/values/generics/image.rs +++ b/components/style/values/generics/image.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/. */ //! Generic types for the handling of [images]. //! diff --git a/components/style/values/generics/length.rs b/components/style/values/generics/length.rs index efabbdee7c9..ade1e4bb3a9 100644 --- a/components/style/values/generics/length.rs +++ b/components/style/values/generics/length.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/. */ //! Generic types for CSS values related to length. diff --git a/components/style/values/generics/mod.rs b/components/style/values/generics/mod.rs index 862ebef459f..c18eb0e7a88 100644 --- a/components/style/values/generics/mod.rs +++ b/components/style/values/generics/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/. */ //! Generic types that share their serialization implementations //! for both specified and computed values. diff --git a/components/style/values/generics/position.rs b/components/style/values/generics/position.rs index 83dc48d0905..0bde0067def 100644 --- a/components/style/values/generics/position.rs +++ b/components/style/values/generics/position.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/. */ //! Generic types for CSS handling of specified and computed values of //! [`position`](https://drafts.csswg.org/css-backgrounds-3/#position) diff --git a/components/style/values/generics/rect.rs b/components/style/values/generics/rect.rs index fa5caab3e4b..dfffb3a4834 100644 --- a/components/style/values/generics/rect.rs +++ b/components/style/values/generics/rect.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/. */ //! Generic types for CSS values that are composed of four sides. diff --git a/components/style/values/generics/size.rs b/components/style/values/generics/size.rs index 7271aaa3922..a5a5c86eac6 100644 --- a/components/style/values/generics/size.rs +++ b/components/style/values/generics/size.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/. */ //! Generic type for CSS properties that are composed by two dimensions. diff --git a/components/style/values/generics/svg.rs b/components/style/values/generics/svg.rs index 1b439657def..0559f8f1514 100644 --- a/components/style/values/generics/svg.rs +++ b/components/style/values/generics/svg.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/. */ //! Generic types for CSS values in SVG diff --git a/components/style/values/generics/text.rs b/components/style/values/generics/text.rs index ccd5c192270..df0279c7121 100644 --- a/components/style/values/generics/text.rs +++ b/components/style/values/generics/text.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/. */ //! Generic types for text properties. diff --git a/components/style/values/generics/transform.rs b/components/style/values/generics/transform.rs index ef54c511f63..0cf8f490bb3 100644 --- a/components/style/values/generics/transform.rs +++ b/components/style/values/generics/transform.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/. */ //! Generic types for CSS values that are related to transformations. diff --git a/components/style/values/generics/ui.rs b/components/style/values/generics/ui.rs index c959ad73e51..f5eec6aa560 100644 --- a/components/style/values/generics/ui.rs +++ b/components/style/values/generics/ui.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/. */ //! Generic values for UI properties. diff --git a/components/style/values/generics/url.rs b/components/style/values/generics/url.rs index 51ad8055be1..a1f1aeb1884 100644 --- a/components/style/values/generics/url.rs +++ b/components/style/values/generics/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/. */ //! Generic types for url properties. |