Difference between revisions of "JRComputersWiki:Copyrights"

From TheBestLinux.com
Jump to navigation Jump to search
Line 1: Line 1:
<?php
+
Copyright 1992 - 2016  Jamie D. Rubinstein. All rights reserved.
$start_year = "1992";
+
This document or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of Jamie D. Rubinstein.
$current_year = date('Y');
 
$owner = "Jamie D. Rubinstein";
 
echo "This is a test of how to create a dynamic copyright satement.<br /><br /><br />";
 
echo "Copyright&nbsp;&copy;&nbsp;$start_year&nbsp;-&nbsp;$current_year&nbsp;&nbsp;$owner.&nbsp;&nbsp;All rights reserved.&nbsp;&nbsp";
 
echo "This document or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of $owner.<br />";
 
?>
 

Revision as of 20:51, 25 December 2015

Copyright 1992 - 2016 Jamie D. Rubinstein. All rights reserved. This document or any portion thereof may not be reproduced or used in any manner whatsoever without the express written permission of Jamie D. Rubinstein.