From: W. Trevor King Date: Tue, 23 Feb 2010 14:02:56 +0000 (-0500) Subject: Make CC specific to CC-by-sa v3.0 X-Git-Tag: 0.4^0 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b9db9ac65b457278e30a63d02684a9638ee56758;p=drexel-thesis.git Make CC specific to CC-by-sa v3.0 --- b9db9ac65b457278e30a63d02684a9638ee56758 diff --cc drexel-thesis.dtx index 7f7869e,3a9bb1d..cdad709 --- a/drexel-thesis.dtx +++ b/drexel-thesis.dtx @@@ -1,8 -1,8 +1,8 @@@ --% \def\fileversion{0.3} --% \def\filedate{2010/01/13} ++% \def\fileversion{0.4} ++% \def\filedate{2010/02/23} % \iffalse meta-comment --%\def\fileversion{0.3} --%\def\filedate{2010/01/13} ++%\def\fileversion{0.4} ++%\def\filedate{2010/02/23} % % Copyright (C) 2010 C.Y. Ip % Christopher D. Cera @@@ -1580,14 -1695,13 +1696,17 @@@ % \end{macrocode} % \end{macro} % -% \begin{macro}{\copyrighttextCC} -% The Creative Commons license. +% \begin{macro}{\copyrighttextCCBYSA} +% The Creative Commons Attribution-ShareAlike License. ++% \changes{0.4}{2010/02/23}{W.~Trevor King renamed from ++% \\copyrighttextCC, and made specific to Creative Commons ++% Attribution-ShareAlike Version 3.0.} % \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} }