aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/values/animated
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/values/animated')
-rw-r--r--components/style/values/animated/color.rs2
-rw-r--r--components/style/values/animated/effects.rs2
-rw-r--r--components/style/values/animated/font.rs2
-rw-r--r--components/style/values/animated/length.rs2
-rw-r--r--components/style/values/animated/mod.rs2
-rw-r--r--components/style/values/animated/svg.rs2
6 files changed, 6 insertions, 6 deletions
diff --git a/components/style/values/animated/color.rs b/components/style/values/animated/color.rs
index 84f03ce8eb4..c8d5213b49b 100644
--- a/components/style/values/animated/color.rs
+++ b/components/style/values/animated/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/. */
//! Animated types for CSS colors.
diff --git a/components/style/values/animated/effects.rs b/components/style/values/animated/effects.rs
index 7afa1f57ed8..87f58fb2f82 100644
--- a/components/style/values/animated/effects.rs
+++ b/components/style/values/animated/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/. */
//! Animated types for CSS values related to effects.
diff --git a/components/style/values/animated/font.rs b/components/style/values/animated/font.rs
index f732776cf1a..ec2d5854904 100644
--- a/components/style/values/animated/font.rs
+++ b/components/style/values/animated/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/. */
//! Animation implementation for various font-related types.
diff --git a/components/style/values/animated/length.rs b/components/style/values/animated/length.rs
index 25cb7855f13..e303d2fcfce 100644
--- a/components/style/values/animated/length.rs
+++ b/components/style/values/animated/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/. */
//! Animation implementation for various length-related types.
diff --git a/components/style/values/animated/mod.rs b/components/style/values/animated/mod.rs
index 446e3618e08..1adc3459970 100644
--- a/components/style/values/animated/mod.rs
+++ b/components/style/values/animated/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/. */
//! Animated values.
//!
diff --git a/components/style/values/animated/svg.rs b/components/style/values/animated/svg.rs
index b01f35e7cb3..1d8be90fb6e 100644
--- a/components/style/values/animated/svg.rs
+++ b/components/style/values/animated/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/. */
//! Animation implementations for various SVG-related types.