diff options
author | Karl Berry <karl@freefriends.org> | 2015-06-24 21:31:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-06-24 21:31:41 +0000 |
commit | 19c2f5408d14c02a9e40275fa0a918e2092aed21 (patch) | |
tree | 68ade80c06b7f0ae011d2cea92bf62adebb92aee | |
parent | d696faf01fa714bd53d89be9277e6d743763a09a (diff) |
cybercic (24jun15)
git-svn-id: svn://tug.org/texlive/trunk@37659 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/cybercic/LICENSE | 22 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/cybercic/cybercic.pdf | bin | 189764 -> 189663 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/cybercic/cybercic.dtx | 7 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/cybercic/cybercic.sty | 2 |
4 files changed, 27 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/cybercic/LICENSE b/Master/texmf-dist/doc/latex/cybercic/LICENSE new file mode 100644 index 00000000000..d8e77cab59a --- /dev/null +++ b/Master/texmf-dist/doc/latex/cybercic/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2015 jared jennings + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + diff --git a/Master/texmf-dist/doc/latex/cybercic/cybercic.pdf b/Master/texmf-dist/doc/latex/cybercic/cybercic.pdf Binary files differindex ac01f80ca7c..8a05d1d4742 100644 --- a/Master/texmf-dist/doc/latex/cybercic/cybercic.pdf +++ b/Master/texmf-dist/doc/latex/cybercic/cybercic.pdf diff --git a/Master/texmf-dist/source/latex/cybercic/cybercic.dtx b/Master/texmf-dist/source/latex/cybercic/cybercic.dtx index b1d277d094f..dc0976187e6 100644 --- a/Master/texmf-dist/source/latex/cybercic/cybercic.dtx +++ b/Master/texmf-dist/source/latex/cybercic/cybercic.dtx @@ -24,12 +24,12 @@ % % ^^A We cannot \usepackage{cybercic}, because it is a horrible hack. % ^^A Therefore we do not get \filedate and \fileversion for free. -% \def\filedate{2015/03/21} -% \def\fileversion{v2.0} +% \def\filedate{2015/06/24} +% \def\fileversion{v2.1} % \iffalse %<package>\NeedsTeXFormat{LaTeX2e} %<package>\ProvidesPackage{cybercic} -%<package> [2015/03/21 Bumped version to match cyber] +%<package> [2015/06/24 Fixed packaging issues] % %<*driver> \documentclass{ltxdoc} @@ -81,6 +81,7 @@ % \changes{v1.2}{2012/12/17}{Renamed skiacic to iacic} % \changes{v1.3}{2015/03/11}{Renamed iacic to cybercic; changes for suitability on CTAN} % \changes{v2.0}{2015/03/21}{Bumped version to match \textsf{cyber}} +% \changes{v2.1}{2015/06/24}{Fixed packaging issues} % % \title{The \textsf{cybercic} package\thanks{This document corresponds to % \textsf{cybercic}~\fileversion, dated~\filedate.}} diff --git a/Master/texmf-dist/tex/latex/cybercic/cybercic.sty b/Master/texmf-dist/tex/latex/cybercic/cybercic.sty index b1426dc1a80..3435f12bc46 100644 --- a/Master/texmf-dist/tex/latex/cybercic/cybercic.sty +++ b/Master/texmf-dist/tex/latex/cybercic/cybercic.sty @@ -26,7 +26,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{cybercic} - [2015/03/21 Bumped version to match cyber] + [2015/06/24 Fixed packaging issues] \makeatletter \newif\ifCybercontrolsincontentsenabled \Cybercontrolsincontentsenabledtrue |