aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/web/css
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/web/css')
-rw-r--r--stdlib/source/library/lux/web/css/class.lux3
-rw-r--r--stdlib/source/library/lux/web/css/font.lux3
-rw-r--r--stdlib/source/library/lux/web/css/id.lux3
-rw-r--r--stdlib/source/library/lux/web/css/property.lux3
-rw-r--r--stdlib/source/library/lux/web/css/query.lux3
-rw-r--r--stdlib/source/library/lux/web/css/selector.lux3
-rw-r--r--stdlib/source/library/lux/web/css/style.lux3
-rw-r--r--stdlib/source/library/lux/web/css/value.lux3
8 files changed, 24 insertions, 0 deletions
diff --git a/stdlib/source/library/lux/web/css/class.lux b/stdlib/source/library/lux/web/css/class.lux
index 46e980a47..e6788d677 100644
--- a/stdlib/source/library/lux/web/css/class.lux
+++ b/stdlib/source/library/lux/web/css/class.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except)
diff --git a/stdlib/source/library/lux/web/css/font.lux b/stdlib/source/library/lux/web/css/font.lux
index f69a8f602..61494de3d 100644
--- a/stdlib/source/library/lux/web/css/font.lux
+++ b/stdlib/source/library/lux/web/css/font.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except #source)
diff --git a/stdlib/source/library/lux/web/css/id.lux b/stdlib/source/library/lux/web/css/id.lux
index fc93ec1bb..491064ca9 100644
--- a/stdlib/source/library/lux/web/css/id.lux
+++ b/stdlib/source/library/lux/web/css/id.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except)
diff --git a/stdlib/source/library/lux/web/css/property.lux b/stdlib/source/library/lux/web/css/property.lux
index 192f0395a..36bde2309 100644
--- a/stdlib/source/library/lux/web/css/property.lux
+++ b/stdlib/source/library/lux/web/css/property.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except All Location all left right)
diff --git a/stdlib/source/library/lux/web/css/query.lux b/stdlib/source/library/lux/web/css/query.lux
index de3defe3b..bfd1dc5c0 100644
--- a/stdlib/source/library/lux/web/css/query.lux
+++ b/stdlib/source/library/lux/web/css/query.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except and or not all only except)
diff --git a/stdlib/source/library/lux/web/css/selector.lux b/stdlib/source/library/lux/web/css/selector.lux
index 292e27300..a7c488081 100644
--- a/stdlib/source/library/lux/web/css/selector.lux
+++ b/stdlib/source/library/lux/web/css/selector.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except Label Tag or and for same? not)
diff --git a/stdlib/source/library/lux/web/css/style.lux b/stdlib/source/library/lux/web/css/style.lux
index d1bd1899d..68944331c 100644
--- a/stdlib/source/library/lux/web/css/style.lux
+++ b/stdlib/source/library/lux/web/css/style.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except with)
diff --git a/stdlib/source/library/lux/web/css/value.lux b/stdlib/source/library/lux/web/css/value.lux
index 31e19b316..19d80d994 100644
--- a/stdlib/source/library/lux/web/css/value.lux
+++ b/stdlib/source/library/lux/web/css/value.lux
@@ -1,3 +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 https://mozilla.org/MPL/2.0/.
+
(.require
[library
[lux (.except Label All Location and static false true all alias)