annotate docs/WAC2016/waccopyright.sty @ 1481:8be2d08fbe15

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