annotate docs/WAC2016/waccopyright.sty @ 3141:335bc77627e0 tip

fixing discrete interface to allow labels to display
author Dave Moffat <me@davemoffat.com>
date Mon, 26 Jul 2021 12:15:24 +0100
parents 686f1fb84d7c
children
rev   line source
me@1936 1 %%
me@1936 2 %% This is file `acmcopyright.sty',
me@1936 3 %% generated with the docstrip utility.
me@1936 4 %%
me@1936 5 %% The original source files were:
me@1936 6 %%
me@1936 7 %% acmcopyright.dtx (with options: `style')
me@1936 8 %%
me@1936 9 %% IMPORTANT NOTICE:
me@1936 10 %%
me@1936 11 %% For the copyright see the source file.
me@1936 12 %%
me@1936 13 %% Any modified versions of this file must be renamed
me@1936 14 %% with new filenames distinct from acmcopyright.sty.
me@1936 15 %%
me@1936 16 %% For distribution of the original source see the terms
me@1936 17 %% for copying and modification in the file acmcopyright.dtx.
me@1936 18 %%
me@1936 19 %% This generated file may be distributed as long as the
me@1936 20 %% original source files, as listed above, are part of the
me@1936 21 %% same distribution. (The sources need not necessarily be
me@1936 22 %% in the same archive or directory.)
me@1936 23 %% \CharacterTable
me@1936 24 %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
me@1936 25 %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
me@1936 26 %% Digits \0\1\2\3\4\5\6\7\8\9
me@1936 27 %% Exclamation \! Double quote \" Hash (number) \#
me@1936 28 %% Dollar \$ Percent \% Ampersand \&
me@1936 29 %% Acute accent \' Left paren \( Right paren \)
me@1936 30 %% Asterisk \* Plus \+ Comma \,
me@1936 31 %% Minus \- Point \. Solidus \/
me@1936 32 %% Colon \: Semicolon \; Less than \<
me@1936 33 %% Equals \= Greater than \> Question mark \?
me@1936 34 %% Commercial at \@ Left bracket \[ Backslash \\
me@1936 35 %% Right bracket \] Circumflex \^ Underscore \_
me@1936 36 %% Grave accent \` Left brace \{ Vertical bar \|
me@1936 37 %% Right brace \} Tilde \~}
me@1936 38 \NeedsTeXFormat{LaTeX2e}
me@1936 39 \ProvidesPackage{waccopyright}
nickjillings@1939 40 [2014/06/29 v1.2 Copyright statements for ACM classes]
me@1936 41 \newif\if@printcopyright
me@1936 42 \@printcopyrighttrue
me@1936 43 \newif\if@printpermission
me@1936 44 \@printpermissiontrue
me@1936 45 \newif\if@acmowned
me@1936 46 \@acmownedtrue
me@1936 47 \RequirePackage{xkeyval}
me@1936 48 \define@choicekey*{ACM@}{acmcopyrightmode}[%
me@1936 49 \acm@copyrightinput\acm@copyrightmode]{none,acmcopyright,acmlicensed,%
me@1936 50 rightsretained,usgov,usgovmixed,cagov,cagovmixed,%
me@1936 51 licensedusgovmixed,licensedcagovmixed,othergov,licensedothergov,waclicense}{%
me@1936 52 \@printpermissiontrue
me@1936 53 \@printcopyrighttrue
me@1936 54 \@acmownedtrue
me@1936 55 \ifnum\acm@copyrightmode=0\relax % none
me@1936 56 \@printpermissionfalse
me@1936 57 \@printcopyrightfalse
me@1936 58 \@acmownedfalse
me@1936 59 \fi
me@1936 60 \ifnum\acm@copyrightmode=2\relax % acmlicensed
me@1936 61 \@acmownedfalse
me@1936 62 \fi
me@1936 63 \ifnum\acm@copyrightmode=3\relax % rightsretained
me@1936 64 \@acmownedfalse
me@1936 65 \fi
me@1936 66 \ifnum\acm@copyrightmode=4\relax % usgov
me@1936 67 \@printpermissiontrue
me@1936 68 \@printcopyrightfalse
me@1936 69 \@acmownedfalse
me@1936 70 \fi
me@1936 71 \ifnum\acm@copyrightmode=6\relax % cagov
me@1936 72 \@acmownedfalse
me@1936 73 \fi
me@1936 74 \ifnum\acm@copyrightmode=8\relax % licensedusgovmixed
me@1936 75 \@acmownedfalse
me@1936 76 \fi
me@1936 77 \ifnum\acm@copyrightmode=9\relax % licensedcagovmixed
me@1936 78 \@acmownedfalse
me@1936 79 \fi
me@1936 80 \ifnum\acm@copyrightmode=10\relax % othergov
me@1936 81 \@acmownedtrue
me@1936 82 \fi
me@1936 83 \ifnum\acm@copyrightmode=11\relax % licensedothergov
me@1936 84 \@acmownedfalse
me@1936 85 \@printcopyrightfalse
me@1936 86 \fi
me@1936 87 \ifnum\acm@copyrightmode=12\relax % waclicense
me@1936 88 \@acmownedfalse
me@1936 89 \fi}
me@1936 90 \def\setcopyright#1{\setkeys{ACM@}{acmcopyrightmode=#1}}
me@1936 91 \setcopyright{acmcopyright}
me@1936 92 \def\@copyrightowner{%
me@1936 93 \ifcase\acm@copyrightmode\relax % none
me@1936 94 \or % acmcopyright
me@1936 95 ACM.
me@1936 96 \or % acmlicensed
me@1936 97 Copyright held by the owner/author(s). Publication rights licensed to
me@1936 98 ACM.
me@1936 99 \or % rightsretained
me@1936 100 Copyright held by the owner/author(s).
me@1936 101 \or % usgov
me@1936 102 \or % usgovmixed
me@1936 103 ACM.
me@1936 104 \or % cagov
me@1936 105 Crown in Right of Canada.
me@1936 106 \or %cagovmixed
me@1936 107 ACM.
me@1936 108 \or %licensedusgovmixed
me@1936 109 Copyright held by the owner/author(s). Publication rights licensed to
me@1936 110 ACM.
me@1936 111 \or %licensedcagovmixed
me@1936 112 Copyright held by the owner/author(s). Publication rights licensed to
me@1936 113 ACM.
me@1936 114 \or % othergov
me@1936 115 ACM.
me@1936 116 \or % licensedothergov
me@1936 117 \or % waclicense
me@1936 118 Copyright held by the owner/author(s).
me@1936 119 \fi}
me@1936 120 \def\@copyrightpermission{%
me@1936 121 \ifcase\acm@copyrightmode\relax % none
me@1936 122 \or % acmcopyright
me@1936 123 Permission to make digital or hard copies of all or part of this
me@1936 124 work for personal or classroom use is granted without fee provided
me@1936 125 that copies are not made or distributed for profit or commercial
me@1936 126 advantage and that copies bear this notice and the full citation on
me@1936 127 the first page. Copyrights for components of this work owned by
me@1936 128 others than ACM must be honored. Abstracting with credit is
me@1936 129 permitted. To copy otherwise, or republish, to post on servers or to
me@1936 130 redistribute to lists, requires prior specific permission
me@1936 131 and\hspace*{.5pt}/or a fee. Request permissions from
me@1936 132 permissions@acm.org.
me@1936 133 \or % acmlicensed
me@1936 134 Permission to make digital or hard copies of all or part of this
me@1936 135 work for personal or classroom use is granted without fee provided
me@1936 136 that copies are not made or distributed for profit or commercial
me@1936 137 advantage and that copies bear this notice and the full citation on
me@1936 138 the first page. Copyrights for components of this work owned by
me@1936 139 others than the author(s) must be honored. Abstracting with credit
me@1936 140 is permitted. To copy otherwise, or republish, to post on servers
me@1936 141 or to redistribute to lists, requires prior specific permission
me@1936 142 and\hspace*{.5pt}/or a fee. Request permissions from
me@1936 143 permissions@acm.org.
me@1936 144 \or % rightsretained
me@1936 145 Permission to make digital or hard copies of part or all of this work
me@1936 146 for personal or classroom use is granted without fee provided that
me@1936 147 copies are not made or distributed for profit or commercial advantage
me@1936 148 and that copies bear this notice and the full citation on the first
me@1936 149 page. Copyrights for third-party components of this work must be
me@1936 150 honored. For all other uses, contact the
me@1936 151 owner\hspace*{.5pt}/author(s).
me@1936 152 \or % usgov
me@1936 153 This paper is authored by an employee(s) of the United States
me@1936 154 Government and is in the public domain. Non-exclusive copying or
me@1936 155 redistribution is allowed, provided that the article citation is
me@1936 156 given and the authors and agency are clearly identified as its
me@1936 157 source.
me@1936 158 \or % usgovmixed
me@1936 159 ACM acknowledges that this contribution was authored or co-authored
me@1936 160 by an employee, or contractor of the national government. As such,
me@1936 161 the Government retains a nonexclusive, royalty-free right to
me@1936 162 publish or reproduce this article, or to allow others to do so, for
me@1936 163 Government purposes only. Permission to make digital or hard copies
me@1936 164 for personal or classroom use is granted. Copies must bear this
me@1936 165 notice and the full citation on the first page. Copyrights for
me@1936 166 components of this work owned by others than ACM must be
me@1936 167 honored. To copy otherwise, distribute, republish, or post,
me@1936 168 requires prior specific permission and\hspace*{.5pt}/or a
me@1936 169 fee. Request permissions from permissions@acm.org.
me@1936 170 \or % cagov
me@1936 171 This article was authored by employees of the Government of Canada.
me@1936 172 As such, the Canadian government retains all interest in the
me@1936 173 copyright to this work and grants to ACM a nonexclusive,
me@1936 174 royalty-free right to publish or reproduce this article, or to allow
me@1936 175 others to do so, provided that clear attribution is given both to
me@1936 176 the authors and the Canadian government agency employing them.
me@1936 177 Permission to make digital or hard copies for personal or classroom
me@1936 178 use is granted. Copies must bear this notice and the full citation
me@1936 179 on the first page. Copyrights for components of this work owned by
me@1936 180 others than the Canadain Government must be honored. To copy
me@1936 181 otherwise, distribute, republish, or post, requires prior specific
me@1936 182 permission and\hspace*{.5pt}/or a fee. Request permissions from
me@1936 183 permissions@acm.org.
me@1936 184 \or % cagovmixed
me@1936 185 ACM acknowledges that this contribution was co-authored by an
me@1936 186 affiliate of the national government of Canada. As such, the Crown
me@1936 187 in Right of Canada retains an equal interest in the copyright.
me@1936 188 Reprints must include clear attribution to ACM and the author's
me@1936 189 government agency affiliation. Permission to make digital or hard
me@1936 190 copies for personal or classroom use is granted. Copies must bear
me@1936 191 this notice and the full citation on the first page. Copyrights for
me@1936 192 components of this work owned by others than ACM must be honored.
me@1936 193 To copy otherwise, distribute, republish, or post, requires prior
me@1936 194 specific permission and\hspace*{.5pt}/or a fee. Request permissions
me@1936 195 from permissions@acm.org.
me@1936 196 \or % licensedusgovmixed
me@1936 197 Publication rights licensed to ACM. ACM acknowledges that this
me@1936 198 contribution was authored or co-authored by an employee, contractor
me@1936 199 or affiliate of the United States government. As such, the
me@1936 200 Government retains a nonexclusive, royalty-free right to publish or
me@1936 201 reproduce this article, or to allow others to do so, for Government
me@1936 202 purposes only.
me@1936 203 \or % licensedcagovmixed
me@1936 204 Publication rights licensed to ACM. ACM acknowledges that this
me@1936 205 contribution was authored or co-authored by an employee, contractor
me@1936 206 or affiliate of the national government of Canada. As such, the
me@1936 207 Government retains a nonexclusive, royalty-free right to publish or
me@1936 208 reproduce this article, or to allow others to do so, for Government
me@1936 209 purposes only.
me@1936 210 \or % othergov
me@1936 211 ACM acknowledges that this contribution was authored or co-authored
me@1936 212 by an employee, contractor or affiliate of a national government. As
me@1936 213 such, the Government retains a nonexclusive, royalty-free right to
me@1936 214 publish or reproduce this article, or to allow others to do so, for
me@1936 215 Government purposes only.
me@1936 216 \or % licensedothergov
me@1936 217 Publication rights licensed to ACM. ACM acknowledges that this
me@1936 218 contribution was authored or co-authored by an employee, contractor
me@1936 219 or affiliate of a national government. As such, the Government
me@1936 220 retains a nonexclusive, royalty-free right to publish or reproduce
me@1936 221 this article, or to allow others to do so, for Government purposes
me@1936 222 only.
me@1936 223 \or % waclicense
nickjillings@1939 224 \frame{\includegraphics[scale=.54]{cc}}\vspace{1mm}\vfill
nickjillings@1939 225 Licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). \textbf{Attribution}: owner/author(s).
me@1936 226 \fi}
me@1936 227 \endinput
me@1936 228 %%
me@1936 229 %% End of file `acmcopyright.sty'.