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