nicholas@813: %% nicholas@813: %% This is file `acmcopyright.sty', nicholas@813: %% generated with the docstrip utility. nicholas@813: %% nicholas@813: %% The original source files were: nicholas@813: %% nicholas@813: %% acmcopyright.dtx (with options: `style') nicholas@813: %% nicholas@813: %% IMPORTANT NOTICE: nicholas@813: %% nicholas@813: %% For the copyright see the source file. nicholas@813: %% nicholas@813: %% Any modified versions of this file must be renamed nicholas@813: %% with new filenames distinct from acmcopyright.sty. nicholas@813: %% nicholas@813: %% For distribution of the original source see the terms nicholas@813: %% for copying and modification in the file acmcopyright.dtx. nicholas@813: %% nicholas@813: %% This generated file may be distributed as long as the nicholas@813: %% original source files, as listed above, are part of the nicholas@813: %% same distribution. (The sources need not necessarily be nicholas@813: %% in the same archive or directory.) nicholas@813: %% \CharacterTable nicholas@813: %% {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 nicholas@813: %% 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 nicholas@813: %% Digits \0\1\2\3\4\5\6\7\8\9 nicholas@813: %% Exclamation \! Double quote \" Hash (number) \# nicholas@813: %% Dollar \$ Percent \% Ampersand \& nicholas@813: %% Acute accent \' Left paren \( Right paren \) nicholas@813: %% Asterisk \* Plus \+ Comma \, nicholas@813: %% Minus \- Point \. Solidus \/ nicholas@813: %% Colon \: Semicolon \; Less than \< nicholas@813: %% Equals \= Greater than \> Question mark \? nicholas@813: %% Commercial at \@ Left bracket \[ Backslash \\ nicholas@813: %% Right bracket \] Circumflex \^ Underscore \_ nicholas@813: %% Grave accent \` Left brace \{ Vertical bar \| nicholas@813: %% Right brace \} Tilde \~} nicholas@813: \NeedsTeXFormat{LaTeX2e} nicholas@813: \ProvidesPackage{waccopyright} nicholas@813: [2014/06/29 v1.2 Copyright statemens for ACM classes] nicholas@813: \newif\if@printcopyright nicholas@813: \@printcopyrighttrue nicholas@813: \newif\if@printpermission nicholas@813: \@printpermissiontrue nicholas@813: \newif\if@acmowned nicholas@813: \@acmownedtrue nicholas@813: \RequirePackage{xkeyval} nicholas@813: \define@choicekey*{ACM@}{acmcopyrightmode}[% nicholas@813: \acm@copyrightinput\acm@copyrightmode]{none,acmcopyright,acmlicensed,% nicholas@813: rightsretained,usgov,usgovmixed,cagov,cagovmixed,% nicholas@813: licensedusgovmixed,licensedcagovmixed,othergov,licensedothergov,waclicense}{% nicholas@813: \@printpermissiontrue nicholas@813: \@printcopyrighttrue nicholas@813: \@acmownedtrue nicholas@813: \ifnum\acm@copyrightmode=0\relax % none nicholas@813: \@printpermissionfalse nicholas@813: \@printcopyrightfalse nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=2\relax % acmlicensed nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=3\relax % rightsretained nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=4\relax % usgov nicholas@813: \@printpermissiontrue nicholas@813: \@printcopyrightfalse nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=6\relax % cagov nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=8\relax % licensedusgovmixed nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=9\relax % licensedcagovmixed nicholas@813: \@acmownedfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=10\relax % othergov nicholas@813: \@acmownedtrue nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=11\relax % licensedothergov nicholas@813: \@acmownedfalse nicholas@813: \@printcopyrightfalse nicholas@813: \fi nicholas@813: \ifnum\acm@copyrightmode=12\relax % waclicense nicholas@813: \@acmownedfalse nicholas@813: \fi} nicholas@813: \def\setcopyright#1{\setkeys{ACM@}{acmcopyrightmode=#1}} nicholas@813: \setcopyright{acmcopyright} nicholas@813: \def\@copyrightowner{% nicholas@813: \ifcase\acm@copyrightmode\relax % none nicholas@813: \or % acmcopyright nicholas@813: ACM. nicholas@813: \or % acmlicensed nicholas@813: Copyright held by the owner/author(s). Publication rights licensed to nicholas@813: ACM. nicholas@813: \or % rightsretained nicholas@813: Copyright held by the owner/author(s). nicholas@813: \or % usgov nicholas@813: \or % usgovmixed nicholas@813: ACM. nicholas@813: \or % cagov nicholas@813: Crown in Right of Canada. nicholas@813: \or %cagovmixed nicholas@813: ACM. nicholas@813: \or %licensedusgovmixed nicholas@813: Copyright held by the owner/author(s). Publication rights licensed to nicholas@813: ACM. nicholas@813: \or %licensedcagovmixed nicholas@813: Copyright held by the owner/author(s). Publication rights licensed to nicholas@813: ACM. nicholas@813: \or % othergov nicholas@813: ACM. nicholas@813: \or % licensedothergov nicholas@813: \or % waclicense nicholas@813: Copyright held by the owner/author(s). nicholas@813: \fi} nicholas@813: \def\@copyrightpermission{% nicholas@813: \ifcase\acm@copyrightmode\relax % none nicholas@813: \or % acmcopyright nicholas@813: Permission to make digital or hard copies of all or part of this nicholas@813: work for personal or classroom use is granted without fee provided nicholas@813: that copies are not made or distributed for profit or commercial nicholas@813: advantage and that copies bear this notice and the full citation on nicholas@813: the first page. Copyrights for components of this work owned by nicholas@813: others than ACM must be honored. Abstracting with credit is nicholas@813: permitted. To copy otherwise, or republish, to post on servers or to nicholas@813: redistribute to lists, requires prior specific permission nicholas@813: and\hspace*{.5pt}/or a fee. Request permissions from nicholas@813: permissions@acm.org. nicholas@813: \or % acmlicensed nicholas@813: Permission to make digital or hard copies of all or part of this nicholas@813: work for personal or classroom use is granted without fee provided nicholas@813: that copies are not made or distributed for profit or commercial nicholas@813: advantage and that copies bear this notice and the full citation on nicholas@813: the first page. Copyrights for components of this work owned by nicholas@813: others than the author(s) must be honored. Abstracting with credit nicholas@813: is permitted. To copy otherwise, or republish, to post on servers nicholas@813: or to redistribute to lists, requires prior specific permission nicholas@813: and\hspace*{.5pt}/or a fee. Request permissions from nicholas@813: permissions@acm.org. nicholas@813: \or % rightsretained nicholas@813: Permission to make digital or hard copies of part or all of this work nicholas@813: for personal or classroom use is granted without fee provided that nicholas@813: copies are not made or distributed for profit or commercial advantage nicholas@813: and that copies bear this notice and the full citation on the first nicholas@813: page. Copyrights for third-party components of this work must be nicholas@813: honored. For all other uses, contact the nicholas@813: owner\hspace*{.5pt}/author(s). nicholas@813: \or % usgov nicholas@813: This paper is authored by an employee(s) of the United States nicholas@813: Government and is in the public domain. Non-exclusive copying or nicholas@813: redistribution is allowed, provided that the article citation is nicholas@813: given and the authors and agency are clearly identified as its nicholas@813: source. nicholas@813: \or % usgovmixed nicholas@813: ACM acknowledges that this contribution was authored or co-authored nicholas@813: by an employee, or contractor of the national government. As such, nicholas@813: the Government retains a nonexclusive, royalty-free right to nicholas@813: publish or reproduce this article, or to allow others to do so, for nicholas@813: Government purposes only. Permission to make digital or hard copies nicholas@813: for personal or classroom use is granted. Copies must bear this nicholas@813: notice and the full citation on the first page. Copyrights for nicholas@813: components of this work owned by others than ACM must be nicholas@813: honored. To copy otherwise, distribute, republish, or post, nicholas@813: requires prior specific permission and\hspace*{.5pt}/or a nicholas@813: fee. Request permissions from permissions@acm.org. nicholas@813: \or % cagov nicholas@813: This article was authored by employees of the Government of Canada. nicholas@813: As such, the Canadian government retains all interest in the nicholas@813: copyright to this work and grants to ACM a nonexclusive, nicholas@813: royalty-free right to publish or reproduce this article, or to allow nicholas@813: others to do so, provided that clear attribution is given both to nicholas@813: the authors and the Canadian government agency employing them. nicholas@813: Permission to make digital or hard copies for personal or classroom nicholas@813: use is granted. Copies must bear this notice and the full citation nicholas@813: on the first page. Copyrights for components of this work owned by nicholas@813: others than the Canadain Government must be honored. To copy nicholas@813: otherwise, distribute, republish, or post, requires prior specific nicholas@813: permission and\hspace*{.5pt}/or a fee. Request permissions from nicholas@813: permissions@acm.org. nicholas@813: \or % cagovmixed nicholas@813: ACM acknowledges that this contribution was co-authored by an nicholas@813: affiliate of the national government of Canada. As such, the Crown nicholas@813: in Right of Canada retains an equal interest in the copyright. nicholas@813: Reprints must include clear attribution to ACM and the author's nicholas@813: government agency affiliation. Permission to make digital or hard nicholas@813: copies for personal or classroom use is granted. Copies must bear nicholas@813: this notice and the full citation on the first page. Copyrights for nicholas@813: components of this work owned by others than ACM must be honored. nicholas@813: To copy otherwise, distribute, republish, or post, requires prior nicholas@813: specific permission and\hspace*{.5pt}/or a fee. Request permissions nicholas@813: from permissions@acm.org. nicholas@813: \or % licensedusgovmixed nicholas@813: Publication rights licensed to ACM. ACM acknowledges that this nicholas@813: contribution was authored or co-authored by an employee, contractor nicholas@813: or affiliate of the United States government. As such, the nicholas@813: Government retains a nonexclusive, royalty-free right to publish or nicholas@813: reproduce this article, or to allow others to do so, for Government nicholas@813: purposes only. nicholas@813: \or % licensedcagovmixed nicholas@813: Publication rights licensed to ACM. ACM acknowledges that this nicholas@813: contribution was authored or co-authored by an employee, contractor nicholas@813: or affiliate of the national government of Canada. As such, the nicholas@813: Government retains a nonexclusive, royalty-free right to publish or nicholas@813: reproduce this article, or to allow others to do so, for Government nicholas@813: purposes only. nicholas@813: \or % othergov nicholas@813: ACM acknowledges that this contribution was authored or co-authored nicholas@813: by an employee, contractor or affiliate of a national government. As nicholas@813: such, the Government retains a nonexclusive, royalty-free right to nicholas@813: publish or reproduce this article, or to allow others to do so, for nicholas@813: Government purposes only. nicholas@813: \or % licensedothergov nicholas@813: Publication rights licensed to ACM. ACM acknowledges that this nicholas@813: contribution was authored or co-authored by an employee, contractor nicholas@813: or affiliate of a national government. As such, the Government nicholas@813: retains a nonexclusive, royalty-free right to publish or reproduce nicholas@813: this article, or to allow others to do so, for Government purposes nicholas@813: only. nicholas@813: \or % waclicense nicholas@813: \includegraphics[scale=.39]{cc}\\ Licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0). Attribution: owner/author(s). nicholas@813: \fi} nicholas@813: \endinput nicholas@813: %% nicholas@813: %% End of file `acmcopyright.sty'.