COPYRIGHT Tag
Copyright information is included by default on the bottom of all ILLiad forms. It is displayed on the Logon.html form using the code:
<div id="footer">
© 2014 <a href="http://www.atlas-sys.com">Atlas Systems, Inc.</a> All Rights
Reserved. </div>
```html
It is included on all other forms by the use of a hard-coded COPYRIGHT tag in the include\_footer.html page:
```html
<div id="footer">
<#COPYRIGHT> </div>
```html
The text on the Logon.html page and the Copyright tag in the include\_footer page display the copyright information in the format: **Copyright © 2016 Atlas Systems, Inc. All Rights Reserved.**
Per your ILLiad license, this copyright information must be displayed on the main Logon form. You can remove the copyright information from your other forms by hiding the Include\_footer.html form within those specific forms. You can edit the copyright year on the Logon.html form to the current year if it is incorrect. However, the text in the include\_footer tag is hardcoded and cannot be edited, so you may want to hide the include\_footer tag from your other forms if the year information there is not up to date.
For more information on editing the Copyright Year on ILLiad forms please see [Copyright Year Updates in ILLiad Web Pages.](../web-page-customizations/copyright-year-updates-in-illiad-web-pages)