Skip to content

Commit

Permalink
Creative commons license is now allowed in all materials
Browse files Browse the repository at this point in the history
  • Loading branch information
borisveytsman committed Aug 26, 2024
1 parent 12add0d commit d05cf96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 34 deletions.
1 change: 1 addition & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The production version is the one on CTAN and ACM sites.
Changes

Version 2.09. Experimental tagging code is now in the main branch.
Creative Commons license is now allowed for all materials.

Version 2.08. Section titles are in lowercase now.
Documentation updates.
Expand Down
39 changes: 6 additions & 33 deletions acmart.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -998,13 +998,7 @@
% by IW3C2, when some authors are approved Google employees.\\
% \texttt{cc} & Creative Commons license. If this key is set,
% \textsl{doclicense} images are used to typeset the license. See
% also \cs{setcctype} command. Note that at present this license
% can be used only either for \texttt{acmengage} format, or for
% \texttt{nonacm} publications, or for the authors that meet any
% of the following requirements: (a)~part of the ACM Open Program;
% (b)~publishing in a Gold Open Access publication;
% (c)~paying the Open Access APC;
% (d)~part of the Google publishing agreement.\\
% also \cs{setcctype} command. \\
% \texttt{acmcopyright} & The authors transfer the copyright to the
% ACM. This choice is no longer available for the
% non-commissioned authors and will trigger a warning.\\
Expand Down Expand Up @@ -2251,7 +2245,7 @@
% At present this work is highly experimental. You may try the
% experiments by (1)~using the class |acmart-tagged| in the document
% class line, and (2)~adding the command
% \cs{DocumentMetadata}\marg{options} in the preamble, see the file
% \cs{DocumentMetadata}\oarg{options} in the preamble, see the file
% \path{sample-acmsmall-tagged.tex}. If you do this, please \emph{do
% not ask ACM for support}. On the other hand, bug reports at
% \url{https://github.com/borisveytsman/acmart/issues} will be
Expand Down Expand Up @@ -6042,29 +6036,9 @@
%
% \begin{macro}{\@ACM@copyright@check@cc}
% \changes{v1.87}{2022/07/30}{Added macro}
% At present cC licenses can be used only for acmengage format or for
% non-acm stuff. This macro checks whether the CC license is
% applicable and generates an error if not.
% \changes{v2.00}{2023/10/22}{Moved to warning}
% \begin{macrocode}
\def\@ACM@copyright@check@cc{%
\if@ACM@nonacm
\ClassInfo{\@classname}{Using CC license with a non-acm
material}%
\else
\if@ACM@engage
\ClassInfo{\@classname}{Using CC license with ACM Enage
material}%
\else
\ClassWarning{\@classname}{%
Sorry, Creative Commons licenses are\MessageBreak
currently not used with ACM publications\MessageBreak
typeset by the authors}{Please use nonacm
option or ACM Engage class to enable CC licenses}%
\fi
\fi}
% \end{macrocode}
%
% \changes{v2.09}{2024/08/25}{Deleted macro}
% This macro is no longer needed due to the change in ACM policy.
% \end{macro}
%
% \begin{macro}{\@copyrightpermission}
Expand All @@ -6075,8 +6049,8 @@
% \changes{v1.85}{2022/05/08}{Added CC licenses}
% \changes{v1.87}{2022/07/30}{CC licenses now are allowed only for
% non-acm or ACM engage publications}
% \changes{v2.00}{2023/10/24}{Rewrote wording}
% \changes{v2.00}{2023/10/24}{Rewrote wording}
% \changes{v2.09}{2024/08/25}{Deleted checking whether CC licenses are
% allowed}
% The canned permission block.
% \begin{macrocode}
\def\@copyrightpermission{%
Expand Down Expand Up @@ -6207,7 +6181,6 @@
disseminate the work on their personal and corporate Web sites with
the appropriate attribution.
\or % CC
\@ACM@copyright@check@cc
\IfEq{\ACM@cc@type}{zero}{%
\def\ACM@CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
\edef\ACM@CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
Expand Down
1 change: 0 additions & 1 deletion samples/samples.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@
\copyrightyear{2018}
\acmYear{2018}
\acmDOI{XXXXXXX.XXXXXXX}

%</all>
%<*proceedings>
%% These commands are for a PROCEEDINGS abstract or paper.
Expand Down

0 comments on commit d05cf96

Please sign in to comment.