annotate docs/WAC2016/waccopyright.sty @ 767:d7f2912bf487

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