Skip to content

Instantly share code, notes, and snippets.

@gwixted
Last active August 29, 2015 13:57
Show Gist options
  • Save gwixted/9641353 to your computer and use it in GitHub Desktop.
Save gwixted/9641353 to your computer and use it in GitHub Desktop.
Terms of Use boilerplate with drupal variables
<?php
$site_name = variable_get('site_name');
?>
<p>
ATTENTION: PLEASE READ THIS STATEMENT CAREFULLY BEFORE USING <?php echo $site_name; ?> (THIS &quot;WEB SITE&quot;). YOUR USE OF THIS WEB SITE CONSTITUTES YOUR ACCEPTANCE OF THIS COPYRIGHT STATEMENT AND TERMS OF USE (COLLECTIVELY, &quot;TERMS OF USE&quot;). IF YOU DO NOT ACCEPT THESE TERMS OF USE, DO NOT USE THIS WEB SITE.
</p>
<p>
<?php echo $site_name; ?> reserves the right to modify these Terms of Use without notice and any modifications are effective when they are posted here. <?php echo $site_name; ?> may, at any time, in its discretion terminate your access to this Web site. Access to the Web site may be monitored by <?php echo $site_name; ?> If you are accessing this Web site as a representative of an organization, these Terms of Use bind both you inpidually and the organization and references to &quot;you&quot; and &quot;your&quot; shall be construed to apply to you inpidually and the organization.
</p>
<p>
While <?php echo $site_name; ?> maintains copyright protection in all materials, information and publications (collectively, &quot;Web site information&quot;) it places on this Web site, <?php echo $site_name; ?> consents to normal downloading, copying and distribution of the information for non-commercial purposes by you or within your organization only. In consideration of this consent, you agree that copies of the Web site information will retain all copyright and other proprietary notices and that you will not modify the Web site information in any way. Except where your use constitutes &quot;fair use&quot; under copyright law, you may not otherwise use, download, upload, copy, print, display, perform, reproduce, publish, or distribute any Web site information, in whole or in part, without the prior written consent of <?php echo $site_name; ?>.
</p>
<p>
As a condition of your use of this Web site, you will not use the Web site or the Web site information for any purpose that is unlawful or prohibited by these Terms of Use. You will not use this Web site in any manner that could damage, disable, overload or impair the operation of this Web site or use by third parties.
</p>
<p>
Certain restricted product information is available on this Web site only to licensed customers of <?php echo $site_name; ?> that are registered to receive information via passwords issued by <?php echo $site_name; ?> This restricted information is considered confidential and proprietary information of <?php echo $site_name; ?> If you are a registered customer or a representative of a registered customer, <?php echo $site_name; ?> authorizes you to download, copy, distribute and use the restricted information for yourself or, if applicable, only within the customer organization, and only for the intended purposes authorized by <?php echo $site_name; ?> Issuance of a registration password is conditioned on the customer&#39;s use of the information in accordance with the terms of its license or service agreement with <?php echo $site_name; ?> You shall not transfer your password to unauthorized parties. You will immediately notify <?php echo $site_name; ?> of any unauthorized use of your password. You are responsible for use of your password. You will not attempt to gain unauthorized access to any Web site information or area within this Web site.
</p>
<p>
Certain information available on this Web site is provided by other parties, particularly information about such other parties. You understand that all such information, data, text, software, music, sound, photographs, graphics, video, messages, or other materials, are the sole responsibility of the originating party and that <?php echo $site_name; ?> has no responsibility for such content and does not guarantee the accuracy, integrity or quality of such content. In no event is the inclusion of a statement about another party, a reference to such other party or a Web link to another party&#39;s Web site an endorsement of such other party, their products or their services.
</p>
<p>
You may link to the <?php echo $site_name; ?> home page, but are not authorized to link to any other page on the <?php echo $site_name; ?> Web site without the prior express written consent of <?php echo $site_name; ?> provided that <?php echo $site_name; ?> reserves the right to withdraw this consent at any time in its discretion. You may not use any of <?php echo $site_name; ?>&#39;s proprietary logos, marks, or other distinctive graphics, video, or audio material in your links. You may not link in any manner reasonably likely to 1) imply affiliation with or endorsement or sponsorship by <?php echo $site_name; ?>; 2) cause confusion, mistake, or deception; 3) dilute <?php echo $site_name; ?>&#39;s trademarks, service marks or trade names; or 4) otherwise violate applicable law.
</p>
<p>
<?php echo $site_name; ?> makes no representations or promises to develop, provide or market any software, service or product discussed on this Web site, and you shall not rely on the information provided or the prospect of availability of any software, service or product currently in development or currently anticipated to be made available in the future.
</p>
<p>
Web site information may refer to products, programs or services that are not available in your country. Consult your <?php echo $site_name; ?> representative for information about the products, programs and services that may be available to you.
</p>
<p>
Any software that is available for download from this Web site is the copyrighted property of <?php echo $site_name; ?> and/or its suppliers. Any use or reproduction of any such software and warranties as to such software, if any, are governed by the terms of the license agreement applicable to that software. Any use of any other product or service and warranties as to such product or service purchased by you using, or in connection with, this Web site, if any, is governed by the terms of the agreement applicable to that product or service.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment