Latex code for header and footer

Please find below the latex code for putting header and footer in the ICCICt-2015 camera-ready paper copies.

%%header
\makeatletter
\let\old@ps@headings\ps@headings
\let\old@ps@IEEEtitlepagestyle\ps@IEEEtitlepagestyle
\def\confheader#1{%
% for all pages except the first
\def\ps@headings{%
\old@ps@headings%
\def\@oddhead{\strut\hfill#1\hfill\strut}%
\def\@evenhead{\strut\hfill#1\hfill\strut}%
}%
% for the first page
\def\ps@IEEEtitlepagestyle{%
\old@ps@IEEEtitlepagestyle%
\def\@oddhead{\strut\hfill#1\hfill\strut}%
\def\@evenhead{\strut\hfill#1\hfill\strut}%
}%
\ps@headings%
}
\makeatother

\confheader{%
2015 International Conference on Communication,
Information \& Computing Technology (ICCICT),
Jan. 16-17, Mumbai, India
}

%%footer
\usepackage[pscoord]{eso-pic}
\newcommand{\placetextbox}[3]{
\setbox0=\hbox{#3}
\AddToShipoutPictureFG{ \put(\LenToUnit{#1\paperwidth},\LenToUnit{#2\paperheight}){\vtop{{\null}\makebox[0pt][c]{#3}}}
}
}
\placetextbox{.2}{0.055}{978-1-4799-5522-0/15/\$31.00~\copyright 2015 IEEE}

This code need to be placed just before “\begin{document}”