aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--resume.cls6
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2eb146..231c2db 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ by Alessandro Plasmati.
License
-------
-* The LaTeX class and style files are published under the
+* The LaTeX class `resume.cls` is distributed under the
[LaTeX Project Public License (LPPL) Version 1.3c](https://www.latex-project.org/lppl.txt).
+* The tool `make-fontawesome5.py` is distributed under the
+ [MIT License](https://opensource.org/licenses/MIT).
* All content files are published under the
[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).
diff --git a/resume.cls b/resume.cls
index 4a2b89d..dc84bb5 100644
--- a/resume.cls
+++ b/resume.cls
@@ -12,7 +12,7 @@
%% https://www.latextemplates.com/template/plasmati-graduate-cv
%%
-\ProvidesClass{resume}[2018/04/17 v2.1.0 Resume Class]
+\ProvidesClass{resume}[2018/04/17 v2.2.0 Resume Class]
\LoadClass{article}
%%
@@ -21,8 +21,7 @@
\DeclareOption{monochrome}{\def\@monochrome{true}}
\DeclareOption{zh}{\def\@zh{true}}
-
-\ProcessOptions
+\ProcessOptions\relax
%%
%% Packages
@@ -532,4 +531,5 @@
\end{minipage}%
}
+\endinput
%% EOF