diff options
Diffstat (limited to 'fontawesome.sty')
-rw-r--r-- | fontawesome.sty | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fontawesome.sty b/fontawesome.sty index 77aa991..9b44f56 100644 --- a/fontawesome.sty +++ b/fontawesome.sty @@ -1,5 +1,8 @@ %% Copyright 2015-2016 Claud D. Park <posquit0.bj@gmail.com> %% It is based on furl's latex-fontawesome project. +%% +%% License: LPPL v1.3c (http://www.latex-project.org/lppl) +%% % Identify this package. \NeedsTeXFormat{LaTeX2e} @@ -784,4 +787,4 @@ \expandafter\def\csname faicon@youtube\endcsname {\symbol{"F167}} \def\faYoutube {{\FA\csname faicon@youtube\endcsname}} \expandafter\def\csname faicon@youtube-play\endcsname {\symbol{"F16A}} \def\faYoutubePlay {{\FA\csname faicon@youtube-play\endcsname}} \expandafter\def\csname faicon@youtube-square\endcsname {\symbol{"F166}} \def\faYoutubeSquare {{\FA\csname faicon@youtube-square\endcsname}} -\endinput
\ No newline at end of file +\endinput |