Skip to content

Commit dd7480e

Browse files
committed
More changes to update license in manuals
1 parent fb4478c commit dd7480e

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ CMakeSettings.json
2222
/docs/manual/.quarto
2323
/docs/search.json
2424
/docs/technical-overview_files/figure-pdf
25+
/docs/images/cover.png
26+
/docs/manual

docs/manual/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.quarto/

docs/manual/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (!webshot::is_phantomjs_installed())
1616

1717
This book is the guide to using the *TinyExpr++* library, a C++ formula parsing and evaluation system.
1818

19-
![](manual/images/by-sa.png)
19+
![](manual/images/by-sa.png){width=20%}
2020

2121
This book is licensed under the [Creative Commons Attribution-Sharealike 4.0 International License](https://creativecommons.org/licenses/by-sa/4.0/).
2222
:::

docs/manual/latex/creative-commons.tex

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
\vspace{0.4cm}
2525

2626
% Write the specific license name
27-
This book is distributed under a Creative Commons Attribution-NonCommercial-Sharealike 4.0 License. \par
27+
This book is distributed under a Creative Commons Attribution-Sharealike 4.0 License. \par
2828

2929
% Add a vertical space
3030
\vspace{0.4cm}
3131

3232
% Write the Creative Commons Icons
33-
\ccbyncsa
33+
\ccbysa
3434

3535
% Stop centering everything
3636
\end{center}
@@ -43,7 +43,7 @@
4343
\setlength{\itemsep}{0pt}
4444
\setlength{\parskip}{0pt}
4545
\setlength{\parsep}{0pt}
46-
\item \textbf{To Share} -- copy and redistribute the material in any medium or format.
46+
\item \textbf{To Share} -- copy and redistribute the material in any medium or format.
4747
\item \textbf{To Adapt} -- remix, transform, and build upon the material.
4848
\end{itemize}
4949
The licensor cannot revoke these freedoms as long as you follow the license terms: \par
@@ -52,7 +52,6 @@
5252
\setlength{\parskip}{0pt}
5353
\setlength{\parsep}{0pt}
5454
\item \textbf{Attribution} -- You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use. \par
55-
\item \textbf{NonCommercial} -- You may not use the material for commercial purposes. \par
5655
\item \textbf{Share Alike} -- If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original. \par
5756
\end{itemize}
5857
\textbf{No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.}

0 commit comments

Comments
 (0)