Browse Source

Remove /* foo.c */ comments

This was done by the following
        find . -name '*.[ch]' | /tmp/pl
where /tmp/pl is the following three-line script:
        print unless $. == 1 && m@/\* .*\.[ch] \*/@;
        close ARGV if eof; # Close file to reset $.

And then some hand-editing of other files.

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Rich Salz 8 years ago
parent
commit
349807608f
100 changed files with 0 additions and 100 deletions
  1. 0 1
      apps/apps.h
  2. 0 1
      apps/s_apps.h
  3. 0 1
      apps/testrsa.h
  4. 0 1
      apps/timeouts.h
  5. 0 1
      crypto/aes/aes_cbc.c
  6. 0 1
      crypto/aes/aes_cfb.c
  7. 0 1
      crypto/aes/aes_core.c
  8. 0 1
      crypto/aes/aes_ecb.c
  9. 0 1
      crypto/aes/aes_ige.c
  10. 0 1
      crypto/aes/aes_locl.h
  11. 0 1
      crypto/aes/aes_misc.c
  12. 0 1
      crypto/aes/aes_ofb.c
  13. 0 1
      crypto/aes/aes_wrap.c
  14. 0 1
      crypto/aes/aes_x86core.c
  15. 0 1
      crypto/asn1/a_bitstr.c
  16. 0 1
      crypto/asn1/a_d2i_fp.c
  17. 0 1
      crypto/asn1/a_digest.c
  18. 0 1
      crypto/asn1/a_dup.c
  19. 0 1
      crypto/asn1/a_gentm.c
  20. 0 1
      crypto/asn1/a_i2d_fp.c
  21. 0 1
      crypto/asn1/a_int.c
  22. 0 1
      crypto/asn1/a_mbstr.c
  23. 0 1
      crypto/asn1/a_object.c
  24. 0 1
      crypto/asn1/a_octet.c
  25. 0 1
      crypto/asn1/a_print.c
  26. 0 1
      crypto/asn1/a_sign.c
  27. 0 1
      crypto/asn1/a_strex.c
  28. 0 1
      crypto/asn1/a_strnid.c
  29. 0 1
      crypto/asn1/a_time.c
  30. 0 1
      crypto/asn1/a_type.c
  31. 0 1
      crypto/asn1/a_utctm.c
  32. 0 1
      crypto/asn1/a_utf8.c
  33. 0 1
      crypto/asn1/a_verify.c
  34. 0 1
      crypto/asn1/asn1_err.c
  35. 0 1
      crypto/asn1/asn1_gen.c
  36. 0 1
      crypto/asn1/asn1_lib.c
  37. 0 1
      crypto/asn1/asn1_locl.h
  38. 0 1
      crypto/asn1/asn1_par.c
  39. 0 1
      crypto/asn1/asn_mime.c
  40. 0 1
      crypto/asn1/asn_moid.c
  41. 0 1
      crypto/asn1/asn_mstbl.c
  42. 0 1
      crypto/asn1/asn_pack.c
  43. 0 1
      crypto/asn1/bio_asn1.c
  44. 0 1
      crypto/asn1/bio_ndef.c
  45. 0 1
      crypto/asn1/d2i_pr.c
  46. 0 1
      crypto/asn1/d2i_pu.c
  47. 0 1
      crypto/asn1/evp_asn1.c
  48. 0 1
      crypto/asn1/f_int.c
  49. 0 1
      crypto/asn1/f_string.c
  50. 0 1
      crypto/asn1/i2d_pr.c
  51. 0 1
      crypto/asn1/i2d_pu.c
  52. 0 1
      crypto/asn1/n_pkey.c
  53. 0 1
      crypto/asn1/nsseq.c
  54. 0 1
      crypto/asn1/p5_pbe.c
  55. 0 1
      crypto/asn1/p5_pbev2.c
  56. 0 1
      crypto/asn1/p5_scrypt.c
  57. 0 1
      crypto/asn1/p8_pkey.c
  58. 0 1
      crypto/asn1/t_bitst.c
  59. 0 1
      crypto/asn1/t_pkey.c
  60. 0 1
      crypto/asn1/t_spki.c
  61. 0 1
      crypto/asn1/tasn_dec.c
  62. 0 1
      crypto/asn1/tasn_enc.c
  63. 0 1
      crypto/asn1/tasn_fre.c
  64. 0 1
      crypto/asn1/tasn_new.c
  65. 0 1
      crypto/asn1/tasn_prn.c
  66. 0 1
      crypto/asn1/tasn_scn.c
  67. 0 1
      crypto/asn1/tasn_typ.c
  68. 0 1
      crypto/asn1/tasn_utl.c
  69. 0 1
      crypto/asn1/x_algor.c
  70. 0 1
      crypto/asn1/x_bignum.c
  71. 0 1
      crypto/asn1/x_info.c
  72. 0 1
      crypto/asn1/x_long.c
  73. 0 1
      crypto/asn1/x_pkey.c
  74. 0 1
      crypto/asn1/x_pubkey.c
  75. 0 1
      crypto/asn1/x_sig.c
  76. 0 1
      crypto/asn1/x_spki.c
  77. 0 1
      crypto/asn1/x_val.c
  78. 0 1
      crypto/async/arch/async_null.c
  79. 0 1
      crypto/async/arch/async_null.h
  80. 0 1
      crypto/async/arch/async_posix.c
  81. 0 1
      crypto/async/arch/async_posix.h
  82. 0 1
      crypto/async/arch/async_win.c
  83. 0 1
      crypto/async/arch/async_win.h
  84. 0 1
      crypto/async/async.c
  85. 0 1
      crypto/async/async_err.c
  86. 0 1
      crypto/async/async_locl.h
  87. 0 1
      crypto/bf/bf_cbc.c
  88. 0 1
      crypto/bf/bf_cfb64.c
  89. 0 1
      crypto/bf/bf_ecb.c
  90. 0 1
      crypto/bf/bf_enc.c
  91. 0 1
      crypto/bf/bf_locl.h
  92. 0 1
      crypto/bf/bf_ofb64.c
  93. 0 1
      crypto/bf/bf_pi.h
  94. 0 1
      crypto/bf/bf_skey.c
  95. 0 1
      crypto/bio/b_dump.c
  96. 0 1
      crypto/bio/b_print.c
  97. 0 1
      crypto/bio/b_sock.c
  98. 0 1
      crypto/bio/bf_buff.c
  99. 0 1
      crypto/bio/bf_lbuf.c
  100. 0 1
      crypto/bio/bf_nbio.c

+ 0 - 1
apps/apps.h

@@ -1,4 +1,3 @@
-/* apps/apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
apps/s_apps.h

@@ -1,4 +1,3 @@
-/* apps/s_apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
apps/testrsa.h

@@ -1,4 +1,3 @@
-/* apps/testrsa.h */
 /* used by apps/speed.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.

+ 0 - 1
apps/timeouts.h

@@ -1,4 +1,3 @@
-/* apps/timeouts.h */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.

+ 0 - 1
crypto/aes/aes_cbc.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_cfb.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cfb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_core.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *

+ 0 - 1
crypto/aes/aes_ecb.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ecb.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_ige.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ige.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_locl.h

@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_misc.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_misc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_ofb.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ofb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/aes/aes_wrap.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_wrap.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.

+ 0 - 1
crypto/aes/aes_x86core.c

@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *

+ 0 - 1
crypto/asn1/a_bitstr.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_bitstr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_d2i_fp.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_d2i_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_digest.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_digest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_dup.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_dup.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_gentm.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_gentm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_i2d_fp.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_i2d_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_int.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_mbstr.c

@@ -1,4 +1,3 @@
-/* a_mbstr.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/a_object.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_object.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_octet.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_octet.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_print.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_sign.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_strex.c

@@ -1,4 +1,3 @@
-/* a_strex.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/a_strnid.c

@@ -1,4 +1,3 @@
-/* a_strnid.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/a_time.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_time.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_type.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_type.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_utctm.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utctm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_utf8.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utf8.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/a_verify.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/a_verify.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/asn1_err.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/asn1/asn1_gen.c

@@ -1,4 +1,3 @@
-/* asn1_gen.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2002.

+ 0 - 1
crypto/asn1/asn1_lib.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/asn1_locl.h

@@ -1,4 +1,3 @@
-/* asn1t.h */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2006.

+ 0 - 1
crypto/asn1/asn1_par.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_par.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/asn_mime.c

@@ -1,4 +1,3 @@
-/* asn_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.

+ 0 - 1
crypto/asn1/asn_moid.c

@@ -1,4 +1,3 @@
-/* asn_moid.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2001.

+ 0 - 1
crypto/asn1/asn_mstbl.c

@@ -1,4 +1,3 @@
-/* asn_mstbl.c */
 /*
  * Written by Stephen Henson (steve@openssl.org) for the OpenSSL project
  * 2012.

+ 0 - 1
crypto/asn1/asn_pack.c

@@ -1,4 +1,3 @@
-/* asn_pack.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/bio_asn1.c

@@ -1,4 +1,3 @@
-/* bio_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.

+ 0 - 1
crypto/asn1/bio_ndef.c

@@ -1,4 +1,3 @@
-/* bio_ndef.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
  * project.

+ 0 - 1
crypto/asn1/d2i_pr.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/d2i_pu.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/evp_asn1.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/evp_asn1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/f_int.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/f_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/f_string.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/f_string.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/i2d_pr.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/i2d_pu.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/n_pkey.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/n_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/nsseq.c

@@ -1,4 +1,3 @@
-/* nsseq.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/p5_pbe.c

@@ -1,4 +1,3 @@
-/* p5_pbe.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/p5_pbev2.c

@@ -1,4 +1,3 @@
-/* p5_pbev2.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999-2004.

+ 0 - 1
crypto/asn1/p5_scrypt.c

@@ -1,4 +1,3 @@
-/* p5_scrypt.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2015.

+ 0 - 1
crypto/asn1/p8_pkey.c

@@ -1,4 +1,3 @@
-/* p8_pkey.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/t_bitst.c

@@ -1,4 +1,3 @@
-/* t_bitst.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/t_pkey.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/t_spki.c

@@ -1,4 +1,3 @@
-/* t_spki.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 1999.

+ 0 - 1
crypto/asn1/tasn_dec.c

@@ -1,4 +1,3 @@
-/* tasn_dec.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_enc.c

@@ -1,4 +1,3 @@
-/* tasn_enc.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_fre.c

@@ -1,4 +1,3 @@
-/* tasn_fre.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_new.c

@@ -1,4 +1,3 @@
-/* tasn_new.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_prn.c

@@ -1,4 +1,3 @@
-/* tasn_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_scn.c

@@ -1,4 +1,3 @@
-/* tasn_scn.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2010.

+ 0 - 1
crypto/asn1/tasn_typ.c

@@ -1,4 +1,3 @@
-/* tasn_typ.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/tasn_utl.c

@@ -1,4 +1,3 @@
-/* tasn_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/x_algor.c

@@ -1,4 +1,3 @@
-/* x_algor.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/x_bignum.c

@@ -1,4 +1,3 @@
-/* x_bignum.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/x_info.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_info.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/x_long.c

@@ -1,4 +1,3 @@
-/* x_long.c */
 /*
  * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
  * 2000.

+ 0 - 1
crypto/asn1/x_pkey.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/x_pubkey.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pubkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/x_sig.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_sig.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/x_spki.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_spki.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/asn1/x_val.c

@@ -1,4 +1,3 @@
-/* crypto/asn1/x_val.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/async/arch/async_null.c

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/arch/async_null.h

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/arch/async_posix.c

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/arch/async_posix.h

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/arch/async_win.c

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/arch/async_win.h

@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/async.c

@@ -1,4 +1,3 @@
-/* crypto/async/async.c */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/async/async_err.c

@@ -1,4 +1,3 @@
-/* crypto/async/async_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *

+ 0 - 1
crypto/async/async_locl.h

@@ -1,4 +1,3 @@
-/* crypto/async/async_locl.h */
 /*
  * Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
  */

+ 0 - 1
crypto/bf/bf_cbc.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_cfb64.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_ecb.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_enc.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_locl.h

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_ofb64.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_pi.h

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_pi.h */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bf/bf_skey.c

@@ -1,4 +1,3 @@
-/* crypto/bf/bf_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/b_dump.c

@@ -1,4 +1,3 @@
-/* crypto/bio/b_dump.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/b_print.c

@@ -1,4 +1,3 @@
-/* crypto/bio/b_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/b_sock.c

@@ -1,4 +1,3 @@
-/* crypto/bio/b_sock.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/bf_buff.c

@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/bf_lbuf.c

@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

+ 0 - 1
crypto/bio/bf_nbio.c

@@ -1,4 +1,3 @@
-/* crypto/bio/bf_nbio.c */
 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *

Some files were not shown because too many files changed in this diff