41 lines
1.4 KiB
TeX
41 lines
1.4 KiB
TeX
%----------------------------------------------------------------------------
|
|
% Magic copyright
|
|
%----------------------------------------------------------------------------
|
|
|
|
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
|
|
\documentclass[letterpaper,twoside,12pt]{article}
|
|
\usepackage{epsfig,times}
|
|
|
|
\setlength{\textwidth}{8.5in}
|
|
\addtolength{\textwidth}{-2.0in}
|
|
\setlength{\textheight}{11.0in}
|
|
\addtolength{\textheight}{-2.0in}
|
|
\setlength{\oddsidemargin}{0in}
|
|
\setlength{\evensidemargin}{0pt}
|
|
\setlength{\topmargin}{-0.5in}
|
|
\setlength{\headheight}{0.2in}
|
|
\setlength{\headsep}{0.3in}
|
|
\setlength{\topskip}{0pt}
|
|
|
|
%----------------------------------------------------------------------------
|
|
|
|
\begin{document}
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
\begin{center}
|
|
\vspace*{6.0in}
|
|
Copyright \copyright 1985, 1989, 1990 Regents of the University of California, \\
|
|
Lawrence Livermore National Labs, Stanford University, and Digital \\
|
|
Equipment Corporation. Permission to use, copy, modify, and distribute \\
|
|
this software and its documentation for any purpose and without fee is \\
|
|
hereby granted, provided that the above copyright notice appears in all \\
|
|
copies. The copyright holders make no representations about the \\
|
|
suitability of this software for any purpose. It is provided ``as is'' \\
|
|
without express or implied warranty. Export of this software outside \\
|
|
of the United States of America may require an export license.
|
|
\end{center}
|
|
|
|
\end{document}
|