If you are using LaTeX, you can add the IEEE copyright notice like this.
-
Please, add the following package
\usepackage{fancyhdr}
-
Paste the following before “\begin{document}”
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[c]{}
\fancypagestyle{FirstPage}{
\lfoot{978-1-7281-6455-7/20/\$31.00 \copyright2020 IEEE}
}
-
Add the following immediately after “\section{Introduction}” or other first section declaration.
\thispagestyle{FirstPage}