%
% LaTeX package to change page header to a copyright notice, and put the
% page no. in the footer (centered).
%
% Reuben Thomas   6/3/97
% Written to replace copyhead.sty by R.R.T. 14/4/96
%

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{copyrght}
    [1997/03/06 v1.0 Copyright header]


\RequirePackage{fancyhdr}

\newcommand{\copyrightyear}{\number\year}

\fancyhead{}
\fancyfoot[C]{\thepage}
\fancyhead[C]{\copyright\ Reuben Thomas \copyrightyear\ ({\tt
rrt@sc3d.org})}
\pagestyle{fancy}
