[tex-live] License problems

Dr. Werner Fink werner at suse.de
Wed May 4 12:22:31 CEST 2022


On 2022/05/02 13:35:36 +0200, Dr. Werner Fink wrote:
> Hi,
> 
> 
> in computational-complexity a macro
> 
>  \def\openchoicetext#1{\gdef\@octxt{\paragraph{Open Access.} #1}}%
>          \openchoicetext{This article is distributed under the terms of the
>           Creative Commons Attribution Noncommercial License which permits any
>           noncommercial use, distribution, and reproduction in any medium,
>           provided the original author(s) and source are credited.}%
> 
> is used in cc-cls-inline.tex and cc.cls

This looks like a false positiv as the license digger does not speak
TeX not LaTeX but the code is

 \newenvironment{acknowledge}{%
   \section*{\ccacknowledgementsname}%
   \addcontentsline{toc}{section}{\ccacknowledgementsname}%
 }{%
   \noacknowledge
 }
 \newcommand{\noacknowledge}{%
   \ifKV at ccsps@openaccess\if at ccack\else%
   \noindent{\small\@octxt\par}%
   \fi\fi%
   \global\@ccacktrue
 }%
 \def\@octxt{}%
 \def\openchoicetext#1{\gdef\@octxt{\paragraph{Open Access.} #1}}%
 \openchoicetext{This article is distributed under the terms of the
   Creative Commons Attribution Noncommercial License which permits any
   noncommercial use, distribution, and reproduction in any medium,
   provided the original author(s) and source are credited.}%

and the README of computational-complexity simply states LPPL as
license.  In other words, only the author can marks his/her article
with CC-by-NC-A by using the environment `acknowledge' and even
the author can overwrite the used text.

Werner

-- 
  "Having a smoking section in a restaurant is like having
          a peeing section in a swimming pool." -- Edward Burr
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 894 bytes
Desc: not available
URL: <https://tug.org/pipermail/tex-live/attachments/20220504/39140559/attachment.sig>


More information about the tex-live mailing list.