diff --git a/src/_includes/brand-license.html b/src/_includes/brand-license.html
new file mode 100644
index 000000000..07dea295a
--- /dev/null
+++ b/src/_includes/brand-license.html
@@ -0,0 +1,4 @@
+
+ - All brand icons are trademarks of their respective owners.
+ - The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
+
diff --git a/src/_includes/icons/brand.html b/src/_includes/icons/brand.html
index b5e020f90..feb6032e8 100644
--- a/src/_includes/icons/brand.html
+++ b/src/_includes/icons/brand.html
@@ -1,6 +1,10 @@
+
+ {% include brand-license.html %}
+
+
{% assign icons_brand = icons | expand_aliases | category:"Brand Icons" | sort_by:'class' %}
@@ -8,5 +12,4 @@
{% endfor %}
-
diff --git a/src/_includes/license.html b/src/_includes/license.html
index d8fcafa87..8b2948095 100644
--- a/src/_includes/license.html
+++ b/src/_includes/license.html
@@ -53,8 +53,5 @@
-
- - All brand icons are trademarks of their respective owners.
- - The use of these trademarks does not indicate endorsement of the trademark holder by Font Awesome, nor vice versa.
-
+ {% include brand-license.html %}
diff --git a/src/assets/font-awesome/font/FontAwesome.otf b/src/assets/font-awesome/font/FontAwesome.otf
index 03a2c3093..cbb25f7a3 100644
Binary files a/src/assets/font-awesome/font/FontAwesome.otf and b/src/assets/font-awesome/font/FontAwesome.otf differ
diff --git a/src/assets/font-awesome/less/core.less b/src/assets/font-awesome/less/core.less
index 1ef7e2235..e4be78cd0 100644
--- a/src/assets/font-awesome/less/core.less
+++ b/src/assets/font-awesome/less/core.less
@@ -10,6 +10,7 @@
[class*=" icon-"]:before {
text-decoration: inherit;
display: inline-block;
+ cursor: default;
speak: none;
}