Przeglądaj źródła

Remove remaining footers

Fixes 24765c30c565ff5daf2b194d958ec3e6d5e9d29a

Signed-off-by: Steffen Jaeckel <[email protected]>
Steffen Jaeckel 11 miesięcy temu
rodzic
commit
2400883060
14 zmienionych plików z 1 dodań i 59 usunięć
  1. 1 3
      coverity.sh
  2. 0 4
      doc/crypt.tex
  3. 0 4
      helper.pl
  4. 0 4
      makefile
  5. 0 4
      makefile.mingw
  6. 0 4
      makefile.msvc
  7. 0 4
      makefile.shared
  8. 0 4
      makefile.unix
  9. 0 4
      makefile_include.mk
  10. 0 5
      notes/etc/saferp_optimizer.c
  11. 0 6
      notes/etc/whirlgen.c
  12. 0 5
      notes/etc/whirltest.c
  13. 0 4
      testme.sh
  14. 0 4
      updatemakes.sh

+ 1 - 3
coverity.sh

@@ -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

+ 0 - 4
doc/crypt.tex

@@ -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$

+ 0 - 4
helper.pl

@@ -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$

+ 0 - 4
makefile

@@ -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$

+ 0 - 4
makefile.mingw

@@ -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$

+ 0 - 4
makefile.msvc

@@ -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$

+ 0 - 4
makefile.shared

@@ -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$

+ 0 - 4
makefile.unix

@@ -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$

+ 0 - 4
makefile_include.mk

@@ -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$

+ 0 - 5
notes/etc/saferp_optimizer.c

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

+ 0 - 6
notes/etc/whirlgen.c

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

+ 0 - 5
notes/etc/whirltest.c

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

+ 0 - 4
testme.sh

@@ -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$

+ 0 - 4
updatemakes.sh

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