annotate docs/WAC2016/waccopyright.sty @ 1213:69394f0fd142

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