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