// info/copyright.php
$fid = 28; // copyright information
$did = 22; // info
include('pebbles.php');
$page['h1'] = 'Copyright';
$page['title'] = 'Copyright Information for this Web site';
$page['class'] = 'copyright';
$page['description'] = 'This Web site is Copyrighted under a Creative Commons License. ';
$page['description'] .= 'Visit the site and the copyright resources available there for additional details.';
$page['keywords'] = 'loadaveragezero,copyright,license,creative commons,rdf,metadata,contact';
include('preamble.php');
include('markup.php');
include('body.php');
doctype();
head();
body();
navs();
content();
$LAZ = strong($laz['label']);
$domain = strong($laz['host']);
$URI = anchor($laz['URI'], 'URI', 'Uniform Resource Identifier: ' . $laz['URI'] . '...');
// licensing info
$title = 'Creative Commons License';
$version = 'Attribution 2.5';
$license['URI'] = 'http://creativecommons.org/licenses/by-nc-sa/2.5/';
$license['img'] = anchor($license['URI'],
'
',
$title . ' ' . $version,
null,
'license');
$license['txt'] = anchor($license['URI'],
$title,
$title . ' ' . $version,
null,
'license');
$license['RDF'] = anchor('/xml/cc-license.rdf', 'Resource', 'RDF Metadata License Resource', null, 'meta');
$Contact_Me = anchor(id2path(2), 'Contact Me', 'Contact the Site Owner');
include('abbr.php');
print <<<_C
This work is licensed under a ${license['txt']}.
$LAZ, the domain $domain, and the $URI of this Web site and all work, content(s), and specifically the authorship of articles published here and elsewhere, software, source code, images, design, stylesheets and overall concept herein are my intellectual property. I reserve all rights (${abbr['IPR']}s) to this material.
However, you are free to download and use whatever software I develop on this site for your personal use, providing you give me attribution for the work. And if you improve on it, or find and fix bugs, then please inform me, and also share what you${ent['rsquo']}ve learned with others. A link to this site would be thoughtful, but it${ent['rsquo']}s not considered mandatory.
The software is provided by the copyright holder(s) and contributors ${ent['ldquo']}as is${ent['rdquo']} and any expressed or implied warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the copyright owner or contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including, but not limited to, procurement of substitute goods or services; loss of use, data, or profits; or business interruption) however caused and on any theory of liability, whether in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this software, even if advised of the possibility of such damage.
Commercial use of any kind for financial gain is prohibited, unless you have my prior written or contractual approval. Please $Contact_Me for more details.
Additional copyright information and links, including a ${abbr['RDF']} Metadata License ${license['RDF']}, regarding these rights is provided on each and every page of this Web site. Under rare circumstances, the copyright and warranty information may be omitted, as in the case of plain text files such as computer source code, but the same rights are implied on any such pages.
Thank you, enjoy $LAZ.
${ent['mdash']}Douglas W. Clifton
_C; updated(); footer(); // info/copyright.php ?>