annotate docs/WAC2016/waccopyright.sty @ 1303:ade3acb0cee3

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