Remove remaining footers

Fixes 24765c30c5

Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
This commit is contained in:
Steffen Jaeckel 2024-10-21 17:03:45 +02:00 committed by Steffen Jaeckel
parent 6659f36ad6
commit 2400883060
14 changed files with 1 additions and 59 deletions

View file

@ -39,6 +39,4 @@ curl -k --form project=libtomcrypt \
--form description="\"libtomcrypt version ${myversion}\"" \
https://scan.coverity.com/builds?project=libtom%2Flibtomcrypt
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$
# EOF

View file

@ -10111,7 +10111,3 @@ These three MPI init functions have been introduced in version 1.18.0 and have b
\printindex
\end{document}
% ref: $Format:%D$
% git commit: $Format:%H$
% commit time: $Format:%ai$

View file

@ -406,7 +406,3 @@ $failure ||= process_makefiles(1) if $update_makefiles;
die_usage unless defined $failure;
exit $failure ? 1 : 0;
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -141,7 +141,3 @@ coverage: $(call print-help,coverage,Create code-coverage of the library - but b
# cleans everything - coverage output and standard 'clean'
cleancov: cleancov-clean clean
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -329,7 +329,3 @@ install_bins: hashsum
install_docs: doc/crypt.pdf
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -314,7 +314,3 @@ install_bins: hashsum
install_docs: doc/crypt.pdf
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -104,7 +104,3 @@ install_bins: $(call print-help,install_bins,Installs the useful demos ($(USEFUL
uninstall: $(call print-help,uninstall,Uninstalls the library + headers + pkg-config file) .common_uninstall
rm $(DESTDIR)$(LIBPATH)/pkgconfig/libtomcrypt.pc
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -342,7 +342,3 @@ install_bins: hashsum
install_docs: doc/crypt.pdf
@mkdir -p $(DESTDIR)$(DATAPATH)
@cp doc/crypt.pdf $(DESTDIR)$(DATAPATH)/
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -551,7 +551,3 @@ codecheck: $(call print-help,codecheck,Check the code of the library)
perlcritic *.pl
help: $(call print-help,help,That's what you're currently looking at)
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -170,8 +170,3 @@ printf(" }\n}\n\n");
return 0;
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

View file

@ -87,9 +87,3 @@ int main(void)
return 0;
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

View file

@ -12,8 +12,3 @@ int main(void)
}
}
}
/* ref: $Format:%D$ */
/* git commit: $Format:%H$ */
/* commit time: $Format:%ai$ */

View file

@ -65,7 +65,3 @@ bash .ci/run.sh "NO_TIMING_RESISTANCE" "-DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_R
# CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE
bash .ci/run.sh "CLEANSTACK+NOTABLES+SMALL+NO_ASM+NO_TIMING_RESISTANCE" "-DLTC_CLEAN_STACK -DLTC_NO_TABLES -DLTC_SMALL_CODE -DLTC_NO_ECC_TIMING_RESISTANT -DLTC_NO_RSA_BLINDING" "$mk" "$2" "$3" || exit 1
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$

View file

@ -10,7 +10,3 @@ if [ $# -eq 1 ] && [ "$1" == "-c" ]; then
fi
exit 0
# ref: $Format:%D$
# git commit: $Format:%H$
# commit time: $Format:%ai$