Difference between revisions of "JRComputersWiki:Copyrights"

From TheBestLinux.com
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<?php
+
Copyright 1992 - 2018  Jamie D. Rubinstein.  All rights reserved.
$start_year = "1992";
+
<br />
$current_year = date('Y');
+
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.
$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 />";
 
?>
 

Latest revision as of 09:54, 26 January 2018

Copyright 1992 - 2018 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.