diff --git a/source/latex/uosdocs/uosdocs.dtx b/source/latex/uosdocs/uosdocs.dtx
index 15ce28fb2d2ea14b61c464c4d0ffa385f426c966..6cec4cd4748eb2dd26ee16d97fc9bcd38c01bcef 100644
--- a/source/latex/uosdocs/uosdocs.dtx
+++ b/source/latex/uosdocs/uosdocs.dtx
@@ -1281,7 +1281,7 @@
 % xifthen else package used for the isempty command
 %
 %    \begin{macrocode}
-%<*thesis|minithesis|progress|report|article>
+%<*thesis|minithesis|progress|report|article|project>
 \usepackage{xifthen}
 \newcommand\authorshipdeclaration[1]{
 \btypeout{Declaration of Authorship}
@@ -1296,8 +1296,14 @@ been generated by me as the result of my own original research.
 I confirm that:
 
 \begin{enumerate}
+%<*thesis|minithesis|progress|report|article>
 \item This work was done wholly or mainly while in candidature for a research degree at this University;
 \item Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated;
+%</thesis|minithesis|progress|report|article>
+%<*project>
+\item This work was done wholly or mainly while in candidature for a degree at this University;
+\item Where any part of this thesis has previously been submitted for any other qualification at this University or any other institution, this has been clearly stated;
+%</project>
 \item Where I have consulted the published work of others, this is always clearly attributed;
 \item Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work;
 \item I have acknowledged all main sources of help;
@@ -1318,7 +1324,7 @@ I confirm that:
 \vfil\vfil\null
 \cleardoublepage
 }
-%</thesis|minithesis|progress|report|article>
+%</thesis|minithesis|progress|report|article|project>
 %    \end{macrocode}
 %
 % \end{macro}
diff --git a/tex/latex/uosdocs/uosproject.cls b/tex/latex/uosdocs/uosproject.cls
index 9dba53716f9e45d1e34eaf72ff6134d28f10ea3a..ada327450beae560e5e9830c8fd9bc9c650e19c7 100644
--- a/tex/latex/uosdocs/uosproject.cls
+++ b/tex/latex/uosdocs/uosproject.cls
@@ -371,6 +371,42 @@
 \newcommand\addtolom[1]{%
 \addtocontents{lom}{\protect\contentsline{chapter}{\protect\numberline{}#1}{}{}}
 }
+\usepackage{xifthen}
+\newcommand\authorshipdeclaration[1]{
+\btypeout{Declaration of Authorship}
+\addtotoc{Declaration of Authorship}
+\thispagestyle{plain}
+\null\vfil
+\vskip 60\p@
+\begin{center}{\Large\bf Declaration of Authorship \par}\end{center}
+I declare that this thesis and the work presented in it is my own and has
+been generated by me as the result of my own original research.
+
+I confirm that:
+
+\begin{enumerate}
+\item This work was done wholly or mainly while in candidature for a degree at this University;
+\item Where any part of this thesis has previously been submitted for any other qualification at this University or any other institution, this has been clearly stated;
+\item Where I have consulted the published work of others, this is always clearly attributed;
+\item Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work;
+\item I have acknowledged all main sources of help;
+\item Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself;
+
+\ifthenelse{\isempty{#1}}
+{\item None of this work has been published before submission}
+{\item Parts of this work have been published as: #1}
+\end{enumerate}
+
+\vspace{15.0mm}
+\begin{minipage}[t]{0.7\textwidth}
+  Signed:..........................................................................
+\end{minipage}%
+\begin{minipage}[t]{0.3\textwidth}
+  Date:..................
+\end{minipage}
+\vfil\vfil\null
+\cleardoublepage
+}
 
 \newcommand\acknowledgements[1]{
 \btypeout{Acknowledgements}