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