licenses/cc-by-2.5.html
author Dan Fuhry <dan@enanocms.org>
Mon, 24 Nov 2014 14:57:33 -0500
changeset 1381 6b25c6bfd246
parent 561 e53cf8b1d942
permissions -rw-r--r--
Fix https url generation
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
505
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml111.dtd">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     2
<html>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     3
<head>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     4
<title>Creative Commons Attribution 2.5 license</title>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     6
<style type="text/css">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     7
body {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     8
  margin: 0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
     9
  padding: 0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    10
  background-color: #FFFFFF;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    11
  color: #000000;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    12
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    13
body div.main {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    14
  border: 1px solid #cccccc;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    15
  background-color: #F1F3F5;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    16
  margin: 10px;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    17
  padding: 10px;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    18
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    19
* {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    20
 font-family: verdana, tahoma, arial, helvetica, sans-serif;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    21
 font-size: 8pt;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    22
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    23
p {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    24
  margin-left: 1.5em;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    25
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    26
h1, h2, h3 {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    27
  color: #50A0D0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    28
  font-weight: normal;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    29
  font-family: 'trebuchet ms', verdana, tahoma, arial, helvetica, sans-serif;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    30
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    31
h1 {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    32
  font-size: 16pt;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    33
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    34
h2 {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    35
  font-size: 12pt;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    36
  margin-left: 0.5em;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    37
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    38
h3 {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    39
  font-size: 10pt;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    40
  margin-left: 1em;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    41
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    42
a:link, a:visited, a:active {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    43
  color: #3080B0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    44
  text-decoration: none;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    45
  border-bottom: 1px dotted #50A0D0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    46
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    47
a:hover {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    48
  color: #50A0D0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    49
  border-bottom: 1px solid #50A0D0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    50
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    51
pre {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    52
  font-family: 'courier new', monospace;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    53
  background-color: #F8F8F8;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    54
  margin: 10px 10px 10px 30px;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    55
  max-height: 150px;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    56
  clip: rect(0px,auto,auto,0px);
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    57
  overflow: auto;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    58
  padding: 10px;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    59
  border: 1px solid #3060B0;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    60
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    61
ul li {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    62
  list-style-type: square;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    63
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    64
div.copyright {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    65
  text-align: right;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    66
  font-size: smaller;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    67
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    68
div.copyright * {
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    69
  font-size: smaller;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    70
}
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    71
</style>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    72
</head>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    73
<body>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    74
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    75
<div class="main">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    76
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    77
<h1>Creative Commons Attribution 2.5 license</h1>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    78
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    79
<!-- BEGIN LICENSE TEXT -->
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    80
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    81
<p>THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    82
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    83
<p>BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    84
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    85
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    86
<p><strong>1. Definitions</strong> </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    87
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    88
<ol type="a">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    89
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    90
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    91
<strong>"Collective Work"</strong> means a work, such as a periodical issue, anthology or encyclopedia, in which the Work in its entirety in unmodified form, along with a number of other contributions, constituting separate and independent works in themselves, are assembled into a collective whole. A work that constitutes a Collective Work will not be considered a Derivative Work (as defined below) for the purposes of this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    92
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    93
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    94
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    95
<strong>"Derivative Work"</strong> means a work based upon the Work or upon the Work and other pre-existing works, such as a translation, musical arrangement, dramatization, fictionalization, motion picture version, sound recording, art reproduction, abridgment, condensation, or any other form in which the Work may be recast, transformed, or adapted, except that a work that constitutes a Collective Work will not be considered a Derivative Work for the purpose of this License. For the avoidance of doubt, where the Work is a musical composition or sound recording, the synchronization of the Work in timed-relation with a moving image ("synching") will be considered a Derivative Work for the purpose of this License.</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    96
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    97
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    98
<strong>"Licensor"</strong> means the individual or entity that offers the Work under the terms of this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
    99
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   100
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   101
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   102
<strong>"Original Author"</strong> means the individual or entity who created the Work.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   103
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   104
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   105
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   106
<strong>"Work"</strong> means the copyrightable work of authorship offered under the terms of this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   107
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   108
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   109
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   110
<strong>"You"</strong> means an individual or entity exercising rights under this License who has not previously violated the terms of this License with respect to the Work, or who has received express permission from the Licensor to exercise rights under this License despite a previous violation.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   111
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   112
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   113
</ol>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   114
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   115
<p><strong>2. Fair Use Rights.</strong> Nothing in this license is intended to reduce, limit, or restrict any rights arising from fair use, first sale or other limitations on the exclusive rights of the copyright owner under copyright law or other applicable laws. </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   116
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   117
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   118
<p><strong>3. License Grant.</strong> Subject to the terms and conditions of this License, Licensor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (for the duration of the applicable copyright) license to exercise the rights in the Work as stated below: </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   119
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   120
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   121
<ol type="a">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   122
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   123
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   124
to reproduce the Work, to incorporate the Work into one or more Collective Works, and to reproduce the Work as incorporated in the Collective Works;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   125
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   126
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   127
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   128
to create and reproduce Derivative Works;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   129
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   130
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   131
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   132
to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission the Work including as incorporated in Collective Works;
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   133
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   134
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   135
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   136
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   137
to distribute copies or phonorecords of, display publicly, perform publicly, and perform publicly by means of a digital audio transmission Derivative Works.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   138
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   139
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   140
<li><p>For the avoidance of doubt, where the work is a musical composition:</p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   141
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   142
<ol type="i">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   143
<li><strong>Performance Royalties Under Blanket Licenses</strong>. Licensor waives the exclusive right to collect, whether individually or via a performance rights society (e.g. ASCAP, BMI, SESAC), royalties for the public performance or public digital performance (e.g. webcast) of the Work.</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   144
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   145
<li><strong>Mechanical Rights and Statutory Royalties</strong>. Licensor waives the exclusive right to collect, whether individually or via a music rights agency or designated agent (e.g. Harry Fox Agency), royalties for any phonorecord You create from the Work ("cover version") and distribute, subject to the compulsory license created by 17 USC Section 115 of the US Copyright Act (or the equivalent in other jurisdictions).</li></ol></li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   146
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   147
<li><strong>Webcasting Rights and Statutory Royalties</strong>. For the avoidance of doubt, where the Work is a sound recording, Licensor waives the exclusive right to collect, whether individually or via a performance-rights society (e.g. SoundExchange), royalties for the public digital performance (e.g. webcast) of the Work, subject to the compulsory license created by 17 USC Section 114 of the US Copyright Act (or the equivalent in other jurisdictions).</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   148
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   149
</ol>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   150
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   151
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   152
<p>The above rights may be exercised in all media and formats whether now known or hereafter devised. The above rights include the right to make such modifications as are technically necessary to exercise the rights in other media and formats. All rights not expressly granted by Licensor are hereby reserved.</p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   153
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   154
<p><strong>4. Restrictions.</strong>The license granted in Section 3 above is expressly made subject to and limited by the following restrictions: </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   155
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   156
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   157
<ol type="a">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   158
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   159
You may distribute, publicly display, publicly perform, or publicly digitally perform the Work only under the terms of this License, and You must include a copy of, or the Uniform Resource Identifier for, this License with every copy or phonorecord of the Work You distribute, publicly display, publicly perform, or publicly digitally perform. You may not offer or impose any terms on the Work that alter or restrict the terms of this License or the recipients' exercise of the rights granted hereunder. You may not sublicense the Work. You must keep intact all notices that refer to this License and to the disclaimer of warranties. You may not distribute, publicly display, publicly perform, or publicly digitally perform the Work with any technological measures that control access or use of the Work in a manner inconsistent with the terms of this License Agreement. The above applies to the Work as incorporated in a Collective Work, but this does not require the Collective Work apart from the Work itself to be made subject to the terms of this License. If You create a Collective Work, upon notice from any Licensor You must, to the extent practicable, remove from the Collective Work any credit as required by clause 4(b), as requested. If You create a Derivative Work, upon notice from any Licensor You must, to the extent practicable, remove from the Derivative Work any credit as required by clause 4(b), as requested.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   160
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   161
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   162
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   163
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   164
If you distribute, publicly display, publicly perform, or publicly digitally perform the Work or any Derivative Works or Collective Works, You must keep intact all copyright notices for the Work and provide, reasonable to the medium or means You are utilizing: (i) the name of the Original Author (or pseudonym, if applicable) if supplied, and/or (ii) if the Original Author and/or Licensor designate another party or parties (e.g. a sponsor institute, publishing entity, journal) for attribution in Licensor's copyright notice, terms of service or by other reasonable means, the name of such party or parties; the title of the Work if supplied; to the extent reasonably practicable, the Uniform Resource Identifier, if any, that Licensor specifies to be associated with the Work, unless such URI does not refer to the copyright notice or licensing information for the Work; and in the case of a Derivative Work, a credit identifying the use of the Work in the Derivative Work (e.g., "French translation of the Work by Original Author," or "Screenplay based on original Work by Original Author"). Such credit may be implemented in any reasonable manner; provided, however, that in the case of a Derivative Work or Collective Work, at a minimum such credit will appear where any other comparable authorship credit appears and in a manner at least as prominent as such other comparable authorship credit.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   165
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   166
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   167
</ol>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   168
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   169
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   170
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   171
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   172
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   173
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   174
<p><strong>5. Representations, Warranties and Disclaimer</strong></p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   175
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   176
<p>UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFERS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR PURPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY, OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION MAY NOT APPLY TO YOU.</p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   177
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   178
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   179
<p><strong>6. Limitation on Liability.</strong> EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW, IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECIAL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF THIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   180
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   181
<p><strong>7. Termination</strong> </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   182
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   183
<ol type="a">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   184
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   185
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   186
This License and the rights granted hereunder will terminate automatically upon any breach by You of the terms of this License. Individuals or entities who have received Derivative Works or Collective Works from You under this License, however, will not have their licenses terminated provided such individuals or entities remain in full compliance with those licenses. Sections 1, 2, 5, 6, 7, and 8 will survive any termination of this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   187
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   188
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   189
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   190
Subject to the above terms and conditions, the license granted here is perpetual (for the duration of the applicable copyright in the Work). Notwithstanding the above, Licensor reserves the right to release the Work under different license terms or to stop distributing the Work at any time; provided, however that any such election will not serve to withdraw this License (or any other license that has been, or is required to be, granted under the terms of this License), and this License will continue in full force and effect unless terminated as stated above.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   191
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   192
</ol>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   193
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   194
<p><strong>8. Miscellaneous</strong> </p>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   195
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   196
<ol type="a">
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   197
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   198
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   199
Each time You distribute or publicly digitally perform the Work or a Collective Work, the Licensor offers to the recipient a license to the Work on the same terms and conditions as the license granted to You under this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   200
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   201
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   202
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   203
Each time You distribute or publicly digitally perform a Derivative Work, Licensor offers to the recipient a license to the original Work on the same terms and conditions as the license granted to You under this License.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   204
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   205
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   206
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   207
If any provision of this License is invalid or unenforceable under applicable law, it shall not affect the validity or enforceability of the remainder of the terms of this License, and without further action by the parties to this agreement, such provision shall be reformed to the minimum extent necessary to make such provision valid and enforceable.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   208
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   209
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   210
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   211
No term or provision of this License shall be deemed waived and no breach consented to unless such waiver or consent shall be in writing and signed by the party to be charged with such waiver or consent.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   212
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   213
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   214
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   215
<li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   216
This License constitutes the entire agreement between the parties with respect to the Work licensed here. There are no understandings, agreements or representations with respect to the Work not specified here. Licensor shall not be bound by any additional provisions that may appear in any communication from You. This License may not be modified without the mutual written agreement of the Licensor and You.
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   217
</li>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   218
</ol>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   219
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   220
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   221
<!-- END LICENSE TEXT -->
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   222
561
e53cf8b1d942 Removed remaining references to enano.homelinux.org
Dan
parents: 505
diff changeset
   223
<div class="copyright">valid <a href="http://validator.w3.org/check/referer">xhtml</a> and <a href="http://jigsaw.w3.org/css-validator/validator?uri=referer">css</a>&nbsp;&nbsp;|&nbsp;&nbsp;design by <a href="http://enanocms.org/User:dandaman32">dan fuhry</a> and <a href="http://www.fusionnerd.com/">manoj maddali</a></div>
505
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   224
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   225
</div>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   226
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   227
</body>
3b5b78182ce5 Added icons for the administration panel
Dan
parents:
diff changeset
   228
</html>