diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-05 08:26:41 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-04-05 08:26:41 +0000 |
| commit | e1461e7a94b2331589437dceb691c2a65d2e0daf (patch) | |
| tree | 3f0fc46752f77092afdaad4174ebf5a4a6c3966d /docutils | |
| parent | c7c7bcc4c08427398bdf9ca6ed2904b468ff7b81 (diff) | |
| download | docutils-e1461e7a94b2331589437dceb691c2a65d2e0daf.tar.gz | |
replace unicode copyright by ``(c)``.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8666 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/HISTORY.txt | 4 | ||||
| -rw-r--r-- | docutils/docutils/writers/latex2e/docutils.sty | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/docutils/HISTORY.txt b/docutils/HISTORY.txt index dad7ba447..5f43669f1 100644 --- a/docutils/HISTORY.txt +++ b/docutils/HISTORY.txt @@ -17,6 +17,10 @@ Changes Since 0.17 ================== +* latex docutils.sty + + - replace unicode copyright by ``(c)``. + * manpage writer - Apply patch #160: move macro defs above .TH (thanks Willie and sorry for the delay). diff --git a/docutils/docutils/writers/latex2e/docutils.sty b/docutils/docutils/writers/latex2e/docutils.sty index be8711e32..2eee2382b 100644 --- a/docutils/docutils/writers/latex2e/docutils.sty +++ b/docutils/docutils/writers/latex2e/docutils.sty @@ -1,6 +1,6 @@ %% docutils.sty: macros for Docutils LaTeX output. %% -%% Copyright © 2020 Günter Milde +%% Copyright (c) 2020 Günter Milde %% Released under the terms of the `2-Clause BSD license`, in short: %% %% Copying and distribution of this file, with or without modification, |
