From 7f8dea1c396b9e7c421fc3038b81371e033b1652 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 23 Feb 2010 09:02:53 -0500 Subject: [PATCH] Make CC specific to CC-by-sa v3.0 --- drexel-thesis.dtx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/drexel-thesis.dtx b/drexel-thesis.dtx index 2cce1b6..7f7869e 100644 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@ -324,11 +324,12 @@ % See the Manual 3.2 p9. % % \begin{command} -% `\cs{copyrighttextCC}' +% `\cs{copyrighttextCCBYSA}' % \end{command} % There are a number of predefined copyright messages for ease of use \\ % \begin{tabular}{l l} -% |\copyrighttextCC| & Creative Commons copyright \\ +% |\copyrighttextCCBYSA| & +% Creative Commons Attribution-ShareAlike License Version 3.0.\\ % \end{tabular} % % \begin{command} @@ -1579,13 +1580,14 @@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\copyrighttextCC} -% The Creative Commons license. +% \begin{macro}{\copyrighttextCCBYSA} +% The Creative Commons Attribution-ShareAlike License. % \begin{macrocode} -\newcommand\copyrighttextCC{ +\newcommand\copyrighttextCCBYSA{ \begin{quote} This work is licensed under the terms of the Creative Commons - Attribution-ShareAlike license. The license is available at \\ + Attribution-ShareAlike license Version 3.0. The license is + available at \\ \url{http://creativecommons.org/licenses/by-sa/3.0/}. \end{quote} } @@ -2730,7 +2732,7 @@ \advisor{Collis Potter Huntington, R.R.D.} \advisor{Advisor 2, Ph.D.} \advisor{Advisor 3, Ph.D.} -\copyrighttext{\copyrighttextCC} +\copyrighttext{\copyrighttextCCBYSA} \usepackage[super,sort&compress]{natbib} % fancy citation extensions \bibliographystyle{unsrtnat} -- 2.26.2