Skip to content

Commit 2400883

Browse files
committed
Remove remaining footers
Fixes 24765c3 Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 6659f36 commit 2400883

14 files changed

Lines changed: 1 addition & 59 deletions

coverity.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,4 @@ curl -k --form project=libtomcrypt \
3939
--form description="\"libtomcrypt version ${myversion}\"" \
4040
https://scan.coverity.com/builds?project=libtom%2Flibtomcrypt
4141

42-
# ref: $Format:%D$
43-
# git commit: $Format:%H$
44-
# commit time: $Format:%ai$
42+
# EOF

doc/crypt.tex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10111,7 +10111,3 @@ \subsection{After v1.18.0}
1011110111
\printindex
1011210112

1011310113
\end{document}
10114-
10115-
% ref: $Format:%D$
10116-
% git commit: $Format:%H$
10117-
% commit time: $Format:%ai$

helper.pl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,3 @@ sub die_usage {
406406

407407
die_usage unless defined $failure;
408408
exit $failure ? 1 : 0;
409-
410-
# ref: $Format:%D$
411-
# git commit: $Format:%H$
412-
# commit time: $Format:%ai$

makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,3 @@ coverage: $(call print-help,coverage,Create code-coverage of the library - but b
141141

142142
# cleans everything - coverage output and standard 'clean'
143143
cleancov: cleancov-clean clean
144-
145-
# ref: $Format:%D$
146-
# git commit: $Format:%H$
147-
# commit time: $Format:%ai$

makefile.mingw

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,3 @@ install_bins: hashsum
329329
install_docs: doc/crypt.pdf
330330
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
331331
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
332-
333-
# ref: $Format:%D$
334-
# git commit: $Format:%H$
335-
# commit time: $Format:%ai$

makefile.msvc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,3 @@ install_bins: hashsum
314314
install_docs: doc/crypt.pdf
315315
cmd /c if not exist "$(PREFIX)\doc" mkdir "$(PREFIX)\doc"
316316
copy /Y doc\crypt.pdf "$(PREFIX)\doc"
317-
318-
# ref: $Format:%D$
319-
# git commit: $Format:%H$
320-
# commit time: $Format:%ai$

makefile.shared

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,3 @@ install_bins: $(call print-help,install_bins,Installs the useful demos ($(USEFUL
104104

105105
uninstall: $(call print-help,uninstall,Uninstalls the library + headers + pkg-config file) .common_uninstall
106106
rm $(DESTDIR)$(LIBPATH)/pkgconfig/libtomcrypt.pc
107-
108-
# ref: $Format:%D$
109-
# git commit: $Format:%H$
110-
# commit time: $Format:%ai$

makefile.unix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,3 @@ install_bins: hashsum
342342
install_docs: doc/crypt.pdf
343343
@mkdir -p $(DESTDIR)$(DATAPATH)
344344
@cp doc/crypt.pdf $(DESTDIR)$(DATAPATH)/
345-
346-
# ref: $Format:%D$
347-
# git commit: $Format:%H$
348-
# commit time: $Format:%ai$

makefile_include.mk

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,3 @@ codecheck: $(call print-help,codecheck,Check the code of the library)
551551
perlcritic *.pl
552552

553553
help: $(call print-help,help,That's what you're currently looking at)
554-
555-
# ref: $Format:%D$
556-
# git commit: $Format:%H$
557-
# commit time: $Format:%ai$

notes/etc/saferp_optimizer.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,3 @@ printf(" }\n}\n\n");
170170

171171
return 0;
172172
}
173-
174-
175-
/* ref: $Format:%D$ */
176-
/* git commit: $Format:%H$ */
177-
/* commit time: $Format:%ai$ */

0 commit comments

Comments
 (0)