12345678910111213 |
- <?php
- $GLOBALS["__l10n"]["disclaimer_contents"] = <<<END
- <p xml:lang="en">
- This material is presented to ensure timely dissemination of
- scholarly and technical work. Copyright and all rights therein
- are retained by authors or by other copyright holders.
- All person copying this information are expected to adhere to
- the terms and constraints invoked by each author's copyright.
- In most cases, these works may not be reposted
- without the explicit permission of the copyright holder.
- </p>
- END;
- ?>
|