[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Jan 26 21:41:14 UTC 2016


The branch master has been updated
       via  349807608f31b20af01a342d0072bb92e0b036e2 (commit)
      from  97ad4870299378741dcdd88189f19da78431afd9 (commit)


- Log -----------------------------------------------------------------
commit 349807608f31b20af01a342d0072bb92e0b036e2
Author: Rich Salz <rsalz at akamai.com>
Date:   Fri Dec 18 12:57:23 2015 -0500

    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 at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 apps/apps.h                                      | 1 -
 apps/s_apps.h                                    | 1 -
 apps/testrsa.h                                   | 1 -
 apps/timeouts.h                                  | 1 -
 crypto/aes/aes_cbc.c                             | 1 -
 crypto/aes/aes_cfb.c                             | 1 -
 crypto/aes/aes_core.c                            | 1 -
 crypto/aes/aes_ecb.c                             | 1 -
 crypto/aes/aes_ige.c                             | 1 -
 crypto/aes/aes_locl.h                            | 1 -
 crypto/aes/aes_misc.c                            | 1 -
 crypto/aes/aes_ofb.c                             | 1 -
 crypto/aes/aes_wrap.c                            | 1 -
 crypto/aes/aes_x86core.c                         | 1 -
 crypto/asn1/a_bitstr.c                           | 1 -
 crypto/asn1/a_d2i_fp.c                           | 1 -
 crypto/asn1/a_digest.c                           | 1 -
 crypto/asn1/a_dup.c                              | 1 -
 crypto/asn1/a_gentm.c                            | 1 -
 crypto/asn1/a_i2d_fp.c                           | 1 -
 crypto/asn1/a_int.c                              | 1 -
 crypto/asn1/a_mbstr.c                            | 1 -
 crypto/asn1/a_object.c                           | 1 -
 crypto/asn1/a_octet.c                            | 1 -
 crypto/asn1/a_print.c                            | 1 -
 crypto/asn1/a_sign.c                             | 1 -
 crypto/asn1/a_strex.c                            | 1 -
 crypto/asn1/a_strnid.c                           | 1 -
 crypto/asn1/a_time.c                             | 1 -
 crypto/asn1/a_type.c                             | 1 -
 crypto/asn1/a_utctm.c                            | 1 -
 crypto/asn1/a_utf8.c                             | 1 -
 crypto/asn1/a_verify.c                           | 1 -
 crypto/asn1/asn1_err.c                           | 1 -
 crypto/asn1/asn1_gen.c                           | 1 -
 crypto/asn1/asn1_lib.c                           | 1 -
 crypto/asn1/asn1_locl.h                          | 1 -
 crypto/asn1/asn1_par.c                           | 1 -
 crypto/asn1/asn_mime.c                           | 1 -
 crypto/asn1/asn_moid.c                           | 1 -
 crypto/asn1/asn_mstbl.c                          | 1 -
 crypto/asn1/asn_pack.c                           | 1 -
 crypto/asn1/bio_asn1.c                           | 1 -
 crypto/asn1/bio_ndef.c                           | 1 -
 crypto/asn1/d2i_pr.c                             | 1 -
 crypto/asn1/d2i_pu.c                             | 1 -
 crypto/asn1/evp_asn1.c                           | 1 -
 crypto/asn1/f_int.c                              | 1 -
 crypto/asn1/f_string.c                           | 1 -
 crypto/asn1/i2d_pr.c                             | 1 -
 crypto/asn1/i2d_pu.c                             | 1 -
 crypto/asn1/n_pkey.c                             | 1 -
 crypto/asn1/nsseq.c                              | 1 -
 crypto/asn1/p5_pbe.c                             | 1 -
 crypto/asn1/p5_pbev2.c                           | 1 -
 crypto/asn1/p5_scrypt.c                          | 1 -
 crypto/asn1/p8_pkey.c                            | 1 -
 crypto/asn1/t_bitst.c                            | 1 -
 crypto/asn1/t_pkey.c                             | 1 -
 crypto/asn1/t_spki.c                             | 1 -
 crypto/asn1/tasn_dec.c                           | 1 -
 crypto/asn1/tasn_enc.c                           | 1 -
 crypto/asn1/tasn_fre.c                           | 1 -
 crypto/asn1/tasn_new.c                           | 1 -
 crypto/asn1/tasn_prn.c                           | 1 -
 crypto/asn1/tasn_scn.c                           | 1 -
 crypto/asn1/tasn_typ.c                           | 1 -
 crypto/asn1/tasn_utl.c                           | 1 -
 crypto/asn1/x_algor.c                            | 1 -
 crypto/asn1/x_bignum.c                           | 1 -
 crypto/asn1/x_info.c                             | 1 -
 crypto/asn1/x_long.c                             | 1 -
 crypto/asn1/x_pkey.c                             | 1 -
 crypto/asn1/x_pubkey.c                           | 1 -
 crypto/asn1/x_sig.c                              | 1 -
 crypto/asn1/x_spki.c                             | 1 -
 crypto/asn1/x_val.c                              | 1 -
 crypto/async/arch/async_null.c                   | 1 -
 crypto/async/arch/async_null.h                   | 1 -
 crypto/async/arch/async_posix.c                  | 1 -
 crypto/async/arch/async_posix.h                  | 1 -
 crypto/async/arch/async_win.c                    | 1 -
 crypto/async/arch/async_win.h                    | 1 -
 crypto/async/async.c                             | 1 -
 crypto/async/async_err.c                         | 1 -
 crypto/async/async_locl.h                        | 1 -
 crypto/bf/bf_cbc.c                               | 1 -
 crypto/bf/bf_cfb64.c                             | 1 -
 crypto/bf/bf_ecb.c                               | 1 -
 crypto/bf/bf_enc.c                               | 1 -
 crypto/bf/bf_locl.h                              | 1 -
 crypto/bf/bf_ofb64.c                             | 1 -
 crypto/bf/bf_pi.h                                | 1 -
 crypto/bf/bf_skey.c                              | 1 -
 crypto/bio/b_dump.c                              | 1 -
 crypto/bio/b_print.c                             | 1 -
 crypto/bio/b_sock.c                              | 1 -
 crypto/bio/bf_buff.c                             | 1 -
 crypto/bio/bf_lbuf.c                             | 1 -
 crypto/bio/bf_nbio.c                             | 1 -
 crypto/bio/bf_null.c                             | 1 -
 crypto/bio/bio_cb.c                              | 1 -
 crypto/bio/bio_err.c                             | 1 -
 crypto/bio/bio_lib.c                             | 1 -
 crypto/bio/bss_acpt.c                            | 1 -
 crypto/bio/bss_bio.c                             | 1 -
 crypto/bio/bss_conn.c                            | 1 -
 crypto/bio/bss_dgram.c                           | 1 -
 crypto/bio/bss_fd.c                              | 1 -
 crypto/bio/bss_file.c                            | 1 -
 crypto/bio/bss_log.c                             | 1 -
 crypto/bio/bss_mem.c                             | 1 -
 crypto/bio/bss_null.c                            | 1 -
 crypto/bio/bss_sock.c                            | 1 -
 crypto/bn/bn_add.c                               | 1 -
 crypto/bn/bn_asm.c                               | 1 -
 crypto/bn/bn_blind.c                             | 1 -
 crypto/bn/bn_const.c                             | 1 -
 crypto/bn/bn_ctx.c                               | 1 -
 crypto/bn/bn_depr.c                              | 1 -
 crypto/bn/bn_div.c                               | 1 -
 crypto/bn/bn_err.c                               | 1 -
 crypto/bn/bn_exp.c                               | 1 -
 crypto/bn/bn_exp2.c                              | 1 -
 crypto/bn/bn_gcd.c                               | 1 -
 crypto/bn/bn_gf2m.c                              | 1 -
 crypto/bn/bn_kron.c                              | 1 -
 crypto/bn/bn_lcl.h                               | 1 -
 crypto/bn/bn_lib.c                               | 1 -
 crypto/bn/bn_mod.c                               | 1 -
 crypto/bn/bn_mont.c                              | 1 -
 crypto/bn/bn_mpi.c                               | 1 -
 crypto/bn/bn_mul.c                               | 1 -
 crypto/bn/bn_nist.c                              | 1 -
 crypto/bn/bn_prime.c                             | 1 -
 crypto/bn/bn_print.c                             | 1 -
 crypto/bn/bn_rand.c                              | 1 -
 crypto/bn/bn_recp.c                              | 1 -
 crypto/bn/bn_shift.c                             | 1 -
 crypto/bn/bn_sqr.c                               | 1 -
 crypto/bn/bn_sqrt.c                              | 1 -
 crypto/bn/bn_word.c                              | 1 -
 crypto/bn/bn_x931p.c                             | 1 -
 crypto/bn/vms-helper.c                           | 1 -
 crypto/buffer/buf_err.c                          | 1 -
 crypto/buffer/buffer.c                           | 1 -
 crypto/camellia/camellia.c                       | 1 -
 crypto/camellia/cmll_cbc.c                       | 1 -
 crypto/camellia/cmll_cfb.c                       | 1 -
 crypto/camellia/cmll_ctr.c                       | 1 -
 crypto/camellia/cmll_ecb.c                       | 1 -
 crypto/camellia/cmll_locl.h                      | 1 -
 crypto/camellia/cmll_misc.c                      | 1 -
 crypto/camellia/cmll_ofb.c                       | 1 -
 crypto/cast/c_cfb64.c                            | 1 -
 crypto/cast/c_ecb.c                              | 1 -
 crypto/cast/c_enc.c                              | 1 -
 crypto/cast/c_ofb64.c                            | 1 -
 crypto/cast/c_skey.c                             | 1 -
 crypto/cast/cast_lcl.h                           | 1 -
 crypto/cast/cast_s.h                             | 1 -
 crypto/cmac/cmac.c                               | 1 -
 crypto/cms/cms_asn1.c                            | 1 -
 crypto/cms/cms_att.c                             | 1 -
 crypto/cms/cms_cd.c                              | 1 -
 crypto/cms/cms_dd.c                              | 1 -
 crypto/cms/cms_enc.c                             | 1 -
 crypto/cms/cms_env.c                             | 1 -
 crypto/cms/cms_err.c                             | 1 -
 crypto/cms/cms_ess.c                             | 1 -
 crypto/cms/cms_io.c                              | 1 -
 crypto/cms/cms_kari.c                            | 1 -
 crypto/cms/cms_lcl.h                             | 1 -
 crypto/cms/cms_lib.c                             | 1 -
 crypto/cms/cms_pwri.c                            | 1 -
 crypto/cms/cms_sd.c                              | 1 -
 crypto/cms/cms_smime.c                           | 1 -
 crypto/comp/comp_err.c                           | 1 -
 crypto/conf/conf_api.c                           | 1 -
 crypto/conf/conf_def.c                           | 1 -
 crypto/conf/conf_def.h                           | 1 -
 crypto/conf/conf_err.c                           | 1 -
 crypto/conf/conf_lib.c                           | 1 -
 crypto/conf/conf_mall.c                          | 1 -
 crypto/conf/conf_mod.c                           | 1 -
 crypto/conf/conf_sap.c                           | 1 -
 crypto/cpt_err.c                                 | 1 -
 crypto/cryptlib.c                                | 1 -
 crypto/ct/ct_err.c                               | 1 -
 crypto/cversion.c                                | 1 -
 crypto/des/cbc_cksm.c                            | 1 -
 crypto/des/cbc_enc.c                             | 1 -
 crypto/des/cfb64ede.c                            | 1 -
 crypto/des/cfb64enc.c                            | 1 -
 crypto/des/cfb_enc.c                             | 1 -
 crypto/des/des_enc.c                             | 1 -
 crypto/des/des_locl.h                            | 1 -
 crypto/des/ecb3_enc.c                            | 1 -
 crypto/des/ecb_enc.c                             | 1 -
 crypto/des/enc_read.c                            | 1 -
 crypto/des/enc_writ.c                            | 1 -
 crypto/des/fcrypt_b.c                            | 1 -
 crypto/des/ncbc_enc.c                            | 1 -
 crypto/des/ofb64ede.c                            | 1 -
 crypto/des/ofb64enc.c                            | 1 -
 crypto/des/ofb_enc.c                             | 1 -
 crypto/des/pcbc_enc.c                            | 1 -
 crypto/des/qud_cksm.c                            | 1 -
 crypto/des/rand_key.c                            | 1 -
 crypto/des/read2pwd.c                            | 1 -
 crypto/des/rpc_des.h                             | 1 -
 crypto/des/rpc_enc.c                             | 1 -
 crypto/des/set_key.c                             | 1 -
 crypto/des/spr.h                                 | 1 -
 crypto/des/str2key.c                             | 1 -
 crypto/des/xcbc_enc.c                            | 1 -
 crypto/dh/dh_asn1.c                              | 1 -
 crypto/dh/dh_check.c                             | 1 -
 crypto/dh/dh_depr.c                              | 1 -
 crypto/dh/dh_err.c                               | 1 -
 crypto/dh/dh_gen.c                               | 1 -
 crypto/dh/dh_kdf.c                               | 1 -
 crypto/dh/dh_key.c                               | 1 -
 crypto/dh/dh_lib.c                               | 1 -
 crypto/dh/dh_prn.c                               | 1 -
 crypto/dsa/dsa_asn1.c                            | 1 -
 crypto/dsa/dsa_depr.c                            | 1 -
 crypto/dsa/dsa_err.c                             | 1 -
 crypto/dsa/dsa_gen.c                             | 1 -
 crypto/dsa/dsa_key.c                             | 1 -
 crypto/dsa/dsa_lib.c                             | 1 -
 crypto/dsa/dsa_ossl.c                            | 1 -
 crypto/dsa/dsa_prn.c                             | 1 -
 crypto/dsa/dsa_sign.c                            | 1 -
 crypto/dsa/dsa_vrf.c                             | 1 -
 crypto/dso/dso_dl.c                              | 1 -
 crypto/dso/dso_dlfcn.c                           | 1 -
 crypto/dso/dso_err.c                             | 1 -
 crypto/dso/dso_lib.c                             | 1 -
 crypto/dso/dso_null.c                            | 1 -
 crypto/dso/dso_openssl.c                         | 1 -
 crypto/dso/dso_vms.c                             | 1 -
 crypto/dso/dso_win32.c                           | 1 -
 crypto/ebcdic.c                                  | 1 -
 crypto/ec/ec2_mult.c                             | 1 -
 crypto/ec/ec2_oct.c                              | 1 -
 crypto/ec/ec2_smpl.c                             | 1 -
 crypto/ec/ec_asn1.c                              | 1 -
 crypto/ec/ec_check.c                             | 1 -
 crypto/ec/ec_curve.c                             | 1 -
 crypto/ec/ec_cvt.c                               | 1 -
 crypto/ec/ec_err.c                               | 1 -
 crypto/ec/ec_key.c                               | 1 -
 crypto/ec/ec_kmeth.c                             | 1 -
 crypto/ec/ec_lcl.h                               | 1 -
 crypto/ec/ec_lib.c                               | 1 -
 crypto/ec/ec_mult.c                              | 1 -
 crypto/ec/ec_oct.c                               | 1 -
 crypto/ec/ec_print.c                             | 1 -
 crypto/ec/ecdh_kdf.c                             | 1 -
 crypto/ec/ecdh_ossl.c                            | 1 -
 crypto/ec/ecdsa_ossl.c                           | 1 -
 crypto/ec/ecdsa_sign.c                           | 1 -
 crypto/ec/ecdsa_vrf.c                            | 1 -
 crypto/ec/eck_prn.c                              | 1 -
 crypto/ec/ecp_mont.c                             | 1 -
 crypto/ec/ecp_nist.c                             | 1 -
 crypto/ec/ecp_nistp224.c                         | 1 -
 crypto/ec/ecp_nistp256.c                         | 1 -
 crypto/ec/ecp_nistp521.c                         | 1 -
 crypto/ec/ecp_nistputil.c                        | 1 -
 crypto/ec/ecp_oct.c                              | 1 -
 crypto/ec/ecp_smpl.c                             | 1 -
 crypto/engine/eng_all.c                          | 1 -
 crypto/engine/eng_cnf.c                          | 1 -
 crypto/engine/eng_ctrl.c                         | 1 -
 crypto/engine/eng_dyn.c                          | 1 -
 crypto/engine/eng_err.c                          | 1 -
 crypto/engine/eng_fat.c                          | 1 -
 crypto/engine/eng_init.c                         | 1 -
 crypto/engine/eng_int.h                          | 1 -
 crypto/engine/eng_lib.c                          | 1 -
 crypto/engine/eng_list.c                         | 1 -
 crypto/engine/eng_openssl.c                      | 1 -
 crypto/engine/eng_pkey.c                         | 1 -
 crypto/err/err.c                                 | 1 -
 crypto/err/err_all.c                             | 1 -
 crypto/err/err_prn.c                             | 1 -
 crypto/evp/bio_b64.c                             | 1 -
 crypto/evp/bio_enc.c                             | 1 -
 crypto/evp/bio_md.c                              | 1 -
 crypto/evp/bio_ok.c                              | 1 -
 crypto/evp/c_all.c                               | 1 -
 crypto/evp/c_allc.c                              | 1 -
 crypto/evp/c_alld.c                              | 1 -
 crypto/evp/cmeth_lib.c                           | 1 -
 crypto/evp/digest.c                              | 1 -
 crypto/evp/e_bf.c                                | 1 -
 crypto/evp/e_camellia.c                          | 1 -
 crypto/evp/e_cast.c                              | 1 -
 crypto/evp/e_des.c                               | 1 -
 crypto/evp/e_des3.c                              | 1 -
 crypto/evp/e_idea.c                              | 1 -
 crypto/evp/e_null.c                              | 1 -
 crypto/evp/e_old.c                               | 1 -
 crypto/evp/e_rc2.c                               | 1 -
 crypto/evp/e_rc4.c                               | 1 -
 crypto/evp/e_rc5.c                               | 1 -
 crypto/evp/e_seed.c                              | 1 -
 crypto/evp/e_xcbc_d.c                            | 1 -
 crypto/evp/encode.c                              | 1 -
 crypto/evp/evp_acnf.c                            | 1 -
 crypto/evp/evp_cnf.c                             | 1 -
 crypto/evp/evp_enc.c                             | 1 -
 crypto/evp/evp_err.c                             | 1 -
 crypto/evp/evp_key.c                             | 1 -
 crypto/evp/evp_lib.c                             | 1 -
 crypto/evp/evp_locl.h                            | 1 -
 crypto/evp/evp_pbe.c                             | 1 -
 crypto/evp/evp_pkey.c                            | 1 -
 crypto/evp/m_md2.c                               | 1 -
 crypto/evp/m_md4.c                               | 1 -
 crypto/evp/m_md5.c                               | 1 -
 crypto/evp/m_md5_sha1.c                          | 1 -
 crypto/evp/m_mdc2.c                              | 1 -
 crypto/evp/m_null.c                              | 1 -
 crypto/evp/m_ripemd.c                            | 1 -
 crypto/evp/m_sha1.c                              | 1 -
 crypto/evp/m_sigver.c                            | 1 -
 crypto/evp/m_wp.c                                | 1 -
 crypto/evp/names.c                               | 1 -
 crypto/evp/p5_crpt.c                             | 1 -
 crypto/evp/p5_crpt2.c                            | 1 -
 crypto/evp/p_dec.c                               | 1 -
 crypto/evp/p_enc.c                               | 1 -
 crypto/evp/p_lib.c                               | 1 -
 crypto/evp/p_open.c                              | 1 -
 crypto/evp/p_seal.c                              | 1 -
 crypto/evp/p_sign.c                              | 1 -
 crypto/evp/p_verify.c                            | 1 -
 crypto/evp/pmeth_fn.c                            | 1 -
 crypto/evp/pmeth_gn.c                            | 1 -
 crypto/evp/pmeth_lib.c                           | 1 -
 crypto/evp/scrypt.c                              | 1 -
 crypto/fips_err.h                                | 1 -
 crypto/hmac/hmac.c                               | 1 -
 crypto/hmac/hmac_lcl.h                           | 1 -
 crypto/idea/i_cbc.c                              | 1 -
 crypto/idea/i_cfb64.c                            | 1 -
 crypto/idea/i_ecb.c                              | 1 -
 crypto/idea/i_ofb64.c                            | 1 -
 crypto/idea/i_skey.c                             | 1 -
 crypto/idea/idea_lcl.h                           | 1 -
 crypto/include/internal/asn1_int.h               | 1 -
 crypto/include/internal/cryptlib.h               | 1 -
 crypto/include/internal/ct_int.h                 | 1 -
 crypto/include/internal/evp_int.h                | 1 -
 crypto/include/internal/md32_common.h            | 1 -
 crypto/include/internal/x509_int.h               | 1 -
 crypto/jpake/jpake_err.c                         | 1 -
 crypto/lhash/lh_stats.c                          | 1 -
 crypto/lhash/lh_test.c                           | 1 -
 crypto/lhash/lhash.c                             | 1 -
 crypto/lock.c                                    | 1 -
 crypto/md2/md2_dgst.c                            | 1 -
 crypto/md2/md2_one.c                             | 1 -
 crypto/md4/md4_dgst.c                            | 1 -
 crypto/md4/md4_locl.h                            | 1 -
 crypto/md4/md4_one.c                             | 1 -
 crypto/md5/md5_dgst.c                            | 1 -
 crypto/md5/md5_locl.h                            | 1 -
 crypto/md5/md5_one.c                             | 1 -
 crypto/mdc2/mdc2_one.c                           | 1 -
 crypto/mdc2/mdc2dgst.c                           | 1 -
 crypto/mem.c                                     | 1 -
 crypto/mem_clr.c                                 | 1 -
 crypto/mem_dbg.c                                 | 1 -
 crypto/modes/wrap128.c                           | 1 -
 crypto/o_dir.c                                   | 1 -
 crypto/o_dir_test.c                              | 1 -
 crypto/o_init.c                                  | 1 -
 crypto/o_str.c                                   | 1 -
 crypto/o_time.c                                  | 1 -
 crypto/objects/obj_dat.c                         | 1 -
 crypto/objects/obj_dat.h                         | 1 -
 crypto/objects/obj_err.c                         | 1 -
 crypto/objects/obj_lib.c                         | 1 -
 crypto/objects/obj_xref.c                        | 1 -
 crypto/ocsp/ocsp_asn.c                           | 1 -
 crypto/ocsp/ocsp_cl.c                            | 1 -
 crypto/ocsp/ocsp_err.c                           | 1 -
 crypto/ocsp/ocsp_ext.c                           | 1 -
 crypto/ocsp/ocsp_ht.c                            | 1 -
 crypto/ocsp/ocsp_lcl.h                           | 1 -
 crypto/ocsp/ocsp_lib.c                           | 1 -
 crypto/ocsp/ocsp_prn.c                           | 1 -
 crypto/ocsp/ocsp_srv.c                           | 1 -
 crypto/ocsp/ocsp_vfy.c                           | 1 -
 crypto/ocsp/v3_ocsp.c                            | 1 -
 crypto/pem/pem_all.c                             | 1 -
 crypto/pem/pem_err.c                             | 1 -
 crypto/pem/pem_info.c                            | 1 -
 crypto/pem/pem_lib.c                             | 1 -
 crypto/pem/pem_oth.c                             | 1 -
 crypto/pem/pem_pk8.c                             | 1 -
 crypto/pem/pem_pkey.c                            | 1 -
 crypto/pem/pem_sign.c                            | 1 -
 crypto/pem/pem_x509.c                            | 1 -
 crypto/pem/pem_xaux.c                            | 1 -
 crypto/pkcs12/p12_add.c                          | 1 -
 crypto/pkcs12/p12_asn.c                          | 1 -
 crypto/pkcs12/p12_attr.c                         | 1 -
 crypto/pkcs12/p12_crpt.c                         | 1 -
 crypto/pkcs12/p12_crt.c                          | 1 -
 crypto/pkcs12/p12_decr.c                         | 1 -
 crypto/pkcs12/p12_init.c                         | 1 -
 crypto/pkcs12/p12_key.c                          | 1 -
 crypto/pkcs12/p12_kiss.c                         | 1 -
 crypto/pkcs12/p12_mutl.c                         | 1 -
 crypto/pkcs12/p12_npas.c                         | 1 -
 crypto/pkcs12/p12_p8d.c                          | 1 -
 crypto/pkcs12/p12_p8e.c                          | 1 -
 crypto/pkcs12/p12_utl.c                          | 1 -
 crypto/pkcs12/pk12err.c                          | 1 -
 crypto/pkcs7/bio_pk7.c                           | 1 -
 crypto/pkcs7/pk7_asn1.c                          | 1 -
 crypto/pkcs7/pk7_attr.c                          | 1 -
 crypto/pkcs7/pk7_dgst.c                          | 1 -
 crypto/pkcs7/pk7_doit.c                          | 1 -
 crypto/pkcs7/pk7_enc.c                           | 1 -
 crypto/pkcs7/pk7_lib.c                           | 1 -
 crypto/pkcs7/pk7_mime.c                          | 1 -
 crypto/pkcs7/pk7_smime.c                         | 1 -
 crypto/pkcs7/pkcs7err.c                          | 1 -
 crypto/rand/md_rand.c                            | 1 -
 crypto/rand/rand_egd.c                           | 1 -
 crypto/rand/rand_err.c                           | 1 -
 crypto/rand/rand_lcl.h                           | 1 -
 crypto/rand/rand_lib.c                           | 1 -
 crypto/rand/rand_nw.c                            | 1 -
 crypto/rand/rand_os2.c                           | 1 -
 crypto/rand/rand_unix.c                          | 1 -
 crypto/rand/rand_vms.c                           | 1 -
 crypto/rand/rand_win.c                           | 1 -
 crypto/rand/randfile.c                           | 1 -
 crypto/rc2/rc2_cbc.c                             | 1 -
 crypto/rc2/rc2_ecb.c                             | 1 -
 crypto/rc2/rc2_locl.h                            | 1 -
 crypto/rc2/rc2_skey.c                            | 1 -
 crypto/rc2/rc2cfb64.c                            | 1 -
 crypto/rc2/rc2ofb64.c                            | 1 -
 crypto/rc4/rc4_enc.c                             | 1 -
 crypto/rc4/rc4_skey.c                            | 1 -
 crypto/rc5/rc5_ecb.c                             | 1 -
 crypto/rc5/rc5_enc.c                             | 1 -
 crypto/rc5/rc5_locl.h                            | 1 -
 crypto/rc5/rc5_skey.c                            | 1 -
 crypto/rc5/rc5cfb64.c                            | 1 -
 crypto/rc5/rc5ofb64.c                            | 1 -
 crypto/ripemd/rmd_dgst.c                         | 1 -
 crypto/ripemd/rmd_locl.h                         | 1 -
 crypto/ripemd/rmd_one.c                          | 1 -
 crypto/ripemd/rmdconst.h                         | 1 -
 crypto/rsa/rsa_ameth.c                           | 1 -
 crypto/rsa/rsa_asn1.c                            | 1 -
 crypto/rsa/rsa_chk.c                             | 1 -
 crypto/rsa/rsa_crpt.c                            | 1 -
 crypto/rsa/rsa_depr.c                            | 1 -
 crypto/rsa/rsa_err.c                             | 1 -
 crypto/rsa/rsa_gen.c                             | 1 -
 crypto/rsa/rsa_lib.c                             | 1 -
 crypto/rsa/rsa_none.c                            | 1 -
 crypto/rsa/rsa_null.c                            | 1 -
 crypto/rsa/rsa_oaep.c                            | 1 -
 crypto/rsa/rsa_pk1.c                             | 1 -
 crypto/rsa/rsa_pmeth.c                           | 1 -
 crypto/rsa/rsa_prn.c                             | 1 -
 crypto/rsa/rsa_pss.c                             | 1 -
 crypto/rsa/rsa_saos.c                            | 1 -
 crypto/rsa/rsa_sign.c                            | 1 -
 crypto/rsa/rsa_ssl.c                             | 1 -
 crypto/rsa/rsa_x931.c                            | 1 -
 crypto/rsa/rsa_x931g.c                           | 1 -
 crypto/seed/seed_cbc.c                           | 1 -
 crypto/seed/seed_cfb.c                           | 1 -
 crypto/seed/seed_ecb.c                           | 1 -
 crypto/seed/seed_ofb.c                           | 1 -
 crypto/sha/sha1_one.c                            | 1 -
 crypto/sha/sha1dgst.c                            | 1 -
 crypto/sha/sha256.c                              | 1 -
 crypto/sha/sha512.c                              | 1 -
 crypto/sha/sha_locl.h                            | 1 -
 crypto/srp/srp_lib.c                             | 1 -
 crypto/srp/srp_vfy.c                             | 1 -
 crypto/stack/stack.c                             | 1 -
 crypto/store/str_err.c                           | 1 -
 crypto/store/str_lib.c                           | 1 -
 crypto/store/str_locl.h                          | 1 -
 crypto/store/str_mem.c                           | 1 -
 crypto/store/str_meth.c                          | 1 -
 crypto/thr_id.c                                  | 1 -
 crypto/ts/ts_asn1.c                              | 1 -
 crypto/ts/ts_conf.c                              | 1 -
 crypto/ts/ts_err.c                               | 1 -
 crypto/ts/ts_lib.c                               | 1 -
 crypto/ts/ts_req_print.c                         | 1 -
 crypto/ts/ts_req_utils.c                         | 1 -
 crypto/ts/ts_rsp_print.c                         | 1 -
 crypto/ts/ts_rsp_sign.c                          | 1 -
 crypto/ts/ts_rsp_utils.c                         | 1 -
 crypto/ts/ts_rsp_verify.c                        | 1 -
 crypto/ts/ts_verify_ctx.c                        | 1 -
 crypto/txt_db/txt_db.c                           | 1 -
 crypto/ui/ui_err.c                               | 1 -
 crypto/ui/ui_lib.c                               | 1 -
 crypto/ui/ui_locl.h                              | 1 -
 crypto/ui/ui_openssl.c                           | 1 -
 crypto/ui/ui_util.c                              | 1 -
 crypto/uid.c                                     | 1 -
 crypto/x509/by_dir.c                             | 1 -
 crypto/x509/by_file.c                            | 1 -
 crypto/x509/t_crl.c                              | 1 -
 crypto/x509/t_req.c                              | 1 -
 crypto/x509/t_x509.c                             | 1 -
 crypto/x509/x509_att.c                           | 1 -
 crypto/x509/x509_cmp.c                           | 1 -
 crypto/x509/x509_d2.c                            | 1 -
 crypto/x509/x509_def.c                           | 1 -
 crypto/x509/x509_err.c                           | 1 -
 crypto/x509/x509_ext.c                           | 1 -
 crypto/x509/x509_lcl.h                           | 1 -
 crypto/x509/x509_lu.c                            | 1 -
 crypto/x509/x509_obj.c                           | 1 -
 crypto/x509/x509_r2x.c                           | 1 -
 crypto/x509/x509_req.c                           | 1 -
 crypto/x509/x509_set.c                           | 1 -
 crypto/x509/x509_trs.c                           | 1 -
 crypto/x509/x509_txt.c                           | 1 -
 crypto/x509/x509_v3.c                            | 1 -
 crypto/x509/x509_vfy.c                           | 1 -
 crypto/x509/x509_vpm.c                           | 1 -
 crypto/x509/x509cset.c                           | 1 -
 crypto/x509/x509name.c                           | 1 -
 crypto/x509/x509rset.c                           | 1 -
 crypto/x509/x509spki.c                           | 1 -
 crypto/x509/x509type.c                           | 1 -
 crypto/x509/x_all.c                              | 1 -
 crypto/x509/x_attrib.c                           | 1 -
 crypto/x509/x_crl.c                              | 1 -
 crypto/x509/x_exten.c                            | 1 -
 crypto/x509/x_name.c                             | 1 -
 crypto/x509/x_req.c                              | 1 -
 crypto/x509/x_x509.c                             | 1 -
 crypto/x509/x_x509a.c                            | 1 -
 crypto/x509v3/ext_dat.h                          | 1 -
 crypto/x509v3/pcy_cache.c                        | 1 -
 crypto/x509v3/pcy_data.c                         | 1 -
 crypto/x509v3/pcy_int.h                          | 1 -
 crypto/x509v3/pcy_lib.c                          | 1 -
 crypto/x509v3/pcy_map.c                          | 1 -
 crypto/x509v3/pcy_node.c                         | 1 -
 crypto/x509v3/pcy_tree.c                         | 1 -
 crypto/x509v3/tabtest.c                          | 1 -
 crypto/x509v3/v3_akey.c                          | 1 -
 crypto/x509v3/v3_akeya.c                         | 1 -
 crypto/x509v3/v3_alt.c                           | 1 -
 crypto/x509v3/v3_bcons.c                         | 1 -
 crypto/x509v3/v3_bitst.c                         | 1 -
 crypto/x509v3/v3_conf.c                          | 1 -
 crypto/x509v3/v3_cpols.c                         | 1 -
 crypto/x509v3/v3_crld.c                          | 1 -
 crypto/x509v3/v3_enum.c                          | 1 -
 crypto/x509v3/v3_extku.c                         | 1 -
 crypto/x509v3/v3_genn.c                          | 1 -
 crypto/x509v3/v3_ia5.c                           | 1 -
 crypto/x509v3/v3_info.c                          | 1 -
 crypto/x509v3/v3_int.c                           | 1 -
 crypto/x509v3/v3_lib.c                           | 1 -
 crypto/x509v3/v3_ncons.c                         | 1 -
 crypto/x509v3/v3_pci.c                           | 1 -
 crypto/x509v3/v3_pcia.c                          | 1 -
 crypto/x509v3/v3_pcons.c                         | 1 -
 crypto/x509v3/v3_pku.c                           | 1 -
 crypto/x509v3/v3_pmaps.c                         | 1 -
 crypto/x509v3/v3_prn.c                           | 1 -
 crypto/x509v3/v3_purp.c                          | 1 -
 crypto/x509v3/v3_scts.c                          | 1 -
 crypto/x509v3/v3_skey.c                          | 1 -
 crypto/x509v3/v3_sxnet.c                         | 1 -
 crypto/x509v3/v3_tlsf.c                          | 1 -
 crypto/x509v3/v3_utl.c                           | 1 -
 crypto/x509v3/v3conf.c                           | 1 -
 crypto/x509v3/v3err.c                            | 1 -
 crypto/x509v3/v3prin.c                           | 1 -
 demos/bio/saccept.c                              | 3 ---
 demos/bio/sconnect.c                             | 3 ---
 demos/bio/server-arg.c                           | 3 ---
 demos/bio/server-cmod.c                          | 3 ---
 demos/bio/server-conf.c                          | 3 ---
 demos/easy_tls/test.c                            | 1 -
 demos/easy_tls/test.h                            | 1 -
 demos/engines/cluster_labs/hw_cluster_labs.c     | 1 -
 demos/engines/cluster_labs/hw_cluster_labs_err.c | 1 -
 demos/engines/ibmca/hw_ibmca.c                   | 1 -
 demos/engines/ibmca/hw_ibmca_err.c               | 1 -
 demos/engines/rsaref/rsaref_err.c                | 1 -
 demos/engines/rsaref/rsaref_err.h                | 1 -
 demos/engines/zencod/hw_zencod.c                 | 1 -
 demos/engines/zencod/hw_zencod.h                 | 1 -
 demos/engines/zencod/hw_zencod_err.c             | 1 -
 demos/pkcs12/pkread.c                            | 1 -
 demos/pkcs12/pkwrite.c                           | 1 -
 demos/sign/sign.c                                | 1 -
 e_os.h                                           | 1 -
 engines/e_capi.c                                 | 1 -
 engines/e_capi_err.c                             | 1 -
 engines/e_chil.c                                 | 1 -
 engines/e_chil_err.c                             | 1 -
 engines/e_dasync.c                               | 1 -
 engines/e_dasync_err.c                           | 1 -
 engines/e_ossltest.c                             | 1 -
 engines/e_ossltest_err.c                         | 1 -
 engines/e_ubsec.c                                | 1 -
 engines/e_ubsec_err.c                            | 1 -
 include/internal/constant_time_locl.h            | 1 -
 include/internal/dane.h                          | 1 -
 include/internal/o_dir.h                         | 1 -
 include/internal/o_str.h                         | 1 -
 include/openssl/aes.h                            | 1 -
 include/openssl/asn1.h                           | 1 -
 include/openssl/asn1t.h                          | 1 -
 include/openssl/async.h                          | 1 -
 include/openssl/bio.h                            | 1 -
 include/openssl/blowfish.h                       | 1 -
 include/openssl/bn.h                             | 1 -
 include/openssl/buffer.h                         | 1 -
 include/openssl/camellia.h                       | 1 -
 include/openssl/cast.h                           | 1 -
 include/openssl/cmac.h                           | 1 -
 include/openssl/cms.h                            | 1 -
 include/openssl/conf.h                           | 1 -
 include/openssl/conf_api.h                       | 1 -
 include/openssl/crypto.h                         | 1 -
 include/openssl/des.h                            | 1 -
 include/openssl/dh.h                             | 1 -
 include/openssl/dsa.h                            | 1 -
 include/openssl/dso.h                            | 1 -
 include/openssl/dtls1.h                          | 1 -
 include/openssl/e_os2.h                          | 1 -
 include/openssl/ebcdic.h                         | 1 -
 include/openssl/engine.h                         | 1 -
 include/openssl/err.h                            | 1 -
 include/openssl/evp.h                            | 1 -
 include/openssl/hmac.h                           | 1 -
 include/openssl/idea.h                           | 1 -
 include/openssl/kdf.h                            | 1 -
 include/openssl/lhash.h                          | 1 -
 include/openssl/md2.h                            | 1 -
 include/openssl/md4.h                            | 1 -
 include/openssl/md5.h                            | 1 -
 include/openssl/mdc2.h                           | 1 -
 include/openssl/obj_mac.h                        | 1 -
 include/openssl/objects.h                        | 1 -
 include/openssl/ocsp.h                           | 1 -
 include/openssl/opensslconf.h.in                 | 1 -
 include/openssl/pem.h                            | 1 -
 include/openssl/pkcs12.h                         | 1 -
 include/openssl/pkcs7.h                          | 1 -
 include/openssl/rand.h                           | 1 -
 include/openssl/rc2.h                            | 1 -
 include/openssl/rc4.h                            | 1 -
 include/openssl/rc5.h                            | 1 -
 include/openssl/ripemd.h                         | 1 -
 include/openssl/rsa.h                            | 1 -
 include/openssl/sha.h                            | 1 -
 include/openssl/srp.h                            | 1 -
 include/openssl/srtp.h                           | 1 -
 include/openssl/ssl.h                            | 1 -
 include/openssl/ssl2.h                           | 1 -
 include/openssl/ssl3.h                           | 1 -
 include/openssl/stack.h                          | 1 -
 include/openssl/store.h                          | 1 -
 include/openssl/tls1.h                           | 1 -
 include/openssl/ts.h                             | 1 -
 include/openssl/txt_db.h                         | 1 -
 include/openssl/ui.h                             | 1 -
 include/openssl/x509.h                           | 1 -
 include/openssl/x509_vfy.h                       | 1 -
 include/openssl/x509v3.h                         | 1 -
 ssl/bio_ssl.c                                    | 1 -
 ssl/d1_lib.c                                     | 1 -
 ssl/d1_msg.c                                     | 1 -
 ssl/d1_srtp.c                                    | 1 -
 ssl/methods.c                                    | 1 -
 ssl/packet_locl.h                                | 1 -
 ssl/pqueue.c                                     | 1 -
 ssl/record/dtls1_bitmap.c                        | 1 -
 ssl/record/rec_layer_d1.c                        | 1 -
 ssl/record/rec_layer_s3.c                        | 1 -
 ssl/record/record.h                              | 1 -
 ssl/record/record_locl.h                         | 1 -
 ssl/record/ssl3_buffer.c                         | 1 -
 ssl/record/ssl3_record.c                         | 1 -
 ssl/s3_cbc.c                                     | 1 -
 ssl/s3_enc.c                                     | 1 -
 ssl/s3_lib.c                                     | 1 -
 ssl/s3_msg.c                                     | 1 -
 ssl/ssl_algs.c                                   | 1 -
 ssl/ssl_asn1.c                                   | 1 -
 ssl/ssl_ciph.c                                   | 1 -
 ssl/ssl_err.c                                    | 1 -
 ssl/ssl_err2.c                                   | 1 -
 ssl/ssl_locl.h                                   | 1 -
 ssl/ssl_mcnf.c                                   | 1 -
 ssl/ssl_rsa.c                                    | 1 -
 ssl/ssl_sess.c                                   | 1 -
 ssl/ssl_stat.c                                   | 1 -
 ssl/ssl_txt.c                                    | 1 -
 ssl/ssl_utst.c                                   | 1 -
 ssl/statem/statem.c                              | 1 -
 ssl/statem/statem.h                              | 1 -
 ssl/statem/statem_clnt.c                         | 1 -
 ssl/statem/statem_dtls.c                         | 1 -
 ssl/statem/statem_lib.c                          | 1 -
 ssl/statem/statem_locl.h                         | 1 -
 ssl/statem/statem_srvr.c                         | 1 -
 ssl/t1_enc.c                                     | 1 -
 ssl/t1_ext.c                                     | 1 -
 ssl/t1_lib.c                                     | 1 -
 ssl/t1_reneg.c                                   | 1 -
 ssl/t1_trce.c                                    | 1 -
 ssl/tls_srp.c                                    | 1 -
 test/asynctest.c                                 | 1 -
 test/bftest.c                                    | 1 -
 test/bntest.c                                    | 1 -
 test/casttest.c                                  | 1 -
 test/constant_time_test.c                        | 1 -
 test/danetest.c                                  | 1 -
 test/destest.c                                   | 1 -
 test/dhtest.c                                    | 1 -
 test/dsatest.c                                   | 1 -
 test/ecdhtest.c                                  | 1 -
 test/ecdsatest.c                                 | 1 -
 test/ectest.c                                    | 1 -
 test/enginetest.c                                | 1 -
 test/evp_test.c                                  | 1 -
 test/exptest.c                                   | 1 -
 test/heartbeat_test.c                            | 1 -
 test/hmactest.c                                  | 1 -
 test/ideatest.c                                  | 1 -
 test/igetest.c                                   | 1 -
 test/md2test.c                                   | 1 -
 test/md4test.c                                   | 1 -
 test/md5test.c                                   | 1 -
 test/mdc2test.c                                  | 1 -
 test/methtest.c                                  | 1 -
 test/packettest.c                                | 1 -
 test/r160test.c                                  | 1 -
 test/randtest.c                                  | 1 -
 test/rc2test.c                                   | 1 -
 test/rc4test.c                                   | 1 -
 test/rc5test.c                                   | 1 -
 test/rmdtest.c                                   | 1 -
 test/sha1test.c                                  | 1 -
 test/sha256t.c                                   | 1 -
 test/sha512t.c                                   | 1 -
 test/ssltest.c                                   | 1 -
 test/testutil.c                                  | 1 -
 test/testutil.h                                  | 1 -
 769 files changed, 779 deletions(-)

diff --git a/apps/apps.h b/apps/apps.h
index e402f3c..99bcd50 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -1,4 +1,3 @@
-/* apps/apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/apps/s_apps.h b/apps/s_apps.h
index 91faf4f..a065da4 100644
--- a/apps/s_apps.h
+++ b/apps/s_apps.h
@@ -1,4 +1,3 @@
-/* apps/s_apps.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/apps/testrsa.h b/apps/testrsa.h
index 556f67b..b163313 100644
--- a/apps/testrsa.h
+++ b/apps/testrsa.h
@@ -1,4 +1,3 @@
-/* apps/testrsa.h */
 /* used by apps/speed.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
diff --git a/apps/timeouts.h b/apps/timeouts.h
index f423010..dc83e9d 100644
--- a/apps/timeouts.h
+++ b/apps/timeouts.h
@@ -1,4 +1,3 @@
-/* apps/timeouts.h */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/crypto/aes/aes_cbc.c b/crypto/aes/aes_cbc.c
index 805d0e2..826de68 100644
--- a/crypto/aes/aes_cbc.c
+++ b/crypto/aes/aes_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_cfb.c b/crypto/aes/aes_cfb.c
index 1225000..3962c3e 100644
--- a/crypto/aes/aes_cfb.c
+++ b/crypto/aes/aes_cfb.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_cfb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_core.c b/crypto/aes/aes_core.c
index 20c545e..326cc56 100644
--- a/crypto/aes/aes_core.c
+++ b/crypto/aes/aes_core.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
diff --git a/crypto/aes/aes_ecb.c b/crypto/aes/aes_ecb.c
index 52151a5..61cb0e7 100644
--- a/crypto/aes/aes_ecb.c
+++ b/crypto/aes/aes_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ecb.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_ige.c b/crypto/aes/aes_ige.c
index b3ff982..f8f4ba5 100644
--- a/crypto/aes/aes_ige.c
+++ b/crypto/aes/aes_ige.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ige.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_locl.h b/crypto/aes/aes_locl.h
index 7acd74e..7ab2d19 100644
--- a/crypto/aes/aes_locl.h
+++ b/crypto/aes/aes_locl.h
@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_misc.c b/crypto/aes/aes_misc.c
index 5af36d5..ca84a6c 100644
--- a/crypto/aes/aes_misc.c
+++ b/crypto/aes/aes_misc.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_misc.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_ofb.c b/crypto/aes/aes_ofb.c
index 64a08ca..bc24038 100644
--- a/crypto/aes/aes_ofb.c
+++ b/crypto/aes/aes_ofb.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_ofb.c */
 /* ====================================================================
  * Copyright (c) 2002-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/aes/aes_wrap.c b/crypto/aes/aes_wrap.c
index b370a4f..c9cd3d3 100644
--- a/crypto/aes/aes_wrap.c
+++ b/crypto/aes/aes_wrap.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_wrap.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/aes/aes_x86core.c b/crypto/aes/aes_x86core.c
index b5dd697..400884a 100644
--- a/crypto/aes/aes_x86core.c
+++ b/crypto/aes/aes_x86core.c
@@ -1,4 +1,3 @@
-/* crypto/aes/aes_core.c */
 /**
  * rijndael-alg-fst.c
  *
diff --git a/crypto/asn1/a_bitstr.c b/crypto/asn1/a_bitstr.c
index b4e71fd..00b0854 100644
--- a/crypto/asn1/a_bitstr.c
+++ b/crypto/asn1/a_bitstr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_bitstr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c
index 2e61029..5ba6e1d 100644
--- a/crypto/asn1/a_d2i_fp.c
+++ b/crypto/asn1/a_d2i_fp.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_d2i_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c
index 57adccc..a2c837c 100644
--- a/crypto/asn1/a_digest.c
+++ b/crypto/asn1/a_digest.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_digest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_dup.c b/crypto/asn1/a_dup.c
index 60d3544..569fcee 100644
--- a/crypto/asn1/a_dup.c
+++ b/crypto/asn1/a_dup.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_dup.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c
index 672c11d..7ba5e52 100644
--- a/crypto/asn1/a_gentm.c
+++ b/crypto/asn1/a_gentm.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_gentm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_i2d_fp.c b/crypto/asn1/a_i2d_fp.c
index 353c2c5..68eedc4 100644
--- a/crypto/asn1/a_i2d_fp.c
+++ b/crypto/asn1/a_i2d_fp.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_i2d_fp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_int.c b/crypto/asn1/a_int.c
index 5d5e7f6..af52beb 100644
--- a/crypto/asn1/a_int.c
+++ b/crypto/asn1/a_int.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c
index 0892976..8c38e19 100644
--- a/crypto/asn1/a_mbstr.c
+++ b/crypto/asn1/a_mbstr.c
@@ -1,4 +1,3 @@
-/* a_mbstr.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/a_object.c b/crypto/asn1/a_object.c
index cabda53..5d3ebd6 100644
--- a/crypto/asn1/a_object.c
+++ b/crypto/asn1/a_object.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_object.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_octet.c b/crypto/asn1/a_octet.c
index 430f00f..7b5bf6f 100644
--- a/crypto/asn1/a_octet.c
+++ b/crypto/asn1/a_octet.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_octet.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_print.c b/crypto/asn1/a_print.c
index 9ad4866..9c70891 100644
--- a/crypto/asn1/a_print.c
+++ b/crypto/asn1/a_print.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c
index 5b5d5b7..99124c1 100644
--- a/crypto/asn1/a_sign.c
+++ b/crypto/asn1/a_sign.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c
index 7d37c73..977f523 100644
--- a/crypto/asn1/a_strex.c
+++ b/crypto/asn1/a_strex.c
@@ -1,4 +1,3 @@
-/* a_strex.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c
index 43252c1..79748bf 100644
--- a/crypto/asn1/a_strnid.c
+++ b/crypto/asn1/a_strnid.c
@@ -1,4 +1,3 @@
-/* a_strnid.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c
index c5e632e..ef429da 100644
--- a/crypto/asn1/a_time.c
+++ b/crypto/asn1/a_time.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_time.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/asn1/a_type.c b/crypto/asn1/a_type.c
index 474aeca..8dea2e0 100644
--- a/crypto/asn1/a_type.c
+++ b/crypto/asn1/a_type.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_type.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c
index cf52c19..432125b 100644
--- a/crypto/asn1/a_utctm.c
+++ b/crypto/asn1/a_utctm.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utctm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_utf8.c b/crypto/asn1/a_utf8.c
index 8697c66..64e983e 100644
--- a/crypto/asn1/a_utf8.c
+++ b/crypto/asn1/a_utf8.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_utf8.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c
index 2ec8430..211689b 100644
--- a/crypto/asn1/a_verify.c
+++ b/crypto/asn1/a_verify.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/a_verify.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c
index 83e4e75..465b263 100644
--- a/crypto/asn1/asn1_err.c
+++ b/crypto/asn1/asn1_err.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/asn1/asn1_gen.c b/crypto/asn1/asn1_gen.c
index 200d88d..fc69e31 100644
--- a/crypto/asn1/asn1_gen.c
+++ b/crypto/asn1/asn1_gen.c
@@ -1,4 +1,3 @@
-/* asn1_gen.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2002.
diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c
index 56fd9bf..da1ac78 100644
--- a/crypto/asn1/asn1_lib.c
+++ b/crypto/asn1/asn1_lib.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index c47eb44..ea3d20a 100644
--- a/crypto/asn1/asn1_locl.h
+++ b/crypto/asn1/asn1_locl.h
@@ -1,4 +1,3 @@
-/* asn1t.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c
index 4698e02..e65dacd 100644
--- a/crypto/asn1/asn1_par.c
+++ b/crypto/asn1/asn1_par.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1_par.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c
index 58d5324..0fb5126 100644
--- a/crypto/asn1/asn_mime.c
+++ b/crypto/asn1/asn_mime.c
@@ -1,4 +1,3 @@
-/* asn_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c
index bb334d0..168bc46 100644
--- a/crypto/asn1/asn_moid.c
+++ b/crypto/asn1/asn_moid.c
@@ -1,4 +1,3 @@
-/* asn_moid.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/asn1/asn_mstbl.c b/crypto/asn1/asn_mstbl.c
index b537157..ad1c4cf 100644
--- a/crypto/asn1/asn_mstbl.c
+++ b/crypto/asn1/asn_mstbl.c
@@ -1,4 +1,3 @@
-/* asn_mstbl.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2012.
diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c
index d8655ba..93b7b90 100644
--- a/crypto/asn1/asn_pack.c
+++ b/crypto/asn1/asn_pack.c
@@ -1,4 +1,3 @@
-/* asn_pack.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c
index a5bcc26..33998e7 100644
--- a/crypto/asn1/bio_asn1.c
+++ b/crypto/asn1/bio_asn1.c
@@ -1,4 +1,3 @@
-/* bio_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c
index dfbbc68..99c0b7a 100644
--- a/crypto/asn1/bio_ndef.c
+++ b/crypto/asn1/bio_ndef.c
@@ -1,4 +1,3 @@
-/* bio_ndef.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c
index 02efa83..bfbe209 100644
--- a/crypto/asn1/d2i_pr.c
+++ b/crypto/asn1/d2i_pr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/d2i_pu.c b/crypto/asn1/d2i_pu.c
index 1b29f1c..9665ae6 100644
--- a/crypto/asn1/d2i_pu.c
+++ b/crypto/asn1/d2i_pu.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/d2i_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/evp_asn1.c b/crypto/asn1/evp_asn1.c
index b7e5620..79e7121 100644
--- a/crypto/asn1/evp_asn1.c
+++ b/crypto/asn1/evp_asn1.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/evp_asn1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/f_int.c b/crypto/asn1/f_int.c
index 1c02cc0..0feb7a1 100644
--- a/crypto/asn1/f_int.c
+++ b/crypto/asn1/f_int.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_int.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c
index cecbb4a..048f92a 100644
--- a/crypto/asn1/f_string.c
+++ b/crypto/asn1/f_string.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/f_string.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c
index b7dfb65..7ca643f 100644
--- a/crypto/asn1/i2d_pr.c
+++ b/crypto/asn1/i2d_pr.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c
index 94233cb..db508ac 100644
--- a/crypto/asn1/i2d_pu.c
+++ b/crypto/asn1/i2d_pu.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/i2d_pu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c
index c42422c..90ea32c 100644
--- a/crypto/asn1/n_pkey.c
+++ b/crypto/asn1/n_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/n_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/nsseq.c b/crypto/asn1/nsseq.c
index f2f7cba..550fc8e 100644
--- a/crypto/asn1/nsseq.c
+++ b/crypto/asn1/nsseq.c
@@ -1,4 +1,3 @@
-/* nsseq.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c
index 4d7a9c6..e75ab7e 100644
--- a/crypto/asn1/p5_pbe.c
+++ b/crypto/asn1/p5_pbe.c
@@ -1,4 +1,3 @@
-/* p5_pbe.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/p5_pbev2.c b/crypto/asn1/p5_pbev2.c
index f85096b..244706a 100644
--- a/crypto/asn1/p5_pbev2.c
+++ b/crypto/asn1/p5_pbev2.c
@@ -1,4 +1,3 @@
-/* p5_pbev2.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999-2004.
diff --git a/crypto/asn1/p5_scrypt.c b/crypto/asn1/p5_scrypt.c
index af7b902..6ee7ef4 100644
--- a/crypto/asn1/p5_scrypt.c
+++ b/crypto/asn1/p5_scrypt.c
@@ -1,4 +1,3 @@
-/* p5_scrypt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c
index f4fbc08..59f1cd1 100644
--- a/crypto/asn1/p8_pkey.c
+++ b/crypto/asn1/p8_pkey.c
@@ -1,4 +1,3 @@
-/* p8_pkey.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/t_bitst.c b/crypto/asn1/t_bitst.c
index daee7f5..2b38e05 100644
--- a/crypto/asn1/t_bitst.c
+++ b/crypto/asn1/t_bitst.c
@@ -1,4 +1,3 @@
-/* t_bitst.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c
index b137da7..c50d193 100644
--- a/crypto/asn1/t_pkey.c
+++ b/crypto/asn1/t_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c
index c49f1c7..206bd24 100644
--- a/crypto/asn1/t_spki.c
+++ b/crypto/asn1/t_spki.c
@@ -1,4 +1,3 @@
-/* t_spki.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 802f929..67dddcf 100644
--- a/crypto/asn1/tasn_dec.c
+++ b/crypto/asn1/tasn_dec.c
@@ -1,4 +1,3 @@
-/* tasn_dec.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 5037522..0d25cf9 100644
--- a/crypto/asn1/tasn_enc.c
+++ b/crypto/asn1/tasn_enc.c
@@ -1,4 +1,3 @@
-/* tasn_enc.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c
index 1e77885..2fc036f 100644
--- a/crypto/asn1/tasn_fre.c
+++ b/crypto/asn1/tasn_fre.c
@@ -1,4 +1,3 @@
-/* tasn_fre.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index 125b26f..9e8ba9c 100644
--- a/crypto/asn1/tasn_new.c
+++ b/crypto/asn1/tasn_new.c
@@ -1,4 +1,3 @@
-/* tasn_new.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c
index 329ef94..10570ca 100644
--- a/crypto/asn1/tasn_prn.c
+++ b/crypto/asn1/tasn_prn.c
@@ -1,4 +1,3 @@
-/* tasn_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_scn.c b/crypto/asn1/tasn_scn.c
index f0d37d1..a775839 100644
--- a/crypto/asn1/tasn_scn.c
+++ b/crypto/asn1/tasn_scn.c
@@ -1,4 +1,3 @@
-/* tasn_scn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2010.
diff --git a/crypto/asn1/tasn_typ.c b/crypto/asn1/tasn_typ.c
index 1d806dc..da9a80a 100644
--- a/crypto/asn1/tasn_typ.c
+++ b/crypto/asn1/tasn_typ.c
@@ -1,4 +1,3 @@
-/* tasn_typ.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c
index 10cc1f9..f1807c2 100644
--- a/crypto/asn1/tasn_utl.c
+++ b/crypto/asn1/tasn_utl.c
@@ -1,4 +1,3 @@
-/* tasn_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c
index 5ad63eb..30c59d8 100644
--- a/crypto/asn1/x_algor.c
+++ b/crypto/asn1/x_algor.c
@@ -1,4 +1,3 @@
-/* x_algor.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/x_bignum.c b/crypto/asn1/x_bignum.c
index e27480b..c8072e3 100644
--- a/crypto/asn1/x_bignum.c
+++ b/crypto/asn1/x_bignum.c
@@ -1,4 +1,3 @@
-/* x_bignum.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/x_info.c b/crypto/asn1/x_info.c
index 0a75e49..375e0ae 100644
--- a/crypto/asn1/x_info.c
+++ b/crypto/asn1/x_info.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_info.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/x_long.c b/crypto/asn1/x_long.c
index d4b75e6..f804282 100644
--- a/crypto/asn1/x_long.c
+++ b/crypto/asn1/x_long.c
@@ -1,4 +1,3 @@
-/* x_long.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c
index cb6f21f..5bca68a 100644
--- a/crypto/asn1/x_pkey.c
+++ b/crypto/asn1/x_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c
index baa34f0..1d65b20 100644
--- a/crypto/asn1/x_pubkey.c
+++ b/crypto/asn1/x_pubkey.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_pubkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/x_sig.c b/crypto/asn1/x_sig.c
index 472174b..8197d2a 100644
--- a/crypto/asn1/x_sig.c
+++ b/crypto/asn1/x_sig.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_sig.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c
index a2b20fb..636f69b 100644
--- a/crypto/asn1/x_spki.c
+++ b/crypto/asn1/x_spki.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_spki.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c
index 845a7c3..d9ebfe1 100644
--- a/crypto/asn1/x_val.c
+++ b/crypto/asn1/x_val.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/x_val.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/async/arch/async_null.c b/crypto/async/arch/async_null.c
index baed884..d3f686f 100644
--- a/crypto/async/arch/async_null.c
+++ b/crypto/async/arch/async_null.c
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/arch/async_null.h b/crypto/async/arch/async_null.h
index 72a888a..93887ae 100644
--- a/crypto/async/arch/async_null.h
+++ b/crypto/async/arch/async_null.h
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_null.h */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/arch/async_posix.c b/crypto/async/arch/async_posix.c
index 3007581..1df77cc 100644
--- a/crypto/async/arch/async_posix.c
+++ b/crypto/async/arch/async_posix.c
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/arch/async_posix.h b/crypto/async/arch/async_posix.h
index 475b56f..6cc313e 100644
--- a/crypto/async/arch/async_posix.h
+++ b/crypto/async/arch/async_posix.h
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_posix.h */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/arch/async_win.c b/crypto/async/arch/async_win.c
index 519476c..f3de79a 100644
--- a/crypto/async/arch/async_win.c
+++ b/crypto/async/arch/async_win.c
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/arch/async_win.h b/crypto/async/arch/async_win.h
index 31f2482..d2054bf 100644
--- a/crypto/async/arch/async_win.h
+++ b/crypto/async/arch/async_win.h
@@ -1,4 +1,3 @@
-/* crypto/async/arch/async_win.h */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/async.c b/crypto/async/async.c
index 031ca03..9d68a7c 100644
--- a/crypto/async/async.c
+++ b/crypto/async/async.c
@@ -1,4 +1,3 @@
-/* crypto/async/async.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/async/async_err.c b/crypto/async/async_err.c
index 6fe1f85..26b34d4 100644
--- a/crypto/async/async_err.c
+++ b/crypto/async/async_err.c
@@ -1,4 +1,3 @@
-/* crypto/async/async_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/async/async_locl.h b/crypto/async/async_locl.h
index 2f84a78..0710f9e 100644
--- a/crypto/async/async_locl.h
+++ b/crypto/async/async_locl.h
@@ -1,4 +1,3 @@
-/* crypto/async/async_locl.h */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/crypto/bf/bf_cbc.c b/crypto/bf/bf_cbc.c
index de827a1..b052951 100644
--- a/crypto/bf/bf_cbc.c
+++ b/crypto/bf/bf_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_cfb64.c b/crypto/bf/bf_cfb64.c
index ddeab6e..cab8bf8 100644
--- a/crypto/bf/bf_cfb64.c
+++ b/crypto/bf/bf_cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_ecb.c b/crypto/bf/bf_ecb.c
index 7a45a02..dfee789 100644
--- a/crypto/bf/bf_ecb.c
+++ b/crypto/bf/bf_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_enc.c b/crypto/bf/bf_enc.c
index b268795..76d4270 100644
--- a/crypto/bf/bf_enc.c
+++ b/crypto/bf/bf_enc.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h
index fe2c9db..ecdf388 100644
--- a/crypto/bf/bf_locl.h
+++ b/crypto/bf/bf_locl.h
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_ofb64.c b/crypto/bf/bf_ofb64.c
index a8d190b..97a58ce 100644
--- a/crypto/bf/bf_ofb64.c
+++ b/crypto/bf/bf_ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_pi.h b/crypto/bf/bf_pi.h
index 46a2673..c3e1873 100644
--- a/crypto/bf/bf_pi.h
+++ b/crypto/bf/bf_pi.h
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_pi.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c
index 2feff20..3cfc6a1 100644
--- a/crypto/bf/bf_skey.c
+++ b/crypto/bf/bf_skey.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bf_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c
index 3d005e3..77d8c3d 100644
--- a/crypto/bio/b_dump.c
+++ b/crypto/bio/b_dump.c
@@ -1,4 +1,3 @@
-/* crypto/bio/b_dump.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index e0855a6..f45fb10 100644
--- a/crypto/bio/b_print.c
+++ b/crypto/bio/b_print.c
@@ -1,4 +1,3 @@
-/* crypto/bio/b_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c
index cc09072..a7a6aab 100644
--- a/crypto/bio/b_sock.c
+++ b/crypto/bio/b_sock.c
@@ -1,4 +1,3 @@
-/* crypto/bio/b_sock.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c
index b7a3772..1486a18 100644
--- a/crypto/bio/bf_buff.c
+++ b/crypto/bio/bf_buff.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bf_lbuf.c b/crypto/bio/bf_lbuf.c
index cc42981..96ee920 100644
--- a/crypto/bio/bf_lbuf.c
+++ b/crypto/bio/bf_lbuf.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_buff.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c
index 2a2e314..e78bca5 100644
--- a/crypto/bio/bf_nbio.c
+++ b/crypto/bio/bf_nbio.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_nbio.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bf_null.c b/crypto/bio/bf_null.c
index 0d55b15..1481445 100644
--- a/crypto/bio/bf_null.c
+++ b/crypto/bio/bf_null.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bf_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c
index f0dfe82..4d3365e 100644
--- a/crypto/bio/bio_cb.c
+++ b/crypto/bio/bio_cb.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_cb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c
index 776c1de..308bc3b 100644
--- a/crypto/bio/bio_err.c
+++ b/crypto/bio/bio_err.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bio/bio_lib.c b/crypto/bio/bio_lib.c
index d8d01c7..411619e 100644
--- a/crypto/bio/bio_lib.c
+++ b/crypto/bio/bio_lib.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c
index f65ee1a..a489ba4 100644
--- a/crypto/bio/bss_acpt.c
+++ b/crypto/bio/bss_acpt.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_acpt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c
index 144cde9..ff59780 100644
--- a/crypto/bio/bss_bio.c
+++ b/crypto/bio/bss_bio.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_bio.c  */
 /* ====================================================================
  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bio/bss_conn.c b/crypto/bio/bss_conn.c
index 929656c..2308ad2 100644
--- a/crypto/bio/bss_conn.c
+++ b/crypto/bio/bss_conn.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_conn.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 5e934ce..d8e1b94 100644
--- a/crypto/bio/bss_dgram.c
+++ b/crypto/bio/bss_dgram.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bio_dgram.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c
index 5bade20..12306c2 100644
--- a/crypto/bio/bss_fd.c
+++ b/crypto/bio/bss_fd.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_fd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c
index c09a9a9..1e3f463 100644
--- a/crypto/bio/bss_file.c
+++ b/crypto/bio/bss_file.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_file.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index a86ea29..320ff77 100644
--- a/crypto/bio/bss_log.c
+++ b/crypto/bio/bss_log.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_log.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bio/bss_mem.c b/crypto/bio/bss_mem.c
index 485a8bf..4a0fcda 100644
--- a/crypto/bio/bss_mem.c
+++ b/crypto/bio/bss_mem.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_mem.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c
index ba39c4c..3a1d77d 100644
--- a/crypto/bio/bss_null.c
+++ b/crypto/bio/bss_null.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c
index 1673b32..9988723 100644
--- a/crypto/bio/bss_sock.c
+++ b/crypto/bio/bss_sock.c
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_sock.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c
index bbb0584..3e7d86b 100644
--- a/crypto/bn/bn_add.c
+++ b/crypto/bn/bn_add.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_add.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c
index 38c10e1..9e9bce9 100644
--- a/crypto/bn/bn_asm.c
+++ b/crypto/bn/bn_asm.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_asm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c
index bc2918e..a08d821 100644
--- a/crypto/bn/bn_blind.c
+++ b/crypto/bn/bn_blind.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_blind.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bn/bn_const.c b/crypto/bn/bn_const.c
index daa80ad..12fdf2c 100644
--- a/crypto/bn/bn_const.c
+++ b/crypto/bn/bn_const.c
@@ -1,4 +1,3 @@
-/* crypto/bn/knownprimes.c */
 /* Insert boilerplate */
 
 #include <openssl/bn.h>
diff --git a/crypto/bn/bn_ctx.c b/crypto/bn/bn_ctx.c
index be7a20d..88f5ac8 100644
--- a/crypto/bn/bn_ctx.c
+++ b/crypto/bn/bn_ctx.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_ctx.c */
 /* Written by Ulf Moeller for the OpenSSL project. */
 /* ====================================================================
  * Copyright (c) 1998-2004 The OpenSSL Project.  All rights reserved.
diff --git a/crypto/bn/bn_depr.c b/crypto/bn/bn_depr.c
index b64aa5f..9e6b08f 100644
--- a/crypto/bn/bn_depr.c
+++ b/crypto/bn/bn_depr.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bn/bn_div.c b/crypto/bn/bn_div.c
index cbf27d3..2bb9c8c 100644
--- a/crypto/bn/bn_div.c
+++ b/crypto/bn/bn_div.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_div.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c
index 060a63d..7412859 100644
--- a/crypto/bn/bn_err.c
+++ b/crypto/bn/bn_err.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bn/bn_exp.c b/crypto/bn/bn_exp.c
index e0db6c7..b625c3b 100644
--- a/crypto/bn/bn_exp.c
+++ b/crypto/bn/bn_exp.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_exp2.c b/crypto/bn/bn_exp2.c
index 517b961..f836158 100644
--- a/crypto/bn/bn_exp2.c
+++ b/crypto/bn/bn_exp2.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_exp2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c
index 84d1df5..a3e56c8 100644
--- a/crypto/bn/bn_gcd.c
+++ b/crypto/bn/bn_gcd.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gcd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c
index 11d00c6..84837a0 100644
--- a/crypto/bn/bn_gf2m.c
+++ b/crypto/bn/bn_gf2m.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_gf2m.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/crypto/bn/bn_kron.c b/crypto/bn/bn_kron.c
index 5a0eb7d..20a64a7 100644
--- a/crypto/bn/bn_kron.c
+++ b/crypto/bn/bn_kron.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_kron.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/bn/bn_lcl.h b/crypto/bn/bn_lcl.h
index 1bdaee8..013c0b3 100644
--- a/crypto/bn/bn_lcl.h
+++ b/crypto/bn/bn_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c
index 150f4b8..885f482 100644
--- a/crypto/bn/bn_lib.c
+++ b/crypto/bn/bn_lib.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c
index d7e4f9a..99789b9 100644
--- a/crypto/bn/bn_mod.c
+++ b/crypto/bn/bn_mod.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mod.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova at exp-math.uni-essen.de>
  * for the OpenSSL project.
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c
index 90c718b..e0a9a09 100644
--- a/crypto/bn/bn_mont.c
+++ b/crypto/bn/bn_mont.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mont.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_mpi.c b/crypto/bn/bn_mpi.c
index c4c0adf..80d105d 100644
--- a/crypto/bn/bn_mpi.c
+++ b/crypto/bn/bn_mpi.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mpi.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index b601923..f30855a 100644
--- a/crypto/bn/bn_mul.c
+++ b/crypto/bn/bn_mul.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mul.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c
index 621b142..db8f687 100644
--- a/crypto/bn/bn_nist.c
+++ b/crypto/bn/bn_nist.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_nist.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
diff --git a/crypto/bn/bn_prime.c b/crypto/bn/bn_prime.c
index 42d574b..7d210d3 100644
--- a/crypto/bn/bn_prime.c
+++ b/crypto/bn/bn_prime.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_prime.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c
index f528a36..b73ed0a 100644
--- a/crypto/bn/bn_print.c
+++ b/crypto/bn/bn_print.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_print.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c
index 66a175c..ce4a0e1 100644
--- a/crypto/bn/bn_rand.c
+++ b/crypto/bn/bn_rand.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_rand.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c
index ef23a8c..7824a6d 100644
--- a/crypto/bn/bn_recp.c
+++ b/crypto/bn/bn_recp.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_recp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c
index 4e43a60..4c85275 100644
--- a/crypto/bn/bn_shift.c
+++ b/crypto/bn/bn_shift.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_shift.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_sqr.c b/crypto/bn/bn_sqr.c
index 9f5a5dc..389b7cf 100644
--- a/crypto/bn/bn_sqr.c
+++ b/crypto/bn/bn_sqr.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index ec18641..7ae7536 100644
--- a/crypto/bn/bn_sqrt.c
+++ b/crypto/bn/bn_sqrt.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_sqrt.c */
 /*
  * Written by Lenka Fibikova <fibikova at exp-math.uni-essen.de> and Bodo
  * Moeller for the OpenSSL project.
diff --git a/crypto/bn/bn_word.c b/crypto/bn/bn_word.c
index 57f0dcd..718777b 100644
--- a/crypto/bn/bn_word.c
+++ b/crypto/bn/bn_word.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_word.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c
index 76ce6f6..3c8f34a 100644
--- a/crypto/bn/bn_x931p.c
+++ b/crypto/bn/bn_x931p.c
@@ -1,4 +1,3 @@
-/* bn_x931p.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2005.
diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c
index c5cf468..cb519c4 100644
--- a/crypto/bn/vms-helper.c
+++ b/crypto/bn/vms-helper.c
@@ -1,4 +1,3 @@
-/* vms-helper.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/buffer/buf_err.c b/crypto/buffer/buf_err.c
index e126edd..0fb9d4f 100644
--- a/crypto/buffer/buf_err.c
+++ b/crypto/buffer/buf_err.c
@@ -1,4 +1,3 @@
-/* crypto/buffer/buf_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/buffer/buffer.c b/crypto/buffer/buffer.c
index 0b15c6b..fb07b96 100644
--- a/crypto/buffer/buffer.c
+++ b/crypto/buffer/buffer.c
@@ -1,4 +1,3 @@
-/* crypto/buffer/buffer.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/camellia/camellia.c b/crypto/camellia/camellia.c
index 5d0a3ce..68651b6 100644
--- a/crypto/camellia/camellia.c
+++ b/crypto/camellia/camellia.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia.c */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
diff --git a/crypto/camellia/cmll_cbc.c b/crypto/camellia/cmll_cbc.c
index 4017e00..742af6d 100644
--- a/crypto/camellia/cmll_cbc.c
+++ b/crypto/camellia/cmll_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_cbc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/camellia/cmll_cfb.c b/crypto/camellia/cmll_cfb.c
index 78f2ae4..8f9f8a6 100644
--- a/crypto/camellia/cmll_cfb.c
+++ b/crypto/camellia/cmll_cfb.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_cfb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/camellia/cmll_ctr.c b/crypto/camellia/cmll_ctr.c
index 95e2662..b891a04 100644
--- a/crypto/camellia/cmll_ctr.c
+++ b/crypto/camellia/cmll_ctr.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ctr.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/camellia/cmll_ecb.c b/crypto/camellia/cmll_ecb.c
index b030791..d8dfb2b 100644
--- a/crypto/camellia/cmll_ecb.c
+++ b/crypto/camellia/cmll_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ecb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/camellia/cmll_locl.h b/crypto/camellia/cmll_locl.h
index c164030..0cbcba2 100644
--- a/crypto/camellia/cmll_locl.h
+++ b/crypto/camellia/cmll_locl.h
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_locl.h */
 /* ====================================================================
  * Copyright 2006 NTT (Nippon Telegraph and Telephone Corporation) .
  * ALL RIGHTS RESERVED.
diff --git a/crypto/camellia/cmll_misc.c b/crypto/camellia/cmll_misc.c
index e4bbcfd..ba93702 100644
--- a/crypto/camellia/cmll_misc.c
+++ b/crypto/camellia/cmll_misc.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_misc.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/camellia/cmll_ofb.c b/crypto/camellia/cmll_ofb.c
index 85eb892..8d004b9 100644
--- a/crypto/camellia/cmll_ofb.c
+++ b/crypto/camellia/cmll_ofb.c
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia_ofb.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/cast/c_cfb64.c b/crypto/cast/c_cfb64.c
index f2f16e5..32641b5 100644
--- a/crypto/cast/c_cfb64.c
+++ b/crypto/cast/c_cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c
index 2430bb5..1e736f0 100644
--- a/crypto/cast/c_ecb.c
+++ b/crypto/cast/c_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/c_enc.c b/crypto/cast/c_enc.c
index 6e1d50f..8fe3b26 100644
--- a/crypto/cast/c_enc.c
+++ b/crypto/cast/c_enc.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/c_ofb64.c b/crypto/cast/c_ofb64.c
index 4e0a7c2..c7b4259 100644
--- a/crypto/cast/c_ofb64.c
+++ b/crypto/cast/c_ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/c_skey.c b/crypto/cast/c_skey.c
index 0b8de76..5ce379b 100644
--- a/crypto/cast/c_skey.c
+++ b/crypto/cast/c_skey.c
@@ -1,4 +1,3 @@
-/* crypto/cast/c_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index b0f0829..10a1de3 100644
--- a/crypto/cast/cast_lcl.h
+++ b/crypto/cast/cast_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cast/cast_s.h b/crypto/cast/cast_s.h
index 380dc81..6eb0542 100644
--- a/crypto/cast/cast_s.h
+++ b/crypto/cast/cast_s.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast_s.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c
index 6265868..77f4ccb 100644
--- a/crypto/cmac/cmac.c
+++ b/crypto/cmac/cmac.c
@@ -1,4 +1,3 @@
-/* crypto/cmac/cmac.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_asn1.c b/crypto/cms/cms_asn1.c
index 017f55c..d839935 100644
--- a/crypto/cms/cms_asn1.c
+++ b/crypto/cms/cms_asn1.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_att.c b/crypto/cms/cms_att.c
index 6f59aeb..834a254 100644
--- a/crypto/cms/cms_att.c
+++ b/crypto/cms/cms_att.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_att.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c
index 1b84309..4854259 100644
--- a/crypto/cms/cms_cd.c
+++ b/crypto/cms/cms_cd.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_cd.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c
index 9ac45b5..54444b1 100644
--- a/crypto/cms/cms_dd.c
+++ b/crypto/cms/cms_dd.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_dd.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c
index a16120f..23adc2f 100644
--- a/crypto/cms/cms_enc.c
+++ b/crypto/cms/cms_enc.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_enc.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_env.c b/crypto/cms/cms_env.c
index 9ea5e06..3b065ae 100644
--- a/crypto/cms/cms_env.c
+++ b/crypto/cms/cms_env.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_env.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_err.c b/crypto/cms/cms_err.c
index f1e47e6..8d43bb1 100644
--- a/crypto/cms/cms_err.c
+++ b/crypto/cms/cms_err.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/cms/cms_ess.c b/crypto/cms/cms_ess.c
index 3e35d06..353ec0e 100644
--- a/crypto/cms/cms_ess.c
+++ b/crypto/cms/cms_ess.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_ess.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_io.c b/crypto/cms/cms_io.c
index 1d1d432..bac583e 100644
--- a/crypto/cms/cms_io.c
+++ b/crypto/cms/cms_io.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_io.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_kari.c b/crypto/cms/cms_kari.c
index a8dc9ab..e7ebf6c 100644
--- a/crypto/cms/cms_kari.c
+++ b/crypto/cms/cms_kari.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_kari.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_lcl.h b/crypto/cms/cms_lcl.h
index 6926cdd..7f04f20 100644
--- a/crypto/cms/cms_lcl.h
+++ b/crypto/cms/cms_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_lcl.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_lib.c b/crypto/cms/cms_lib.c
index f6de4ef..42ae38f 100644
--- a/crypto/cms/cms_lib.c
+++ b/crypto/cms/cms_lib.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_pwri.c b/crypto/cms/cms_pwri.c
index 750dc51..5ab20e2 100644
--- a/crypto/cms/cms_pwri.c
+++ b/crypto/cms/cms_pwri.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_pwri.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_sd.c b/crypto/cms/cms_sd.c
index b040d28..444af0b 100644
--- a/crypto/cms/cms_sd.c
+++ b/crypto/cms/cms_sd.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_sd.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/cms/cms_smime.c b/crypto/cms/cms_smime.c
index 5b55f05..621667b 100644
--- a/crypto/cms/cms_smime.c
+++ b/crypto/cms/cms_smime.c
@@ -1,4 +1,3 @@
-/* crypto/cms/cms_smime.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index f3a772a..96f2a99 100644
--- a/crypto/comp/comp_err.c
+++ b/crypto/comp/comp_err.c
@@ -1,4 +1,3 @@
-/* crypto/comp/comp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/conf/conf_api.c b/crypto/conf/conf_api.c
index eeb2349..78e932e 100644
--- a/crypto/conf/conf_api.c
+++ b/crypto/conf/conf_api.c
@@ -1,4 +1,3 @@
-/* conf_api.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c
index 5d929f1..0f3f52a 100644
--- a/crypto/conf/conf_def.c
+++ b/crypto/conf/conf_def.c
@@ -1,4 +1,3 @@
-/* crypto/conf/conf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h
index 07d2106..3ebb0f7 100644
--- a/crypto/conf/conf_def.h
+++ b/crypto/conf/conf_def.h
@@ -1,4 +1,3 @@
-/* crypto/conf/conf_def.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/conf/conf_err.c b/crypto/conf/conf_err.c
index 6707787..80ea3ce 100644
--- a/crypto/conf/conf_err.c
+++ b/crypto/conf/conf_err.c
@@ -1,4 +1,3 @@
-/* crypto/conf/conf_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/conf/conf_lib.c b/crypto/conf/conf_lib.c
index 12a061c..849b670 100644
--- a/crypto/conf/conf_lib.c
+++ b/crypto/conf/conf_lib.c
@@ -1,4 +1,3 @@
-/* conf_lib.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c
index 5db7da0..0a33368 100644
--- a/crypto/conf/conf_mall.c
+++ b/crypto/conf/conf_mall.c
@@ -1,4 +1,3 @@
-/* conf_mall.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c
index 4fafded..9f02c77 100644
--- a/crypto/conf/conf_mod.c
+++ b/crypto/conf/conf_mod.c
@@ -1,4 +1,3 @@
-/* conf_mod.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c
index 58b0a1b..fead451 100644
--- a/crypto/conf/conf_sap.c
+++ b/crypto/conf/conf_sap.c
@@ -1,4 +1,3 @@
-/* conf_sap.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c
index af505ac..46bd9c8 100644
--- a/crypto/cpt_err.c
+++ b/crypto/cpt_err.c
@@ -1,4 +1,3 @@
-/* crypto/cpt_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/cryptlib.c b/crypto/cryptlib.c
index a9f9697..14a8424 100644
--- a/crypto/cryptlib.c
+++ b/crypto/cryptlib.c
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ct/ct_err.c b/crypto/ct/ct_err.c
index df79252..1657764 100644
--- a/crypto/ct/ct_err.c
+++ b/crypto/ct/ct_err.c
@@ -1,4 +1,3 @@
-/* ct_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/cversion.c b/crypto/cversion.c
index 8e41fce..5405e5c 100644
--- a/crypto/cversion.c
+++ b/crypto/cversion.c
@@ -1,4 +1,3 @@
-/* crypto/cversion.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/cbc_cksm.c b/crypto/des/cbc_cksm.c
index f89b5b9..1903765 100644
--- a/crypto/des/cbc_cksm.c
+++ b/crypto/des/cbc_cksm.c
@@ -1,4 +1,3 @@
-/* crypto/des/cbc_cksm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/cbc_enc.c b/crypto/des/cbc_enc.c
index 7ee3599..5b84e84 100644
--- a/crypto/des/cbc_enc.c
+++ b/crypto/des/cbc_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/cbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/cfb64ede.c b/crypto/des/cfb64ede.c
index ba4f00b..4922245 100644
--- a/crypto/des/cfb64ede.c
+++ b/crypto/des/cfb64ede.c
@@ -1,4 +1,3 @@
-/* crypto/des/cfb64ede.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/cfb64enc.c b/crypto/des/cfb64enc.c
index 7346774..f9dce3d 100644
--- a/crypto/des/cfb64enc.c
+++ b/crypto/des/cfb64enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/cfb64enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c
index bd0e299..dd213b0 100644
--- a/crypto/des/cfb_enc.c
+++ b/crypto/des/cfb_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/cfb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/des_enc.c b/crypto/des/des_enc.c
index d9701de..6137351 100644
--- a/crypto/des/des_enc.c
+++ b/crypto/des/des_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/des_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index cfd15c3..651eb3a 100644
--- a/crypto/des/des_locl.h
+++ b/crypto/des/des_locl.h
@@ -1,4 +1,3 @@
-/* crypto/des/des_locl.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/ecb3_enc.c b/crypto/des/ecb3_enc.c
index c49fbd4..e96dd9e 100644
--- a/crypto/des/ecb3_enc.c
+++ b/crypto/des/ecb3_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/ecb3_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c
index 4f104ea..56a6a0b 100644
--- a/crypto/des/ecb_enc.c
+++ b/crypto/des/ecb_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/ecb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/enc_read.c b/crypto/des/enc_read.c
index e904454..a37e753 100644
--- a/crypto/des/enc_read.c
+++ b/crypto/des/enc_read.c
@@ -1,4 +1,3 @@
-/* crypto/des/enc_read.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c
index 0fbef13..dd1c0f9 100644
--- a/crypto/des/enc_writ.c
+++ b/crypto/des/enc_writ.c
@@ -1,4 +1,3 @@
-/* crypto/des/enc_writ.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/fcrypt_b.c b/crypto/des/fcrypt_b.c
index b9e8738..8fb9350 100644
--- a/crypto/des/fcrypt_b.c
+++ b/crypto/des/fcrypt_b.c
@@ -1,4 +1,3 @@
-/* crypto/des/fcrypt_b.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/ncbc_enc.c b/crypto/des/ncbc_enc.c
index ab267cb..208615d 100644
--- a/crypto/des/ncbc_enc.c
+++ b/crypto/des/ncbc_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/ncbc_enc.c */
 /*-
  * #included by:
  *    cbc_enc.c  (DES_cbc_encrypt)
diff --git a/crypto/des/ofb64ede.c b/crypto/des/ofb64ede.c
index 215b38d..97d4f61 100644
--- a/crypto/des/ofb64ede.c
+++ b/crypto/des/ofb64ede.c
@@ -1,4 +1,3 @@
-/* crypto/des/ofb64ede.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/ofb64enc.c b/crypto/des/ofb64enc.c
index 8e72dec..53c558f 100644
--- a/crypto/des/ofb64enc.c
+++ b/crypto/des/ofb64enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/ofb64enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/ofb_enc.c b/crypto/des/ofb_enc.c
index 02a7877..a988630 100644
--- a/crypto/des/ofb_enc.c
+++ b/crypto/des/ofb_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/ofb_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/pcbc_enc.c b/crypto/des/pcbc_enc.c
index 144d5ed..91a6caf 100644
--- a/crypto/des/pcbc_enc.c
+++ b/crypto/des/pcbc_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/pcbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/qud_cksm.c b/crypto/des/qud_cksm.c
index 10aa98f..1ff0b75 100644
--- a/crypto/des/qud_cksm.c
+++ b/crypto/des/qud_cksm.c
@@ -1,4 +1,3 @@
-/* crypto/des/qud_cksm.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/rand_key.c b/crypto/des/rand_key.c
index b75cc5f..da95bfe 100644
--- a/crypto/des/rand_key.c
+++ b/crypto/des/rand_key.c
@@ -1,4 +1,3 @@
-/* crypto/des/rand_key.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c
index 7633139..db31adb 100644
--- a/crypto/des/read2pwd.c
+++ b/crypto/des/read2pwd.c
@@ -1,4 +1,3 @@
-/* crypto/des/read2pwd.c */
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/des/rpc_des.h b/crypto/des/rpc_des.h
index 986ac55..727e285 100644
--- a/crypto/des/rpc_des.h
+++ b/crypto/des/rpc_des.h
@@ -1,4 +1,3 @@
-/* crypto/des/rpc_des.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/rpc_enc.c b/crypto/des/rpc_enc.c
index 2245bca..76cdd0c 100644
--- a/crypto/des/rpc_enc.c
+++ b/crypto/des/rpc_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/rpc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c
index 5c63164..d9fc921 100644
--- a/crypto/des/set_key.c
+++ b/crypto/des/set_key.c
@@ -1,4 +1,3 @@
-/* crypto/des/set_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/spr.h b/crypto/des/spr.h
index e85d310..cd55a45 100644
--- a/crypto/des/spr.h
+++ b/crypto/des/spr.h
@@ -1,4 +1,3 @@
-/* crypto/des/spr.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c
index 38a478c..cd426c6 100644
--- a/crypto/des/str2key.c
+++ b/crypto/des/str2key.c
@@ -1,4 +1,3 @@
-/* crypto/des/str2key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/des/xcbc_enc.c b/crypto/des/xcbc_enc.c
index 201ef70..11ee004 100644
--- a/crypto/des/xcbc_enc.c
+++ b/crypto/des/xcbc_enc.c
@@ -1,4 +1,3 @@
-/* crypto/des/xcbc_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dh/dh_asn1.c b/crypto/dh/dh_asn1.c
index 860feaa..2a6411a 100644
--- a/crypto/dh/dh_asn1.c
+++ b/crypto/dh/dh_asn1.c
@@ -1,4 +1,3 @@
-/* dh_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c
index 7521180..d85696b 100644
--- a/crypto/dh/dh_check.c
+++ b/crypto/dh/dh_check.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_check.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dh/dh_depr.c b/crypto/dh/dh_depr.c
index 78875fb..4b38570 100644
--- a/crypto/dh/dh_depr.c
+++ b/crypto/dh/dh_depr.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/dh/dh_err.c b/crypto/dh/dh_err.c
index 6a53800..4778b8d 100644
--- a/crypto/dh/dh_err.c
+++ b/crypto/dh/dh_err.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/dh/dh_gen.c b/crypto/dh/dh_gen.c
index 778f8a9..bfa2376 100644
--- a/crypto/dh/dh_gen.c
+++ b/crypto/dh/dh_gen.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c
index 8ce8498..6c31fec 100644
--- a/crypto/dh/dh_kdf.c
+++ b/crypto/dh/dh_kdf.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_kdf.c */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
diff --git a/crypto/dh/dh_key.c b/crypto/dh/dh_key.c
index 271c6f4..fcb851c 100644
--- a/crypto/dh/dh_key.c
+++ b/crypto/dh/dh_key.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c
index 08aaa1d..013008e 100644
--- a/crypto/dh/dh_lib.c
+++ b/crypto/dh/dh_lib.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dh_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dh/dh_prn.c b/crypto/dh/dh_prn.c
index 7dc7101..4c89a14 100644
--- a/crypto/dh/dh_prn.c
+++ b/crypto/dh/dh_prn.c
@@ -1,4 +1,3 @@
-/* crypto/asn1/t_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_asn1.c b/crypto/dsa/dsa_asn1.c
index 5225a38..b83f141 100644
--- a/crypto/dsa/dsa_asn1.c
+++ b/crypto/dsa/dsa_asn1.c
@@ -1,4 +1,3 @@
-/* dsa_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c
index 90dbd8d..e02c102 100644
--- a/crypto/dsa/dsa_depr.c
+++ b/crypto/dsa/dsa_depr.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/dsa/dsa_err.c b/crypto/dsa/dsa_err.c
index 913ebe7..2e29258 100644
--- a/crypto/dsa/dsa_err.c
+++ b/crypto/dsa/dsa_err.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/dsa/dsa_gen.c b/crypto/dsa/dsa_gen.c
index d6e3614..b3fb27f 100644
--- a/crypto/dsa/dsa_gen.c
+++ b/crypto/dsa/dsa_gen.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_key.c b/crypto/dsa/dsa_key.c
index 0cde6d1..831c2b1 100644
--- a/crypto/dsa/dsa_key.c
+++ b/crypto/dsa/dsa_key.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c
index 722602c..b8d8e10 100644
--- a/crypto/dsa/dsa_lib.c
+++ b/crypto/dsa/dsa_lib.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c
index b4bb254..cbc1e41 100644
--- a/crypto/dsa/dsa_ossl.c
+++ b/crypto/dsa/dsa_ossl.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_ossl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_prn.c b/crypto/dsa/dsa_prn.c
index d1aef75..de33745 100644
--- a/crypto/dsa/dsa_prn.c
+++ b/crypto/dsa/dsa_prn.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/dsa/dsa_sign.c b/crypto/dsa/dsa_sign.c
index e7c8b0c..ca712cf 100644
--- a/crypto/dsa/dsa_sign.c
+++ b/crypto/dsa/dsa_sign.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dsa/dsa_vrf.c b/crypto/dsa/dsa_vrf.c
index 9f45efa..6724b75 100644
--- a/crypto/dsa/dsa_vrf.c
+++ b/crypto/dsa/dsa_vrf.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa_vrf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c
index 221ab7a..977e177 100644
--- a/crypto/dso/dso_dl.c
+++ b/crypto/dso/dso_dl.c
@@ -1,4 +1,3 @@
-/* dso_dl.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 8feb9d7..8d97cfb 100644
--- a/crypto/dso/dso_dlfcn.c
+++ b/crypto/dso/dso_dlfcn.c
@@ -1,4 +1,3 @@
-/* dso_dlfcn.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c
index 546c616..2a7c821 100644
--- a/crypto/dso/dso_err.c
+++ b/crypto/dso/dso_err.c
@@ -1,4 +1,3 @@
-/* crypto/dso/dso_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/dso/dso_lib.c b/crypto/dso/dso_lib.c
index dfa738a..bc3a785 100644
--- a/crypto/dso/dso_lib.c
+++ b/crypto/dso/dso_lib.c
@@ -1,4 +1,3 @@
-/* dso_lib.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index e27f98e..fffa592 100644
--- a/crypto/dso/dso_null.c
+++ b/crypto/dso/dso_null.c
@@ -1,4 +1,3 @@
-/* dso_null.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c
index 191cb6a..5aa0536 100644
--- a/crypto/dso/dso_openssl.c
+++ b/crypto/dso/dso_openssl.c
@@ -1,4 +1,3 @@
-/* dso_openssl.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c
index de3102a..a36234d 100644
--- a/crypto/dso/dso_vms.c
+++ b/crypto/dso/dso_vms.c
@@ -1,4 +1,3 @@
-/* dso_vms.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c
index 244c755..3d9ee8a 100644
--- a/crypto/dso/dso_win32.c
+++ b/crypto/dso/dso_win32.c
@@ -1,4 +1,3 @@
-/* dso_win32.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c
index fd6df92..c16c0f8 100644
--- a/crypto/ebcdic.c
+++ b/crypto/ebcdic.c
@@ -1,4 +1,3 @@
-/* crypto/ebcdic.c */
 
 #ifndef CHARSET_EBCDIC
 
diff --git a/crypto/ec/ec2_mult.c b/crypto/ec/ec2_mult.c
index 2049dc5..c9723bf 100644
--- a/crypto/ec/ec2_mult.c
+++ b/crypto/ec/ec2_mult.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_mult.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/crypto/ec/ec2_oct.c b/crypto/ec/ec2_oct.c
index 33f703b..8c88607 100644
--- a/crypto/ec/ec2_oct.c
+++ b/crypto/ec/ec2_oct.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_oct.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/crypto/ec/ec2_smpl.c b/crypto/ec/ec2_smpl.c
index 6d6be30..c2ff3f6 100644
--- a/crypto/ec/ec2_smpl.c
+++ b/crypto/ec/ec2_smpl.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec2_smpl.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c
index 05cdfbf..ab68e1e 100644
--- a/crypto/ec/ec_asn1.c
+++ b/crypto/ec/ec_asn1.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_asn1.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_check.c b/crypto/ec/ec_check.c
index bdbf91c..c168ab4 100644
--- a/crypto/ec/ec_check.c
+++ b/crypto/ec/ec_check.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_check.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ec/ec_curve.c b/crypto/ec/ec_curve.c
index f42fe3a..e8e9914 100644
--- a/crypto/ec/ec_curve.c
+++ b/crypto/ec/ec_curve.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_curve.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_cvt.c b/crypto/ec/ec_cvt.c
index 0720615..c995141 100644
--- a/crypto/ec/ec_cvt.c
+++ b/crypto/ec/ec_cvt.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_cvt.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c
index a826109..4811fa2 100644
--- a/crypto/ec/ec_err.c
+++ b/crypto/ec/ec_err.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ec/ec_key.c b/crypto/ec/ec_key.c
index 2469edc..970aeca 100644
--- a/crypto/ec/ec_key.c
+++ b/crypto/ec/ec_key.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_key.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_kmeth.c b/crypto/ec/ec_kmeth.c
index 5d77cbe..51992af 100644
--- a/crypto/ec/ec_kmeth.c
+++ b/crypto/ec/ec_kmeth.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_kmeth.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h
index 2c5e1d9..5190b91 100644
--- a/crypto/ec/ec_lcl.h
+++ b/crypto/ec/ec_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lcl.h */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_lib.c b/crypto/ec/ec_lib.c
index 6fb4268..f81489d 100644
--- a/crypto/ec/ec_lib.c
+++ b/crypto/ec/ec_lib.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lib.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_mult.c b/crypto/ec/ec_mult.c
index 5908f59..1bbb7da 100644
--- a/crypto/ec/ec_mult.c
+++ b/crypto/ec/ec_mult.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_mult.c */
 /*
  * Originally written by Bodo Moeller and Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_oct.c b/crypto/ec/ec_oct.c
index fca50dc..d6bb62a 100644
--- a/crypto/ec/ec_oct.c
+++ b/crypto/ec/ec_oct.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_lib.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ec_print.c b/crypto/ec/ec_print.c
index 7bc0760..b80ce38 100644
--- a/crypto/ec/ec_print.c
+++ b/crypto/ec/ec_print.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ec_print.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ec/ecdh_kdf.c b/crypto/ec/ecdh_kdf.c
index 8bb141e..e60574f 100644
--- a/crypto/ec/ecdh_kdf.c
+++ b/crypto/ec/ecdh_kdf.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdh_kdf.c */
 /*
  * Written by Stephen Henson for the OpenSSL project.
  */
diff --git a/crypto/ec/ecdh_ossl.c b/crypto/ec/ecdh_ossl.c
index b7f09eb..beb3fc2 100644
--- a/crypto/ec/ecdh_ossl.c
+++ b/crypto/ec/ecdh_ossl.c
@@ -1,4 +1,3 @@
-/* crypto/ecdh/ech_ossl.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/crypto/ec/ecdsa_ossl.c b/crypto/ec/ecdsa_ossl.c
index e48d100..b4e37ad 100644
--- a/crypto/ec/ecdsa_ossl.c
+++ b/crypto/ec/ecdsa_ossl.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdsa_ossl.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
diff --git a/crypto/ec/ecdsa_sign.c b/crypto/ec/ecdsa_sign.c
index ebef4a1..df90175 100644
--- a/crypto/ec/ecdsa_sign.c
+++ b/crypto/ec/ecdsa_sign.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecdsa_sign.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ec/ecdsa_vrf.c b/crypto/ec/ecdsa_vrf.c
index 8a550bc..0441bc0 100644
--- a/crypto/ec/ecdsa_vrf.c
+++ b/crypto/ec/ecdsa_vrf.c
@@ -1,4 +1,3 @@
-/* crypto/ecdsa/ecdsa_vrf.c */
 /*
  * Written by Nils Larsch for the OpenSSL project
  */
diff --git a/crypto/ec/eck_prn.c b/crypto/ec/eck_prn.c
index b9653ac..6449bc4 100644
--- a/crypto/ec/eck_prn.c
+++ b/crypto/ec/eck_prn.c
@@ -1,4 +1,3 @@
-/* crypto/ec/eck_prn.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c
index af914aa..799aade 100644
--- a/crypto/ec/ecp_mont.c
+++ b/crypto/ec/ecp_mont.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_mont.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c
index 2efb69e..a484be4 100644
--- a/crypto/ec/ecp_nist.c
+++ b/crypto/ec/ecp_nist.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nist.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/crypto/ec/ecp_nistp224.c b/crypto/ec/ecp_nistp224.c
index e17ac18..42cf535 100644
--- a/crypto/ec/ecp_nistp224.c
+++ b/crypto/ec/ecp_nistp224.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp224.c */
 /*
  * Written by Emilia Kasper (Google) for the OpenSSL project.
  */
diff --git a/crypto/ec/ecp_nistp256.c b/crypto/ec/ecp_nistp256.c
index 9db5ffa..4e2f237 100644
--- a/crypto/ec/ecp_nistp256.c
+++ b/crypto/ec/ecp_nistp256.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp256.c */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
diff --git a/crypto/ec/ecp_nistp521.c b/crypto/ec/ecp_nistp521.c
index ee9c07e..3122f3f 100644
--- a/crypto/ec/ecp_nistp521.c
+++ b/crypto/ec/ecp_nistp521.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistp521.c */
 /*
  * Written by Adam Langley (Google) for the OpenSSL project
  */
diff --git a/crypto/ec/ecp_nistputil.c b/crypto/ec/ecp_nistputil.c
index 8ba2a25..67808e2 100644
--- a/crypto/ec/ecp_nistputil.c
+++ b/crypto/ec/ecp_nistputil.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_nistputil.c */
 /*
  * Written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/crypto/ec/ecp_oct.c b/crypto/ec/ecp_oct.c
index 8bb7aa3..14f6252 100644
--- a/crypto/ec/ecp_oct.c
+++ b/crypto/ec/ecp_oct.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_oct.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova at exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c
index a4830cb..2a1b15d 100644
--- a/crypto/ec/ecp_smpl.c
+++ b/crypto/ec/ecp_smpl.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ecp_smpl.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova at exp-math.uni-essen.de>
  * for the OpenSSL project. Includes code written by Bodo Moeller for the
diff --git a/crypto/engine/eng_all.c b/crypto/engine/eng_all.c
index 74cde87..285ce95 100644
--- a/crypto/engine/eng_all.c
+++ b/crypto/engine/eng_all.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_all.c */
 /*
  * Written by Richard Levitte <richard at levitte.org> for the OpenSSL project
  * 2000.
diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c
index ca45af5..ec8c449 100644
--- a/crypto/engine/eng_cnf.c
+++ b/crypto/engine/eng_cnf.c
@@ -1,4 +1,3 @@
-/* eng_cnf.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/engine/eng_ctrl.c b/crypto/engine/eng_ctrl.c
index e6c0dfb..2757755 100644
--- a/crypto/engine/eng_ctrl.c
+++ b/crypto/engine/eng_ctrl.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_ctrl.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/engine/eng_dyn.c b/crypto/engine/eng_dyn.c
index bdd0a1a..2536525 100644
--- a/crypto/engine/eng_dyn.c
+++ b/crypto/engine/eng_dyn.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_dyn.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2001.
diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c
index da212c6..9a9337a 100644
--- a/crypto/engine/eng_err.c
+++ b/crypto/engine/eng_err.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/engine/eng_fat.c b/crypto/engine/eng_fat.c
index 79d30bc..b331608 100644
--- a/crypto/engine/eng_fat.c
+++ b/crypto/engine/eng_fat.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_fat.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/engine/eng_init.c b/crypto/engine/eng_init.c
index 4ea7fe6..9a57e07 100644
--- a/crypto/engine/eng_init.c
+++ b/crypto/engine/eng_init.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_init.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/engine/eng_int.h b/crypto/engine/eng_int.h
index 7062bda..d75ba5f 100644
--- a/crypto/engine/eng_int.h
+++ b/crypto/engine/eng_int.h
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_int.h */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c
index ed1034d..f684e8f 100644
--- a/crypto/engine/eng_lib.c
+++ b/crypto/engine/eng_lib.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_lib.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index f7739ba..1c152c7 100644
--- a/crypto/engine/eng_list.c
+++ b/crypto/engine/eng_list.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_list.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c
index 67aa7a9..8540673 100644
--- a/crypto/engine/eng_openssl.c
+++ b/crypto/engine/eng_openssl.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_openssl.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/crypto/engine/eng_pkey.c b/crypto/engine/eng_pkey.c
index 23580d9..e581ac3 100644
--- a/crypto/engine/eng_pkey.c
+++ b/crypto/engine/eng_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/engine/eng_pkey.c */
 /* ====================================================================
  * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/err/err.c b/crypto/err/err.c
index c78e810..2b2ecf4 100644
--- a/crypto/err/err.c
+++ b/crypto/err/err.c
@@ -1,4 +1,3 @@
-/* crypto/err/err.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 6de9c21..6309733 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -1,4 +1,3 @@
-/* crypto/err/err_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c
index 7a74fea..955decd 100644
--- a/crypto/err/err_prn.c
+++ b/crypto/err/err_prn.c
@@ -1,4 +1,3 @@
-/* crypto/err/err_prn.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c
index 8df0d3f..097b095 100644
--- a/crypto/evp/bio_b64.c
+++ b/crypto/evp/bio_b64.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_b64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/bio_enc.c b/crypto/evp/bio_enc.c
index c4daf8b..9754031 100644
--- a/crypto/evp/bio_enc.c
+++ b/crypto/evp/bio_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c
index 24c7dc3..30a506e 100644
--- a/crypto/evp/bio_md.c
+++ b/crypto/evp/bio_md.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_md.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c
index 5f3f2de..ec5d719 100644
--- a/crypto/evp/bio_ok.c
+++ b/crypto/evp/bio_ok.c
@@ -1,4 +1,3 @@
-/* crypto/evp/bio_ok.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index e56f5ad..6dd2bc7 100644
--- a/crypto/evp/c_all.c
+++ b/crypto/evp/c_all.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
index 49f4c66..b59c33e 100644
--- a/crypto/evp/c_allc.c
+++ b/crypto/evp/c_allc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_allc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index 70e462d..4309a0c 100644
--- a/crypto/evp/c_alld.c
+++ b/crypto/evp/c_alld.c
@@ -1,4 +1,3 @@
-/* crypto/evp/c_alld.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/cmeth_lib.c b/crypto/evp/cmeth_lib.c
index e56e2c9..1e7cac8 100644
--- a/crypto/evp/cmeth_lib.c
+++ b/crypto/evp/cmeth_lib.c
@@ -1,4 +1,3 @@
-/* cmeth_lib.c */
 /*
  * Written by Richard Levitte (levitte at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c
index 33688f9..52ff05f 100644
--- a/crypto/evp/digest.c
+++ b/crypto/evp/digest.c
@@ -1,4 +1,3 @@
-/* crypto/evp/digest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index 01194b3..108a80b 100644
--- a/crypto/evp/e_bf.c
+++ b/crypto/evp/e_bf.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_bf.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c
index 7062775..924df8d 100644
--- a/crypto/evp/e_camellia.c
+++ b/crypto/evp/e_camellia.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_camellia.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/evp/e_cast.c b/crypto/evp/e_cast.c
index c3b778d..e4df25f 100644
--- a/crypto/evp/e_cast.c
+++ b/crypto/evp/e_cast.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_cast.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c
index 929151c..c083e3f 100644
--- a/crypto/evp/e_des.c
+++ b/crypto/evp/e_des.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c
index 8b6c2b5..0a16b48 100644
--- a/crypto/evp/e_des3.c
+++ b/crypto/evp/e_des3.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_des3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index 261fbeb..598dd3f 100644
--- a/crypto/evp/e_idea.c
+++ b/crypto/evp/e_idea.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_idea.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c
index 3f422cf..7843196 100644
--- a/crypto/evp/e_null.c
+++ b/crypto/evp/e_null.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c
index d5c4b4e..759856a 100644
--- a/crypto/evp/e_old.c
+++ b/crypto/evp/e_old.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_old.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c
index 03a5a73..8a56723 100644
--- a/crypto/evp/e_rc2.c
+++ b/crypto/evp/e_rc2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_rc4.c b/crypto/evp/e_rc4.c
index e27dd7f..ab3cc90 100644
--- a/crypto/evp/e_rc4.c
+++ b/crypto/evp/e_rc4.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc4.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c
index a97f2a0..58980f5 100644
--- a/crypto/evp/e_rc5.c
+++ b/crypto/evp/e_rc5.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_rc5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index c7a95e4..f8523c3 100644
--- a/crypto/evp/e_seed.c
+++ b/crypto/evp/e_seed.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_seed.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/evp/e_xcbc_d.c b/crypto/evp/e_xcbc_d.c
index 1da331d..92fe893 100644
--- a/crypto/evp/e_xcbc_d.c
+++ b/crypto/evp/e_xcbc_d.c
@@ -1,4 +1,3 @@
-/* crypto/evp/e_xcbc_d.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/encode.c b/crypto/evp/encode.c
index 91160ad..de52ae4 100644
--- a/crypto/evp/encode.c
+++ b/crypto/evp/encode.c
@@ -1,4 +1,3 @@
-/* crypto/evp/encode.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/evp_acnf.c b/crypto/evp/evp_acnf.c
index 44070bc..285be1f 100644
--- a/crypto/evp/evp_acnf.c
+++ b/crypto/evp/evp_acnf.c
@@ -1,4 +1,3 @@
-/* evp_acnf.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/evp/evp_cnf.c b/crypto/evp/evp_cnf.c
index 03f34a0..7a36527 100644
--- a/crypto/evp/evp_cnf.c
+++ b/crypto/evp/evp_cnf.c
@@ -1,4 +1,3 @@
-/* evp_cnf.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2007.
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index 32e124e..1b45a94 100644
--- a/crypto/evp/evp_enc.c
+++ b/crypto/evp/evp_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c
index c008d2b..add74ca 100644
--- a/crypto/evp/evp_err.c
+++ b/crypto/evp/evp_err.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/evp/evp_key.c b/crypto/evp/evp_key.c
index d2e6d8c..ccd9280 100644
--- a/crypto/evp/evp_key.c
+++ b/crypto/evp/evp_key.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_key.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c
index 50f12b4..ff2a1d2 100644
--- a/crypto/evp/evp_lib.c
+++ b/crypto/evp/evp_lib.c
@@ -1,4 +1,3 @@
-/* crypto/evp/evp_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index d93ea34..c85a46a 100644
--- a/crypto/evp/evp_locl.h
+++ b/crypto/evp/evp_locl.h
@@ -1,4 +1,3 @@
-/* evp_locl.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c
index da7c7d3..ddf9bff 100644
--- a/crypto/evp/evp_pbe.c
+++ b/crypto/evp/evp_pbe.c
@@ -1,4 +1,3 @@
-/* evp_pbe.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c
index 65ccd5b..530f724 100644
--- a/crypto/evp/evp_pkey.c
+++ b/crypto/evp/evp_pkey.c
@@ -1,4 +1,3 @@
-/* evp_pkey.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c
index ed2dfd8..5c1ac38 100644
--- a/crypto/evp/m_md2.c
+++ b/crypto/evp/m_md2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c
index 8987c42..e63db4e 100644
--- a/crypto/evp/m_md4.c
+++ b/crypto/evp/m_md4.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md4.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index ad26604..adaa857 100644
--- a/crypto/evp/m_md5.c
+++ b/crypto/evp/m_md5.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_md5_sha1.c b/crypto/evp/m_md5_sha1.c
index f5472a3..949b0e5 100644
--- a/crypto/evp/m_md5_sha1.c
+++ b/crypto/evp/m_md5_sha1.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_md5_sha1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 8934b54..dbe71df 100644
--- a/crypto/evp/m_mdc2.c
+++ b/crypto/evp/m_mdc2.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_mdc2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c
index b649115..0fc8c99 100644
--- a/crypto/evp/m_null.c
+++ b/crypto/evp/m_null.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_null.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c
index faf09a1..67aa3cf 100644
--- a/crypto/evp/m_ripemd.c
+++ b/crypto/evp/m_ripemd.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_ripemd.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c
index 2f30c3c..fb674ae 100644
--- a/crypto/evp/m_sha1.c
+++ b/crypto/evp/m_sha1.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_sha1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c
index 067d330..0fe223f 100644
--- a/crypto/evp/m_sigver.c
+++ b/crypto/evp/m_sigver.c
@@ -1,4 +1,3 @@
-/* m_sigver.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c
index 0a4a3a9..12b7765 100644
--- a/crypto/evp/m_wp.c
+++ b/crypto/evp/m_wp.c
@@ -1,4 +1,3 @@
-/* crypto/evp/m_wp.c */
 
 #include <stdio.h>
 #include "internal/cryptlib.h"
diff --git a/crypto/evp/names.c b/crypto/evp/names.c
index 8d132e9..610e0f5 100644
--- a/crypto/evp/names.c
+++ b/crypto/evp/names.c
@@ -1,4 +1,3 @@
-/* crypto/evp/names.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p5_crpt.c b/crypto/evp/p5_crpt.c
index d27d83f..7900e28 100644
--- a/crypto/evp/p5_crpt.c
+++ b/crypto/evp/p5_crpt.c
@@ -1,4 +1,3 @@
-/* p5_crpt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c
index 0f5b82b..b9ff5de 100644
--- a/crypto/evp/p5_crpt2.c
+++ b/crypto/evp/p5_crpt2.c
@@ -1,4 +1,3 @@
-/* p5_crpt2.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c
index 218c674..37f6822 100644
--- a/crypto/evp/p_dec.c
+++ b/crypto/evp/p_dec.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_dec.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index d2069c9..d3bcaa0 100644
--- a/crypto/evp/p_enc.c
+++ b/crypto/evp/p_enc.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c
index c7a0b5a..0626c27 100644
--- a/crypto/evp/p_lib.c
+++ b/crypto/evp/p_lib.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c
index 0f2bc02..41a721e 100644
--- a/crypto/evp/p_open.c
+++ b/crypto/evp/p_open.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_open.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c
index 71231f4..52436d1 100644
--- a/crypto/evp/p_seal.c
+++ b/crypto/evp/p_seal.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_seal.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_sign.c b/crypto/evp/p_sign.c
index c5e479e..46d2dcc 100644
--- a/crypto/evp/p_sign.c
+++ b/crypto/evp/p_sign.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c
index 32ec0de..631ce35 100644
--- a/crypto/evp/p_verify.c
+++ b/crypto/evp/p_verify.c
@@ -1,4 +1,3 @@
-/* crypto/evp/p_verify.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c
index d86110b..11c319d 100644
--- a/crypto/evp/pmeth_fn.c
+++ b/crypto/evp/pmeth_fn.c
@@ -1,4 +1,3 @@
-/* pmeth_fn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index 368c687..6d58f1b 100644
--- a/crypto/evp/pmeth_gn.c
+++ b/crypto/evp/pmeth_gn.c
@@ -1,4 +1,3 @@
-/* pmeth_gn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 1d7d576..b7b6e35 100644
--- a/crypto/evp/pmeth_lib.c
+++ b/crypto/evp/pmeth_lib.c
@@ -1,4 +1,3 @@
-/* pmeth_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/evp/scrypt.c b/crypto/evp/scrypt.c
index e609594..158816c 100644
--- a/crypto/evp/scrypt.c
+++ b/crypto/evp/scrypt.c
@@ -1,4 +1,3 @@
-/* scrypt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index 340bf43..b2fcabd 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -1,4 +1,3 @@
-/* crypto/fips_err.h */
 /* ====================================================================
  * Copyright (c) 1999-2011 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/hmac/hmac.c b/crypto/hmac/hmac.c
index 72daed1..0a3b09f 100644
--- a/crypto/hmac/hmac.c
+++ b/crypto/hmac/hmac.c
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h
index f6ce8f9..b95c867 100644
--- a/crypto/hmac/hmac_lcl.h
+++ b/crypto/hmac/hmac_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/i_cbc.c b/crypto/idea/i_cbc.c
index 950df98..e1c5b2d 100644
--- a/crypto/idea/i_cbc.c
+++ b/crypto/idea/i_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/idea/i_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/i_cfb64.c b/crypto/idea/i_cfb64.c
index a1547ed..557cd4d 100644
--- a/crypto/idea/i_cfb64.c
+++ b/crypto/idea/i_cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/idea/i_cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c
index 4ed206e..c018c15 100644
--- a/crypto/idea/i_ecb.c
+++ b/crypto/idea/i_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/idea/i_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/i_ofb64.c b/crypto/idea/i_ofb64.c
index aa59488..64f128e 100644
--- a/crypto/idea/i_ofb64.c
+++ b/crypto/idea/i_ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/idea/i_ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c
index 2bbd43a..c305477 100644
--- a/crypto/idea/i_skey.c
+++ b/crypto/idea/i_skey.c
@@ -1,4 +1,3 @@
-/* crypto/idea/i_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/idea/idea_lcl.h b/crypto/idea/idea_lcl.h
index ffb06a1..9be76cd 100644
--- a/crypto/idea/idea_lcl.h
+++ b/crypto/idea/idea_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/idea/idea_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h
index 43b541c..0b38eaa 100644
--- a/crypto/include/internal/asn1_int.h
+++ b/crypto/include/internal/asn1_int.h
@@ -1,4 +1,3 @@
-/* asn1_int.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 45a4d7a..9e620e6 100644
--- a/crypto/include/internal/cryptlib.h
+++ b/crypto/include/internal/cryptlib.h
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/include/internal/ct_int.h b/crypto/include/internal/ct_int.h
index 31411b6..1aa3745 100644
--- a/crypto/include/internal/ct_int.h
+++ b/crypto/include/internal/ct_int.h
@@ -1,4 +1,3 @@
-/* crypto/ct/ct_locl.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index 614ccca..24c6870 100644
--- a/crypto/include/internal/evp_int.h
+++ b/crypto/include/internal/evp_int.h
@@ -1,4 +1,3 @@
-/* evp_int.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h
index 46c088c..156fa3a 100644
--- a/crypto/include/internal/md32_common.h
+++ b/crypto/include/internal/md32_common.h
@@ -1,4 +1,3 @@
-/* crypto/md32_common.h */
 /* ====================================================================
  * Copyright (c) 1999-2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/include/internal/x509_int.h b/crypto/include/internal/x509_int.h
index c11d3b3..7d3a7df 100644
--- a/crypto/include/internal/x509_int.h
+++ b/crypto/include/internal/x509_int.h
@@ -1,4 +1,3 @@
-/* x509_int.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/crypto/jpake/jpake_err.c b/crypto/jpake/jpake_err.c
index 177bcc2..d45f86c 100644
--- a/crypto/jpake/jpake_err.c
+++ b/crypto/jpake/jpake_err.c
@@ -1,4 +1,3 @@
-/* crypto/jpake/jpake_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/lhash/lh_stats.c b/crypto/lhash/lh_stats.c
index b7d9524..cad3a61 100644
--- a/crypto/lhash/lh_stats.c
+++ b/crypto/lhash/lh_stats.c
@@ -1,4 +1,3 @@
-/* crypto/lhash/lh_stats.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c
index 52010d9..c1d4578 100644
--- a/crypto/lhash/lh_test.c
+++ b/crypto/lhash/lh_test.c
@@ -1,4 +1,3 @@
-/* crypto/lhash/lh_test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c
index 4642bda..60e9223 100644
--- a/crypto/lhash/lhash.c
+++ b/crypto/lhash/lhash.c
@@ -1,4 +1,3 @@
-/* crypto/lhash/lhash.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/lock.c b/crypto/lock.c
index 12210da..2ac74b5 100644
--- a/crypto/lock.c
+++ b/crypto/lock.c
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/md2/md2_dgst.c b/crypto/md2/md2_dgst.c
index bb0a7a3..80dec23 100644
--- a/crypto/md2/md2_dgst.c
+++ b/crypto/md2/md2_dgst.c
@@ -1,4 +1,3 @@
-/* crypto/md2/md2_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md2/md2_one.c b/crypto/md2/md2_one.c
index ff648b5..ad643ee 100644
--- a/crypto/md2/md2_one.c
+++ b/crypto/md2/md2_one.c
@@ -1,4 +1,3 @@
-/* crypto/md2/md2_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c
index 2b7881e..ab1e55b 100644
--- a/crypto/md4/md4_dgst.c
+++ b/crypto/md4/md4_dgst.c
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index c6dd348..7e9701c 100644
--- a/crypto/md4/md4_locl.h
+++ b/crypto/md4/md4_locl.h
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md4/md4_one.c b/crypto/md4/md4_one.c
index 32ebd5f..efcf2c6 100644
--- a/crypto/md4/md4_one.c
+++ b/crypto/md4/md4_one.c
@@ -1,4 +1,3 @@
-/* crypto/md4/md4_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md5/md5_dgst.c b/crypto/md5/md5_dgst.c
index f73ca7c..18a3262 100644
--- a/crypto/md5/md5_dgst.c
+++ b/crypto/md5/md5_dgst.c
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 22ae9b3..f2d80a0 100644
--- a/crypto/md5/md5_locl.h
+++ b/crypto/md5/md5_locl.h
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/md5/md5_one.c b/crypto/md5/md5_one.c
index 4ac882e..9771dcf 100644
--- a/crypto/md5/md5_one.c
+++ b/crypto/md5/md5_one.c
@@ -1,4 +1,3 @@
-/* crypto/md5/md5_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/mdc2/mdc2_one.c b/crypto/mdc2/mdc2_one.c
index d30305b..ee94bbe 100644
--- a/crypto/mdc2/mdc2_one.c
+++ b/crypto/mdc2/mdc2_one.c
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/mdc2/mdc2dgst.c b/crypto/mdc2/mdc2dgst.c
index 17b994e..abfba5a 100644
--- a/crypto/mdc2/mdc2dgst.c
+++ b/crypto/mdc2/mdc2dgst.c
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/mem.c b/crypto/mem.c
index 096b191..1e34904 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -1,4 +1,3 @@
-/* crypto/mem.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/mem_clr.c b/crypto/mem_clr.c
index 52342ec..e6450a1 100644
--- a/crypto/mem_clr.c
+++ b/crypto/mem_clr.c
@@ -1,4 +1,3 @@
-/* crypto/mem_clr.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2002.
diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c
index 67a4800..3568efd 100644
--- a/crypto/mem_dbg.c
+++ b/crypto/mem_dbg.c
@@ -1,4 +1,3 @@
-/* crypto/mem_dbg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/modes/wrap128.c b/crypto/modes/wrap128.c
index a3f397e..b926844 100644
--- a/crypto/modes/wrap128.c
+++ b/crypto/modes/wrap128.c
@@ -1,4 +1,3 @@
-/* crypto/modes/wrap128.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project. Mode with padding contributed by Petr Spacek
diff --git a/crypto/o_dir.c b/crypto/o_dir.c
index 560d689..b3fcb91 100644
--- a/crypto/o_dir.c
+++ b/crypto/o_dir.c
@@ -1,4 +1,3 @@
-/* crypto/o_dir.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/o_dir_test.c b/crypto/o_dir_test.c
index 5dd9d21..686c132 100644
--- a/crypto/o_dir_test.c
+++ b/crypto/o_dir_test.c
@@ -1,4 +1,3 @@
-/* crypto/o_dir.h */
 /*
  * Copied from Richard Levitte's (richard at levitte.org) LP library.  All
  * symbol names have been changed, with permission from the author.
diff --git a/crypto/o_init.c b/crypto/o_init.c
index b7b969b..128f70b 100644
--- a/crypto/o_init.c
+++ b/crypto/o_init.c
@@ -1,4 +1,3 @@
-/* o_init.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/o_str.c b/crypto/o_str.c
index 3afa5f7..269d606 100644
--- a/crypto/o_str.c
+++ b/crypto/o_str.c
@@ -1,4 +1,3 @@
-/* crypto/o_str.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/crypto/o_time.c b/crypto/o_time.c
index 9629299..fdd8282 100644
--- a/crypto/o_time.c
+++ b/crypto/o_time.c
@@ -1,4 +1,3 @@
-/* crypto/o_time.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c
index 3983ebe..82b4494 100644
--- a/crypto/objects/obj_dat.c
+++ b/crypto/objects/obj_dat.c
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_dat.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index 1f13992..c8bfc97 100644
--- a/crypto/objects/obj_dat.h
+++ b/crypto/objects/obj_dat.h
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_dat.h */
 
 /* THIS FILE IS GENERATED FROM objects.h by obj_dat.pl via the
  * following command:
diff --git a/crypto/objects/obj_err.c b/crypto/objects/obj_err.c
index 33a95ff..396b6c2 100644
--- a/crypto/objects/obj_err.c
+++ b/crypto/objects/obj_err.c
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/objects/obj_lib.c b/crypto/objects/obj_lib.c
index d3c2ed0..3b1c558 100644
--- a/crypto/objects/obj_lib.c
+++ b/crypto/objects/obj_lib.c
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c
index 62ff882..34d6448 100644
--- a/crypto/objects/obj_xref.c
+++ b/crypto/objects/obj_xref.c
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_xref.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/ocsp/ocsp_asn.c b/crypto/ocsp/ocsp_asn.c
index 00be995..3ee6f94 100644
--- a/crypto/ocsp/ocsp_asn.c
+++ b/crypto/ocsp/ocsp_asn.c
@@ -1,4 +1,3 @@
-/* ocsp_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c
index 218e12c..0e6810a 100644
--- a/crypto/ocsp/ocsp_cl.c
+++ b/crypto/ocsp/ocsp_cl.c
@@ -1,4 +1,3 @@
-/* ocsp_cl.c */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/crypto/ocsp/ocsp_err.c b/crypto/ocsp/ocsp_err.c
index 8f099d9..16960a7 100644
--- a/crypto/ocsp/ocsp_err.c
+++ b/crypto/ocsp/ocsp_err.c
@@ -1,4 +1,3 @@
-/* crypto/ocsp/ocsp_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ocsp/ocsp_ext.c b/crypto/ocsp/ocsp_ext.c
index f9553f0..b012744 100644
--- a/crypto/ocsp/ocsp_ext.c
+++ b/crypto/ocsp/ocsp_ext.c
@@ -1,4 +1,3 @@
-/* ocsp_ext.c */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c
index 8f1cb08..f69d4df 100644
--- a/crypto/ocsp/ocsp_ht.c
+++ b/crypto/ocsp/ocsp_ht.c
@@ -1,4 +1,3 @@
-/* ocsp_ht.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/ocsp/ocsp_lcl.h b/crypto/ocsp/ocsp_lcl.h
index c60d956..d626a3e 100644
--- a/crypto/ocsp/ocsp_lcl.h
+++ b/crypto/ocsp/ocsp_lcl.h
@@ -1,4 +1,3 @@
-/* ocsp_lcl.h */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/crypto/ocsp/ocsp_lib.c b/crypto/ocsp/ocsp_lib.c
index 092cc37..54cacfb 100644
--- a/crypto/ocsp/ocsp_lib.c
+++ b/crypto/ocsp/ocsp_lib.c
@@ -1,4 +1,3 @@
-/* ocsp_lib.c */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/crypto/ocsp/ocsp_prn.c b/crypto/ocsp/ocsp_prn.c
index 1137d61..7524576 100644
--- a/crypto/ocsp/ocsp_prn.c
+++ b/crypto/ocsp/ocsp_prn.c
@@ -1,4 +1,3 @@
-/* ocsp_prn.c */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/crypto/ocsp/ocsp_srv.c b/crypto/ocsp/ocsp_srv.c
index a39fa48..e98c649 100644
--- a/crypto/ocsp/ocsp_srv.c
+++ b/crypto/ocsp/ocsp_srv.c
@@ -1,4 +1,3 @@
-/* ocsp_srv.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c
index 87b5144..5601feb 100644
--- a/crypto/ocsp/ocsp_vfy.c
+++ b/crypto/ocsp/ocsp_vfy.c
@@ -1,4 +1,3 @@
-/* ocsp_vfy.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c
index 9a49422..142deac 100644
--- a/crypto/ocsp/v3_ocsp.c
+++ b/crypto/ocsp/v3_ocsp.c
@@ -1,4 +1,3 @@
-/* v3_ocsp.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pem/pem_all.c b/crypto/pem/pem_all.c
index 2f36c25..9a08c02 100644
--- a/crypto/pem/pem_all.c
+++ b/crypto/pem/pem_all.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_err.c b/crypto/pem/pem_err.c
index 49b8a91..793a0a3 100644
--- a/crypto/pem/pem_err.c
+++ b/crypto/pem/pem_err.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/pem/pem_info.c b/crypto/pem/pem_info.c
index 982dc16..50a5051 100644
--- a/crypto/pem/pem_info.c
+++ b/crypto/pem/pem_info.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_info.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c
index 439bb14..eb03acc 100644
--- a/crypto/pem/pem_lib.c
+++ b/crypto/pem/pem_lib.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_oth.c b/crypto/pem/pem_oth.c
index 63f42b2..fbdff0a 100644
--- a/crypto/pem/pem_oth.c
+++ b/crypto/pem/pem_oth.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_oth.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_pk8.c b/crypto/pem/pem_pk8.c
index e238b95..f6f0363 100644
--- a/crypto/pem/pem_pk8.c
+++ b/crypto/pem/pem_pk8.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c
index e90f201..8eb398d 100644
--- a/crypto/pem/pem_pkey.c
+++ b/crypto/pem/pem_pkey.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_pkey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_sign.c b/crypto/pem/pem_sign.c
index 824ff48..fb8c9dd 100644
--- a/crypto/pem/pem_sign.c
+++ b/crypto/pem/pem_sign.c
@@ -1,4 +1,3 @@
-/* crypto/pem/pem_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pem/pem_x509.c b/crypto/pem/pem_x509.c
index 9dbd693..26117b5 100644
--- a/crypto/pem/pem_x509.c
+++ b/crypto/pem/pem_x509.c
@@ -1,4 +1,3 @@
-/* pem_x509.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/pem/pem_xaux.c b/crypto/pem/pem_xaux.c
index 6f37416..eb66fb6 100644
--- a/crypto/pem/pem_xaux.c
+++ b/crypto/pem/pem_xaux.c
@@ -1,4 +1,3 @@
-/* pem_xaux.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/pkcs12/p12_add.c b/crypto/pkcs12/p12_add.c
index 648b16b..4f2070e 100644
--- a/crypto/pkcs12/p12_add.c
+++ b/crypto/pkcs12/p12_add.c
@@ -1,4 +1,3 @@
-/* p12_add.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_asn.c b/crypto/pkcs12/p12_asn.c
index ef2e851..5a43261 100644
--- a/crypto/pkcs12/p12_asn.c
+++ b/crypto/pkcs12/p12_asn.c
@@ -1,4 +1,3 @@
-/* p12_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_attr.c b/crypto/pkcs12/p12_attr.c
index 80abf66..792e381 100644
--- a/crypto/pkcs12/p12_attr.c
+++ b/crypto/pkcs12/p12_attr.c
@@ -1,4 +1,3 @@
-/* p12_attr.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_crpt.c b/crypto/pkcs12/p12_crpt.c
index e7d5ac9..666b500 100644
--- a/crypto/pkcs12/p12_crpt.c
+++ b/crypto/pkcs12/p12_crpt.c
@@ -1,4 +1,3 @@
-/* p12_crpt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c
index 189e7c7..ae52d9e 100644
--- a/crypto/pkcs12/p12_crt.c
+++ b/crypto/pkcs12/p12_crt.c
@@ -1,4 +1,3 @@
-/* p12_crt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/pkcs12/p12_decr.c b/crypto/pkcs12/p12_decr.c
index 33831e9..953d938 100644
--- a/crypto/pkcs12/p12_decr.c
+++ b/crypto/pkcs12/p12_decr.c
@@ -1,4 +1,3 @@
-/* p12_decr.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_init.c b/crypto/pkcs12/p12_init.c
index 3f1a07c..3597e13 100644
--- a/crypto/pkcs12/p12_init.c
+++ b/crypto/pkcs12/p12_init.c
@@ -1,4 +1,3 @@
-/* p12_init.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c
index 6963a97..4256452 100644
--- a/crypto/pkcs12/p12_key.c
+++ b/crypto/pkcs12/p12_key.c
@@ -1,4 +1,3 @@
-/* p12_key.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_kiss.c b/crypto/pkcs12/p12_kiss.c
index fdddffb..c53736d 100644
--- a/crypto/pkcs12/p12_kiss.c
+++ b/crypto/pkcs12/p12_kiss.c
@@ -1,4 +1,3 @@
-/* p12_kiss.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c
index fda2bc9..8ed9ac5 100644
--- a/crypto/pkcs12/p12_mutl.c
+++ b/crypto/pkcs12/p12_mutl.c
@@ -1,4 +1,3 @@
-/* p12_mutl.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_npas.c b/crypto/pkcs12/p12_npas.c
index c402428..d670624 100644
--- a/crypto/pkcs12/p12_npas.c
+++ b/crypto/pkcs12/p12_npas.c
@@ -1,4 +1,3 @@
-/* p12_npas.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/p12_p8d.c b/crypto/pkcs12/p12_p8d.c
index 983eadf..9bdfd3f 100644
--- a/crypto/pkcs12/p12_p8d.c
+++ b/crypto/pkcs12/p12_p8d.c
@@ -1,4 +1,3 @@
-/* p12_p8d.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/pkcs12/p12_p8e.c b/crypto/pkcs12/p12_p8e.c
index c60d124..a625515 100644
--- a/crypto/pkcs12/p12_p8e.c
+++ b/crypto/pkcs12/p12_p8e.c
@@ -1,4 +1,3 @@
-/* p12_p8e.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/pkcs12/p12_utl.c b/crypto/pkcs12/p12_utl.c
index 5656cdc..8b7e52f 100644
--- a/crypto/pkcs12/p12_utl.c
+++ b/crypto/pkcs12/p12_utl.c
@@ -1,4 +1,3 @@
-/* p12_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/pkcs12/pk12err.c b/crypto/pkcs12/pk12err.c
index 4e6c7dd..c3c0d59 100644
--- a/crypto/pkcs12/pk12err.c
+++ b/crypto/pkcs12/pk12err.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs12/pk12err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/pkcs7/bio_pk7.c b/crypto/pkcs7/bio_pk7.c
index 31aef83..d0e5d61 100644
--- a/crypto/pkcs7/bio_pk7.c
+++ b/crypto/pkcs7/bio_pk7.c
@@ -1,4 +1,3 @@
-/* bio_pk7.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/pkcs7/pk7_asn1.c b/crypto/pkcs7/pk7_asn1.c
index bc107cc..485e676 100644
--- a/crypto/pkcs7/pk7_asn1.c
+++ b/crypto/pkcs7/pk7_asn1.c
@@ -1,4 +1,3 @@
-/* pk7_asn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/pkcs7/pk7_attr.c b/crypto/pkcs7/pk7_attr.c
index 3158525..84c59aa 100644
--- a/crypto/pkcs7/pk7_attr.c
+++ b/crypto/pkcs7/pk7_attr.c
@@ -1,4 +1,3 @@
-/* pk7_attr.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c
index cb2b293..4b1376e 100644
--- a/crypto/pkcs7/pk7_dgst.c
+++ b/crypto/pkcs7/pk7_dgst.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c
index b2df659..9d66fc4 100644
--- a/crypto/pkcs7/pk7_doit.c
+++ b/crypto/pkcs7/pk7_doit.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_doit.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c
index 10f59c4..cf47843 100644
--- a/crypto/pkcs7/pk7_enc.c
+++ b/crypto/pkcs7/pk7_enc.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c
index 8c840a6..cdf7302 100644
--- a/crypto/pkcs7/pk7_lib.c
+++ b/crypto/pkcs7/pk7_lib.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pk7_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c
index 7d8b8e7..19130ee 100644
--- a/crypto/pkcs7/pk7_mime.c
+++ b/crypto/pkcs7/pk7_mime.c
@@ -1,4 +1,3 @@
-/* pk7_mime.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c
index ea5eb1b..ed5268f 100644
--- a/crypto/pkcs7/pk7_smime.c
+++ b/crypto/pkcs7/pk7_smime.c
@@ -1,4 +1,3 @@
-/* pk7_smime.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c
index 797bd56..d897cfb 100644
--- a/crypto/pkcs7/pkcs7err.c
+++ b/crypto/pkcs7/pkcs7err.c
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pkcs7err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c
index 13ad774..f8db443 100644
--- a/crypto/rand/md_rand.c
+++ b/crypto/rand/md_rand.c
@@ -1,4 +1,3 @@
-/* crypto/rand/md_rand.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c
index e65dc09..f0d2e55 100644
--- a/crypto/rand/rand_egd.c
+++ b/crypto/rand/rand_egd.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_egd.c */
 /* Written by Ulf Moeller and Lutz Jaenicke for the OpenSSL project. */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c
index c22677e..d01393a 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rand/rand_lcl.h b/crypto/rand/rand_lcl.h
index 3ced44d..daa48dd 100644
--- a/crypto/rand/rand_lcl.h
+++ b/crypto/rand/rand_lcl.h
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lcl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c
index 4a425d7..b43660b 100644
--- a/crypto/rand/rand_lib.c
+++ b/crypto/rand/rand_lib.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/rand_nw.c b/crypto/rand/rand_nw.c
index e4c0414..e49498e 100644
--- a/crypto/rand/rand_nw.c
+++ b/crypto/rand/rand_nw.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_nw.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/rand_os2.c b/crypto/rand/rand_os2.c
index d95cd24..b370055 100644
--- a/crypto/rand/rand_os2.c
+++ b/crypto/rand/rand_os2.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_os2.c */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c
index 38f157b..87a436d 100644
--- a/crypto/rand/rand_unix.c
+++ b/crypto/rand/rand_unix.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_unix.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index 0e10c36..5919f48 100644
--- a/crypto/rand/rand_vms.c
+++ b/crypto/rand/rand_vms.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_vms.c */
 /*
  * Written by Richard Levitte <richard at levitte.org> for the OpenSSL project
  * 2000.
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index 7bf4161..75bf33a 100644
--- a/crypto/rand/rand_win.c
+++ b/crypto/rand/rand_win.c
@@ -1,4 +1,3 @@
-/* crypto/rand/rand_win.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index a1b0c4d..8490ec3 100644
--- a/crypto/rand/randfile.c
+++ b/crypto/rand/randfile.c
@@ -1,4 +1,3 @@
-/* crypto/rand/randfile.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2_cbc.c b/crypto/rc2/rc2_cbc.c
index 5eaf01d..b574c96 100644
--- a/crypto/rc2/rc2_cbc.c
+++ b/crypto/rc2/rc2_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_cbc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c
index 4cb1a80..047c0fc 100644
--- a/crypto/rc2/rc2_ecb.c
+++ b/crypto/rc2/rc2_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2_locl.h b/crypto/rc2/rc2_locl.h
index e72a20c..ba1880c 100644
--- a/crypto/rc2/rc2_locl.h
+++ b/crypto/rc2/rc2_locl.h
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c
index bcc156a..52a3710 100644
--- a/crypto/rc2/rc2_skey.c
+++ b/crypto/rc2/rc2_skey.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c
index 8b5929f..bb3df00 100644
--- a/crypto/rc2/rc2cfb64.c
+++ b/crypto/rc2/rc2cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc2/rc2ofb64.c b/crypto/rc2/rc2ofb64.c
index b9f4d8c..aec7ba3 100644
--- a/crypto/rc2/rc2ofb64.c
+++ b/crypto/rc2/rc2ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc4/rc4_enc.c b/crypto/rc4/rc4_enc.c
index 0f0a248..79f00e7 100644
--- a/crypto/rc4/rc4_enc.c
+++ b/crypto/rc4/rc4_enc.c
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc4/rc4_skey.c b/crypto/rc4/rc4_skey.c
index 7b198bb..2e6cc2d 100644
--- a/crypto/rc4/rc4_skey.c
+++ b/crypto/rc4/rc4_skey.c
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c
index 2b5fa2a..b762b1e 100644
--- a/crypto/rc5/rc5_ecb.c
+++ b/crypto/rc5/rc5_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_ecb.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5_enc.c b/crypto/rc5/rc5_enc.c
index 06b89d8..8bcbad9 100644
--- a/crypto/rc5/rc5_enc.c
+++ b/crypto/rc5/rc5_enc.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5_locl.h b/crypto/rc5/rc5_locl.h
index ee757e6..9944440 100644
--- a/crypto/rc5/rc5_locl.h
+++ b/crypto/rc5/rc5_locl.h
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5_skey.c b/crypto/rc5/rc5_skey.c
index 5dd4a52..bfbb419 100644
--- a/crypto/rc5/rc5_skey.c
+++ b/crypto/rc5/rc5_skey.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5_skey.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5cfb64.c b/crypto/rc5/rc5cfb64.c
index a3813e0..70d8d23 100644
--- a/crypto/rc5/rc5cfb64.c
+++ b/crypto/rc5/rc5cfb64.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5cfb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c
index d3c6306..81c2005 100644
--- a/crypto/rc5/rc5ofb64.c
+++ b/crypto/rc5/rc5ofb64.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5ofb64.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/ripemd/rmd_dgst.c b/crypto/ripemd/rmd_dgst.c
index f351df1..fc50d5c 100644
--- a/crypto/ripemd/rmd_dgst.c
+++ b/crypto/ripemd/rmd_dgst.c
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h
index d7e5c57..c08178c 100644
--- a/crypto/ripemd/rmd_locl.h
+++ b/crypto/ripemd/rmd_locl.h
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/ripemd/rmd_one.c b/crypto/ripemd/rmd_one.c
index 666e01a..31f052c 100644
--- a/crypto/ripemd/rmd_one.c
+++ b/crypto/ripemd/rmd_one.c
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmd_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/ripemd/rmdconst.h b/crypto/ripemd/rmdconst.h
index 8fe33de..f8d8723 100644
--- a/crypto/ripemd/rmdconst.h
+++ b/crypto/ripemd/rmdconst.h
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmdconst.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c
index 4433bf4..2a1c74a 100644
--- a/crypto/rsa/rsa_ameth.c
+++ b/crypto/rsa/rsa_ameth.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_ameth.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c
index 16c40e3..86a71b7 100644
--- a/crypto/rsa/rsa_asn1.c
+++ b/crypto/rsa/rsa_asn1.c
@@ -1,4 +1,3 @@
-/* rsa_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c
index 9c28573..02d3c41 100644
--- a/crypto/rsa/rsa_chk.c
+++ b/crypto/rsa/rsa_chk.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_chk.c  */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c
index d08258e..466eefc 100644
--- a/crypto/rsa/rsa_crpt.c
+++ b/crypto/rsa/rsa_crpt.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_depr.c b/crypto/rsa/rsa_depr.c
index 59e1e7b..50b0bb6 100644
--- a/crypto/rsa/rsa_depr.c
+++ b/crypto/rsa/rsa_depr.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_depr.c */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rsa/rsa_err.c b/crypto/rsa/rsa_err.c
index 50fde50..811fcfe 100644
--- a/crypto/rsa/rsa_err.c
+++ b/crypto/rsa/rsa_err.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/rsa/rsa_gen.c b/crypto/rsa/rsa_gen.c
index d23d47d..6ec2749 100644
--- a/crypto/rsa/rsa_gen.c
+++ b/crypto/rsa/rsa_gen.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index c9249ef..62b2854 100644
--- a/crypto/rsa/rsa_lib.c
+++ b/crypto/rsa/rsa_lib.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c
index 9f954b4..c426bd3 100644
--- a/crypto/rsa/rsa_none.c
+++ b/crypto/rsa/rsa_none.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_none.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c
index ecb2f7c..6ac2249 100644
--- a/crypto/rsa/rsa_null.c
+++ b/crypto/rsa/rsa_null.c
@@ -1,4 +1,3 @@
-/* rsa_null.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c
index 0ad1ef3..3557884 100644
--- a/crypto/rsa/rsa_oaep.c
+++ b/crypto/rsa/rsa_oaep.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_oaep.c */
 /*
  * Written by Ulf Moeller. This software is distributed on an "AS IS" basis,
  * WITHOUT WARRANTY OF ANY KIND, either express or implied.
diff --git a/crypto/rsa/rsa_pk1.c b/crypto/rsa/rsa_pk1.c
index 8f8587a..bba68c6 100644
--- a/crypto/rsa/rsa_pk1.c
+++ b/crypto/rsa/rsa_pk1.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_pk1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c
index f5f8c1f..3362f99 100644
--- a/crypto/rsa/rsa_pmeth.c
+++ b/crypto/rsa/rsa_pmeth.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_pmeth.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c
index fd29280..f9e2572 100644
--- a/crypto/rsa/rsa_prn.c
+++ b/crypto/rsa/rsa_prn.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2006.
diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c
index 5f44dd3..abd915d 100644
--- a/crypto/rsa/rsa_pss.c
+++ b/crypto/rsa/rsa_pss.c
@@ -1,4 +1,3 @@
-/* rsa_pss.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2005.
diff --git a/crypto/rsa/rsa_saos.c b/crypto/rsa/rsa_saos.c
index 6c5f42d..18bf6c9 100644
--- a/crypto/rsa/rsa_saos.c
+++ b/crypto/rsa/rsa_saos.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_saos.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c
index 3aea4e4..7c9c528 100644
--- a/crypto/rsa/rsa_sign.c
+++ b/crypto/rsa/rsa_sign.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c
index 86b40ad..2762ad0 100644
--- a/crypto/rsa/rsa_ssl.c
+++ b/crypto/rsa/rsa_ssl.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_ssl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c
index 54d925b..d8837a1 100644
--- a/crypto/rsa/rsa_x931.c
+++ b/crypto/rsa/rsa_x931.c
@@ -1,4 +1,3 @@
-/* rsa_x931.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2005.
diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c
index 24d3cb9..d4c520c 100644
--- a/crypto/rsa/rsa_x931g.c
+++ b/crypto/rsa/rsa_x931g.c
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa_gen.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/seed/seed_cbc.c b/crypto/seed/seed_cbc.c
index ee1115b..470116c 100644
--- a/crypto/seed/seed_cbc.c
+++ b/crypto/seed/seed_cbc.c
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_cbc.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/seed/seed_cfb.c b/crypto/seed/seed_cfb.c
index b6a5648..6c81a74 100644
--- a/crypto/seed/seed_cfb.c
+++ b/crypto/seed/seed_cfb.c
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_cfb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/seed/seed_ecb.c b/crypto/seed/seed_ecb.c
index 9363d55..51d8f84 100644
--- a/crypto/seed/seed_ecb.c
+++ b/crypto/seed/seed_ecb.c
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_ecb.c */
 /* ====================================================================
  * Copyright (c) 2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/seed/seed_ofb.c b/crypto/seed/seed_ofb.c
index 48b7122..873e667 100644
--- a/crypto/seed/seed_ofb.c
+++ b/crypto/seed/seed_ofb.c
@@ -1,4 +1,3 @@
-/* crypto/seed/seed_ofb.c */
 /* ====================================================================
  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/sha/sha1_one.c b/crypto/sha/sha1_one.c
index 4a59115..32ec6f1 100644
--- a/crypto/sha/sha1_one.c
+++ b/crypto/sha/sha1_one.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1_one.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index a6c6338..fb8e866 100644
--- a/crypto/sha/sha1dgst.c
+++ b/crypto/sha/sha1dgst.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1dgst.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/sha/sha256.c b/crypto/sha/sha256.c
index 096981b..b30df22 100644
--- a/crypto/sha/sha256.c
+++ b/crypto/sha/sha256.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha256.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved
  * according to the OpenSSL license [found in ../../LICENSE].
diff --git a/crypto/sha/sha512.c b/crypto/sha/sha512.c
index 427cdf5..2c8954f 100644
--- a/crypto/sha/sha512.c
+++ b/crypto/sha/sha512.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha512.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved
  * according to the OpenSSL license [found in ../../LICENSE].
diff --git a/crypto/sha/sha_locl.h b/crypto/sha/sha_locl.h
index d3c6c37..ae447ff 100644
--- a/crypto/sha/sha_locl.h
+++ b/crypto/sha/sha_locl.h
@@ -1,4 +1,3 @@
-/* crypto/sha/sha_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c
index 4b0ae0d..457947b 100644
--- a/crypto/srp/srp_lib.c
+++ b/crypto/srp/srp_lib.c
@@ -1,4 +1,3 @@
-/* crypto/srp/srp_lib.c */
 /*
  * Written by Christophe Renou (christophe.renou at edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester at edelweb.fr) for the
diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c
index 65c763c..0a9de14 100644
--- a/crypto/srp/srp_vfy.c
+++ b/crypto/srp/srp_vfy.c
@@ -1,4 +1,3 @@
-/* crypto/srp/srp_vfy.c */
 /*
  * Written by Christophe Renou (christophe.renou at edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester at edelweb.fr) for the
diff --git a/crypto/stack/stack.c b/crypto/stack/stack.c
index 9d2d4f4..286f290 100644
--- a/crypto/stack/stack.c
+++ b/crypto/stack/stack.c
@@ -1,4 +1,3 @@
-/* crypto/stack/stack.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/store/str_err.c b/crypto/store/str_err.c
index 000acbf..d0bcdbc 100644
--- a/crypto/store/str_err.c
+++ b/crypto/store/str_err.c
@@ -1,4 +1,3 @@
-/* crypto/store/str_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/store/str_lib.c b/crypto/store/str_lib.c
index 711eb73..881140a 100644
--- a/crypto/store/str_lib.c
+++ b/crypto/store/str_lib.c
@@ -1,4 +1,3 @@
-/* crypto/store/str_lib.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/crypto/store/str_locl.h b/crypto/store/str_locl.h
index c0b40f0..6ee4b93 100644
--- a/crypto/store/str_locl.h
+++ b/crypto/store/str_locl.h
@@ -1,4 +1,3 @@
-/* crypto/store/str_locl.h */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/crypto/store/str_mem.c b/crypto/store/str_mem.c
index 1ffa4b0..e6424e3 100644
--- a/crypto/store/str_mem.c
+++ b/crypto/store/str_mem.c
@@ -1,4 +1,3 @@
-/* crypto/store/str_mem.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/crypto/store/str_meth.c b/crypto/store/str_meth.c
index b134092..95fd366 100644
--- a/crypto/store/str_meth.c
+++ b/crypto/store/str_meth.c
@@ -1,4 +1,3 @@
-/* crypto/store/str_meth.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/crypto/thr_id.c b/crypto/thr_id.c
index 73711d8..5266a8d 100644
--- a/crypto/thr_id.c
+++ b/crypto/thr_id.c
@@ -1,4 +1,3 @@
-/* crypto/cryptlib.c */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ts/ts_asn1.c b/crypto/ts/ts_asn1.c
index ba6c8d9..5d0c598 100644
--- a/crypto/ts/ts_asn1.c
+++ b/crypto/ts/ts_asn1.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_asn1.c */
 /*
  * Written by Nils Larsch for the OpenSSL project 2004.
  */
diff --git a/crypto/ts/ts_conf.c b/crypto/ts/ts_conf.c
index 1aa1ab6..6adea58 100644
--- a/crypto/ts/ts_conf.c
+++ b/crypto/ts/ts_conf.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_conf.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_err.c b/crypto/ts/ts_err.c
index 54bb366..b1dd8a1 100644
--- a/crypto/ts/ts_err.c
+++ b/crypto/ts/ts_err.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ts/ts_lib.c b/crypto/ts/ts_lib.c
index fb871d2..087334b 100644
--- a/crypto/ts/ts_lib.c
+++ b/crypto/ts/ts_lib.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_lib.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c
index 2d4ea0e..791715c 100644
--- a/crypto/ts/ts_req_print.c
+++ b/crypto/ts/ts_req_print.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_req_print.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_req_utils.c b/crypto/ts/ts_req_utils.c
index 706f442..5e1114a 100644
--- a/crypto/ts/ts_req_utils.c
+++ b/crypto/ts/ts_req_utils.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_req_utils.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c
index 007cc86..643bf4a 100644
--- a/crypto/ts/ts_rsp_print.c
+++ b/crypto/ts/ts_rsp_print.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_print.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_rsp_sign.c b/crypto/ts/ts_rsp_sign.c
index aa8ef16..e85c4b4 100644
--- a/crypto/ts/ts_rsp_sign.c
+++ b/crypto/ts/ts_rsp_sign.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_sign.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_rsp_utils.c b/crypto/ts/ts_rsp_utils.c
index 55c2221..5d0c51a 100644
--- a/crypto/ts/ts_rsp_utils.c
+++ b/crypto/ts/ts_rsp_utils.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_utils.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c
index c03f6ac..e6e213a 100644
--- a/crypto/ts/ts_rsp_verify.c
+++ b/crypto/ts/ts_rsp_verify.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_resp_verify.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2002.
diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c
index 35335fa..b650a00 100644
--- a/crypto/ts/ts_verify_ctx.c
+++ b/crypto/ts/ts_verify_ctx.c
@@ -1,4 +1,3 @@
-/* crypto/ts/ts_verify_ctx.c */
 /*
  * Written by Zoltan Glozik (zglozik at stones.com) for the OpenSSL project
  * 2003.
diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c
index 2c4d2cd..219031e 100644
--- a/crypto/txt_db/txt_db.c
+++ b/crypto/txt_db/txt_db.c
@@ -1,4 +1,3 @@
-/* crypto/txt_db/txt_db.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/ui/ui_err.c b/crypto/ui/ui_err.c
index 650eed7..b43356e 100644
--- a/crypto/ui/ui_err.c
+++ b/crypto/ui/ui_err.c
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c
index 414a84f..0823ae8 100644
--- a/crypto/ui/ui_lib.c
+++ b/crypto/ui/ui_lib.c
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_lib.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h
index bebc13a..5ed77fa 100644
--- a/crypto/ui/ui_locl.h
+++ b/crypto/ui/ui_locl.h
@@ -1,4 +1,3 @@
-/* crypto/ui/ui.h */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index d4ccc62..9b4786b 100644
--- a/crypto/ui/ui_openssl.c
+++ b/crypto/ui/ui_openssl.c
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_openssl.c */
 /*
  * Written by Richard Levitte (richard at levitte.org) and others for the
  * OpenSSL project 2001.
diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c
index fbad532..f04ee7c 100644
--- a/crypto/ui/ui_util.c
+++ b/crypto/ui/ui_util.c
@@ -1,4 +1,3 @@
-/* crypto/ui/ui_util.c */
 /* ====================================================================
  * Copyright (c) 2001-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/uid.c b/crypto/uid.c
index 90694c6..6c3cd11 100644
--- a/crypto/uid.c
+++ b/crypto/uid.c
@@ -1,4 +1,3 @@
-/* crypto/uid.c */
 /* ====================================================================
  * Copyright (c) 2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/x509/by_dir.c b/crypto/x509/by_dir.c
index 717d258..130b70e 100644
--- a/crypto/x509/by_dir.c
+++ b/crypto/x509/by_dir.c
@@ -1,4 +1,3 @@
-/* crypto/x509/by_dir.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c
index 8a156c7..51d642d 100644
--- a/crypto/x509/by_file.c
+++ b/crypto/x509/by_file.c
@@ -1,4 +1,3 @@
-/* crypto/x509/by_file.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/t_crl.c b/crypto/x509/t_crl.c
index f1440eb..d4d916e 100644
--- a/crypto/x509/t_crl.c
+++ b/crypto/x509/t_crl.c
@@ -1,4 +1,3 @@
-/* t_crl.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c
index 5eea8b9..a0ddd0e 100644
--- a/crypto/x509/t_req.c
+++ b/crypto/x509/t_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/t_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c
index 204aed4..996a755 100644
--- a/crypto/x509/t_x509.c
+++ b/crypto/x509/t_x509.c
@@ -1,4 +1,3 @@
-/* crypto/x509/t_x509.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c
index a102435..fb04cdc 100644
--- a/crypto/x509/x509_att.c
+++ b/crypto/x509/x509_att.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_att.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c
index 2641d2e..2e3fd6a 100644
--- a/crypto/x509/x509_cmp.c
+++ b/crypto/x509/x509_cmp.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_cmp.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_d2.c b/crypto/x509/x509_d2.c
index e3d0863..d833733 100644
--- a/crypto/x509/x509_d2.c
+++ b/crypto/x509/x509_d2.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_d2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c
index 062b915..0633cae 100644
--- a/crypto/x509/x509_def.c
+++ b/crypto/x509/x509_def.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_def.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c
index 114affc..9754c12 100644
--- a/crypto/x509/x509_err.c
+++ b/crypto/x509/x509_err.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/x509/x509_ext.c b/crypto/x509/x509_ext.c
index 5d951f6..9691d2d 100644
--- a/crypto/x509/x509_ext.c
+++ b/crypto/x509/x509_ext.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_ext.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index 724c241..ad29ec3 100644
--- a/crypto/x509/x509_lcl.h
+++ b/crypto/x509/x509_lcl.h
@@ -1,4 +1,3 @@
-/* x509_lcl.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2013.
diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c
index e2cbf51..cd84394 100644
--- a/crypto/x509/x509_lu.c
+++ b/crypto/x509/x509_lu.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_lu.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c
index 93032d1..8b4d436 100644
--- a/crypto/x509/x509_obj.c
+++ b/crypto/x509/x509_obj.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_obj.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c
index c5c58f5..a6c5941 100644
--- a/crypto/x509/x509_r2x.c
+++ b/crypto/x509/x509_r2x.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_r2x.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c
index 8e60f84..c67f609 100644
--- a/crypto/x509/x509_req.c
+++ b/crypto/x509/x509_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c
index dbd9057..9330a54 100644
--- a/crypto/x509/x509_set.c
+++ b/crypto/x509/x509_set.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_set.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c
index 851e745..58e7d54 100644
--- a/crypto/x509/x509_trs.c
+++ b/crypto/x509/x509_trs.c
@@ -1,4 +1,3 @@
-/* x509_trs.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509/x509_txt.c b/crypto/x509/x509_txt.c
index 6e8cdaa..0e48064 100644
--- a/crypto/x509/x509_txt.c
+++ b/crypto/x509/x509_txt.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_txt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_v3.c b/crypto/x509/x509_v3.c
index f192979..f3fe305 100644
--- a/crypto/x509/x509_v3.c
+++ b/crypto/x509/x509_v3.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_v3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index c9dd6fa..39d37b9 100644
--- a/crypto/x509/x509_vfy.c
+++ b/crypto/x509/x509_vfy.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_vfy.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c
index 8826fec..295ce88 100644
--- a/crypto/x509/x509_vpm.c
+++ b/crypto/x509/x509_vpm.c
@@ -1,4 +1,3 @@
-/* x509_vpm.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509/x509cset.c b/crypto/x509/x509cset.c
index 899d492..bc14374 100644
--- a/crypto/x509/x509cset.c
+++ b/crypto/x509/x509cset.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509cset.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c
index 234ddfe..475f5bc 100644
--- a/crypto/x509/x509name.c
+++ b/crypto/x509/x509name.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509name.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509rset.c b/crypto/x509/x509rset.c
index 817400c..e8afcac 100644
--- a/crypto/x509/x509rset.c
+++ b/crypto/x509/x509rset.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509rset.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x509spki.c b/crypto/x509/x509spki.c
index df27bf3..6efcb96 100644
--- a/crypto/x509/x509spki.c
+++ b/crypto/x509/x509spki.c
@@ -1,4 +1,3 @@
-/* x509spki.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c
index 07e5141..870b47f 100644
--- a/crypto/x509/x509type.c
+++ b/crypto/x509/x509type.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x509type.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_all.c b/crypto/x509/x_all.c
index 5c5f573..f62a7c8 100644
--- a/crypto/x509/x_all.c
+++ b/crypto/x509/x_all.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_all.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c
index 3eeec44..7ee99ca 100644
--- a/crypto/x509/x_attrib.c
+++ b/crypto/x509/x_attrib.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_attrib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c
index 435de80..af49271 100644
--- a/crypto/x509/x_crl.c
+++ b/crypto/x509/x_crl.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_crl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_exten.c b/crypto/x509/x_exten.c
index c5b391f..3b4dd86 100644
--- a/crypto/x509/x_exten.c
+++ b/crypto/x509/x_exten.c
@@ -1,4 +1,3 @@
-/* x_exten.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c
index f151da4..9cc855a 100644
--- a/crypto/x509/x_name.c
+++ b/crypto/x509/x_name.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_name.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c
index fcf5904..c1caf09 100644
--- a/crypto/x509/x_req.c
+++ b/crypto/x509/x_req.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_req.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c
index 53a5eb7..c6ef840 100644
--- a/crypto/x509/x_x509.c
+++ b/crypto/x509/x_x509.c
@@ -1,4 +1,3 @@
-/* crypto/x509/x_x509.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/crypto/x509/x_x509a.c b/crypto/x509/x_x509a.c
index f79e5e7..a274ec9 100644
--- a/crypto/x509/x_x509a.c
+++ b/crypto/x509/x_x509a.c
@@ -1,4 +1,3 @@
-/* a_x509a.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 3f9f7f3..d43b83c 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -1,4 +1,3 @@
-/* ext_dat.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/pcy_cache.c b/crypto/x509v3/pcy_cache.c
index 97ebb36..64fe3bc 100644
--- a/crypto/x509v3/pcy_cache.c
+++ b/crypto/x509v3/pcy_cache.c
@@ -1,4 +1,3 @@
-/* pcy_cache.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c
index 1772e31..03631d7 100644
--- a/crypto/x509v3/pcy_data.c
+++ b/crypto/x509v3/pcy_data.c
@@ -1,4 +1,3 @@
-/* pcy_data.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h
index b222557..809dc5e 100644
--- a/crypto/x509v3/pcy_int.h
+++ b/crypto/x509v3/pcy_int.h
@@ -1,4 +1,3 @@
-/* pcy_int.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c
index b048f91..f3ec70d 100644
--- a/crypto/x509v3/pcy_lib.c
+++ b/crypto/x509v3/pcy_lib.c
@@ -1,4 +1,3 @@
-/* pcy_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c
index 1c58ad4..415e5dd 100644
--- a/crypto/x509v3/pcy_map.c
+++ b/crypto/x509v3/pcy_map.c
@@ -1,4 +1,3 @@
-/* pcy_map.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_node.c b/crypto/x509v3/pcy_node.c
index a71f9b8..e8007c2 100644
--- a/crypto/x509v3/pcy_node.c
+++ b/crypto/x509v3/pcy_node.c
@@ -1,4 +1,3 @@
-/* pcy_node.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c
index a460333..6cf6f4e 100644
--- a/crypto/x509v3/pcy_tree.c
+++ b/crypto/x509v3/pcy_tree.c
@@ -1,4 +1,3 @@
-/* pcy_tree.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2004.
diff --git a/crypto/x509v3/tabtest.c b/crypto/x509v3/tabtest.c
index 65209db..4a3d103 100644
--- a/crypto/x509v3/tabtest.c
+++ b/crypto/x509v3/tabtest.c
@@ -1,4 +1,3 @@
-/* tabtest.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_akey.c b/crypto/x509v3/v3_akey.c
index 1aa6268..4690292 100644
--- a/crypto/x509v3/v3_akey.c
+++ b/crypto/x509v3/v3_akey.c
@@ -1,4 +1,3 @@
-/* v3_akey.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_akeya.c b/crypto/x509v3/v3_akeya.c
index 9914472..cc0c1ed 100644
--- a/crypto/x509v3/v3_akeya.c
+++ b/crypto/x509v3/v3_akeya.c
@@ -1,4 +1,3 @@
-/* v3_akey_asn1.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c
index 08614ea..b2914ee 100644
--- a/crypto/x509v3/v3_alt.c
+++ b/crypto/x509v3/v3_alt.c
@@ -1,4 +1,3 @@
-/* v3_alt.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/x509v3/v3_bcons.c b/crypto/x509v3/v3_bcons.c
index 53a8565..3c2f88a 100644
--- a/crypto/x509v3/v3_bcons.c
+++ b/crypto/x509v3/v3_bcons.c
@@ -1,4 +1,3 @@
-/* v3_bcons.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c
index e0787fd..a0db610 100644
--- a/crypto/x509v3/v3_bitst.c
+++ b/crypto/x509v3/v3_bitst.c
@@ -1,4 +1,3 @@
-/* v3_bitst.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c
index 0b6ff4f..01a3aa3 100644
--- a/crypto/x509v3/v3_conf.c
+++ b/crypto/x509v3/v3_conf.c
@@ -1,4 +1,3 @@
-/* v3_conf.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c
index 3268669..b4dd3ad 100644
--- a/crypto/x509v3/v3_cpols.c
+++ b/crypto/x509v3/v3_cpols.c
@@ -1,4 +1,3 @@
-/* v3_cpols.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c
index 3d61fdd..d9442a2 100644
--- a/crypto/x509v3/v3_crld.c
+++ b/crypto/x509v3/v3_crld.c
@@ -1,4 +1,3 @@
-/* v3_crld.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c
index dcdd0c6..26ef657 100644
--- a/crypto/x509v3/v3_enum.c
+++ b/crypto/x509v3/v3_enum.c
@@ -1,4 +1,3 @@
-/* v3_enum.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_extku.c b/crypto/x509v3/v3_extku.c
index fddcdff..354b828 100644
--- a/crypto/x509v3/v3_extku.c
+++ b/crypto/x509v3/v3_extku.c
@@ -1,4 +1,3 @@
-/* v3_extku.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_genn.c b/crypto/x509v3/v3_genn.c
index 4c3ad05..d225d0d 100644
--- a/crypto/x509v3/v3_genn.c
+++ b/crypto/x509v3/v3_genn.c
@@ -1,4 +1,3 @@
-/* v3_genn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c
index ed94a3e..073a2bb 100644
--- a/crypto/x509v3/v3_ia5.c
+++ b/crypto/x509v3/v3_ia5.c
@@ -1,4 +1,3 @@
-/* v3_ia5.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c
index f8888c2..a7ea19a 100644
--- a/crypto/x509v3/v3_info.c
+++ b/crypto/x509v3/v3_info.c
@@ -1,4 +1,3 @@
-/* v3_info.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c
index 2cab28c..fc4dd92 100644
--- a/crypto/x509v3/v3_int.c
+++ b/crypto/x509v3/v3_int.c
@@ -1,4 +1,3 @@
-/* v3_int.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c
index e3cd2ae..0db199c 100644
--- a/crypto/x509v3/v3_lib.c
+++ b/crypto/x509v3/v3_lib.c
@@ -1,4 +1,3 @@
-/* v3_lib.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_ncons.c b/crypto/x509v3/v3_ncons.c
index d3f79ba..dcd6590 100644
--- a/crypto/x509v3/v3_ncons.c
+++ b/crypto/x509v3/v3_ncons.c
@@ -1,4 +1,3 @@
-/* v3_ncons.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/x509v3/v3_pci.c b/crypto/x509v3/v3_pci.c
index c52709d..75bed9f 100644
--- a/crypto/x509v3/v3_pci.c
+++ b/crypto/x509v3/v3_pci.c
@@ -1,4 +1,3 @@
-/* v3_pci.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard at levitte.org)
diff --git a/crypto/x509v3/v3_pcia.c b/crypto/x509v3/v3_pcia.c
index e53c82e..99bf325 100644
--- a/crypto/x509v3/v3_pcia.c
+++ b/crypto/x509v3/v3_pcia.c
@@ -1,4 +1,3 @@
-/* v3_pcia.c */
 /*
  * Contributed to the OpenSSL Project 2004 by Richard Levitte
  * (richard at levitte.org)
diff --git a/crypto/x509v3/v3_pcons.c b/crypto/x509v3/v3_pcons.c
index 18de9e8..89960ca 100644
--- a/crypto/x509v3/v3_pcons.c
+++ b/crypto/x509v3/v3_pcons.c
@@ -1,4 +1,3 @@
-/* v3_pcons.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/x509v3/v3_pku.c b/crypto/x509v3/v3_pku.c
index 5b048a3..9f0c5da 100644
--- a/crypto/x509v3/v3_pku.c
+++ b/crypto/x509v3/v3_pku.c
@@ -1,4 +1,3 @@
-/* v3_pku.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_pmaps.c b/crypto/x509v3/v3_pmaps.c
index 001f264..1e7324b 100644
--- a/crypto/x509v3/v3_pmaps.c
+++ b/crypto/x509v3/v3_pmaps.c
@@ -1,4 +1,3 @@
-/* v3_pmaps.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c
index 26619c5..457bd95 100644
--- a/crypto/x509v3/v3_prn.c
+++ b/crypto/x509v3/v3_prn.c
@@ -1,4 +1,3 @@
-/* v3_prn.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index 3724e66..2d5a29f 100644
--- a/crypto/x509v3/v3_purp.c
+++ b/crypto/x509v3/v3_purp.c
@@ -1,4 +1,3 @@
-/* v3_purp.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2001.
diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c
index b5122d2..9c6c320 100644
--- a/crypto/x509v3/v3_scts.c
+++ b/crypto/x509v3/v3_scts.c
@@ -1,4 +1,3 @@
-/* v3_scts.c */
 /*
  * Written by Rob Stradling (rob at comodo.com) for the OpenSSL project 2014.
  */
diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c
index cf35213..d3fe9eb 100644
--- a/crypto/x509v3/v3_skey.c
+++ b/crypto/x509v3/v3_skey.c
@@ -1,4 +1,3 @@
-/* v3_skey.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_sxnet.c b/crypto/x509v3/v3_sxnet.c
index 941566b..0f8ac5e 100644
--- a/crypto/x509v3/v3_sxnet.c
+++ b/crypto/x509v3/v3_sxnet.c
@@ -1,4 +1,3 @@
-/* v3_sxnet.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3_tlsf.c b/crypto/x509v3/v3_tlsf.c
index 700546f..286db1d 100644
--- a/crypto/x509v3/v3_tlsf.c
+++ b/crypto/x509v3/v3_tlsf.c
@@ -1,4 +1,3 @@
-/* v3_tlsf.c */
 /*
  * Written by Rob Stradling (rob at comodo.com) for the OpenSSL project 2015.
  */
diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c
index a5058be..24bb157 100644
--- a/crypto/x509v3/v3_utl.c
+++ b/crypto/x509v3/v3_utl.c
@@ -1,4 +1,3 @@
-/* v3_utl.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index 6d2cd6d..95a24a5 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -1,4 +1,3 @@
-/* v3conf.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 529346b..727b584 100644
--- a/crypto/x509v3/v3err.c
+++ b/crypto/x509v3/v3err.c
@@ -1,4 +1,3 @@
-/* crypto/x509v3/v3err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/crypto/x509v3/v3prin.c b/crypto/x509v3/v3prin.c
index 36ca040..2c8902e 100644
--- a/crypto/x509v3/v3prin.c
+++ b/crypto/x509v3/v3prin.c
@@ -1,4 +1,3 @@
-/* v3prin.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/demos/bio/saccept.c b/demos/bio/saccept.c
index b6d0361..240132c 100644
--- a/demos/bio/saccept.c
+++ b/demos/bio/saccept.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept.c */
-
 /*-
  * A minimal program to serve an SSL connection.
  * It uses blocking.
diff --git a/demos/bio/sconnect.c b/demos/bio/sconnect.c
index 2b610cc..16dba40 100644
--- a/demos/bio/sconnect.c
+++ b/demos/bio/sconnect.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/sconnect.c */
-
 /*-
  * A minimal program to do SSL to a passed host and port.
  * It is actually using non-blocking IO but in a very simple manner
diff --git a/demos/bio/server-arg.c b/demos/bio/server-arg.c
index 242ca6c..b2a43a9 100644
--- a/demos/bio/server-arg.c
+++ b/demos/bio/server-arg.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/server-arg.c */
-
 /*
  * A minimal program to serve an SSL connection. It uses blocking. It use the
  * SSL_CONF API with the command line. cc -I../../include server-arg.c
diff --git a/demos/bio/server-cmod.c b/demos/bio/server-cmod.c
index 4f0b0c0..51291da 100644
--- a/demos/bio/server-cmod.c
+++ b/demos/bio/server-cmod.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/server-cmod.c */
-
 /*
  * A minimal TLS server it ses SSL_CTX_config and a configuration file to
  * set most server parameters.
diff --git a/demos/bio/server-conf.c b/demos/bio/server-conf.c
index bf3dd06..db624ba 100644
--- a/demos/bio/server-conf.c
+++ b/demos/bio/server-conf.c
@@ -1,6 +1,3 @@
-/* NOCW */
-/* demos/bio/saccept-conf.c */
-
 /*
  * A minimal program to serve an SSL connection. It uses blocking. It uses
  * the SSL_CONF API with a configuration file. cc -I../../include saccept.c
diff --git a/demos/easy_tls/test.c b/demos/easy_tls/test.c
index d1dd53d..713da09 100644
--- a/demos/easy_tls/test.c
+++ b/demos/easy_tls/test.c
@@ -1,4 +1,3 @@
-/* test.c */
 /* $Id: test.c,v 1.1 2001/09/17 19:06:59 bodo Exp $ */
 
 #define L_PORT 9999
diff --git a/demos/easy_tls/test.h b/demos/easy_tls/test.h
index a7d0130..b30a605 100644
--- a/demos/easy_tls/test.h
+++ b/demos/easy_tls/test.h
@@ -1,4 +1,3 @@
-/* test.h */
 /* $Id: test.h,v 1.1 2001/09/17 19:07:00 bodo Exp $ */
 
 void test_process_init(int fd, int client_p, void *apparg);
diff --git a/demos/engines/cluster_labs/hw_cluster_labs.c b/demos/engines/cluster_labs/hw_cluster_labs.c
index e1f251c..8353dd9 100644
--- a/demos/engines/cluster_labs/hw_cluster_labs.c
+++ b/demos/engines/cluster_labs/hw_cluster_labs.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_cluster_labs.c */
 /*
  * Written by Jan Tschirschwitz (jan.tschirschwitz at cluster-labs.com for the
  * OpenSSL project 2000.
diff --git a/demos/engines/cluster_labs/hw_cluster_labs_err.c b/demos/engines/cluster_labs/hw_cluster_labs_err.c
index 9e83325..b2cfdd3 100644
--- a/demos/engines/cluster_labs/hw_cluster_labs_err.c
+++ b/demos/engines/cluster_labs/hw_cluster_labs_err.c
@@ -1,4 +1,3 @@
-/* hw_cluster_labs_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/demos/engines/ibmca/hw_ibmca.c b/demos/engines/ibmca/hw_ibmca.c
index c0f2982..0f065b2 100644
--- a/demos/engines/ibmca/hw_ibmca.c
+++ b/demos/engines/ibmca/hw_ibmca.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_ibmca.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/demos/engines/ibmca/hw_ibmca_err.c b/demos/engines/ibmca/hw_ibmca_err.c
index 9bcb800..5b1911d 100644
--- a/demos/engines/ibmca/hw_ibmca_err.c
+++ b/demos/engines/ibmca/hw_ibmca_err.c
@@ -1,4 +1,3 @@
-/* hw_ibmca_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/demos/engines/rsaref/rsaref_err.c b/demos/engines/rsaref/rsaref_err.c
index 55df08c..377dcdd 100644
--- a/demos/engines/rsaref/rsaref_err.c
+++ b/demos/engines/rsaref/rsaref_err.c
@@ -1,4 +1,3 @@
-/* rsaref_err.c */
 /* ====================================================================
  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved.
  *
diff --git a/demos/engines/rsaref/rsaref_err.h b/demos/engines/rsaref/rsaref_err.h
index 4356815..0804e08 100644
--- a/demos/engines/rsaref/rsaref_err.h
+++ b/demos/engines/rsaref/rsaref_err.h
@@ -1,4 +1,3 @@
-/* rsaref_err.h */
 /* ====================================================================
  * Copyright (c) 1998-2001 The OpenSSL Project.  All rights reserved.
  *
diff --git a/demos/engines/zencod/hw_zencod.c b/demos/engines/zencod/hw_zencod.c
index 132ece0..1c34677 100644
--- a/demos/engines/zencod/hw_zencod.c
+++ b/demos/engines/zencod/hw_zencod.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_zencod.c */
  /*
   * Written by Fred Donnat (frederic.donnat at zencod.com) for "zencod" * engine
   * integration in order to redirect crypto computing on a crypto * hardware
diff --git a/demos/engines/zencod/hw_zencod.h b/demos/engines/zencod/hw_zencod.h
index 80baa6f..633a61a 100644
--- a/demos/engines/zencod/hw_zencod.h
+++ b/demos/engines/zencod/hw_zencod.h
@@ -1,4 +1,3 @@
-/* File : /crypto/engine/vendor_defns/hw_zencod.h */
 /* ====================================================================
  * Written by Donnat Frederic (frederic.donnat at zencod.com) from ZENCOD
  * for "zencod" ENGINE integration in OpenSSL project.
diff --git a/demos/engines/zencod/hw_zencod_err.c b/demos/engines/zencod/hw_zencod_err.c
index ff2b592..db33cc8 100644
--- a/demos/engines/zencod/hw_zencod_err.c
+++ b/demos/engines/zencod/hw_zencod_err.c
@@ -1,4 +1,3 @@
-/* hw_zencod_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/demos/pkcs12/pkread.c b/demos/pkcs12/pkread.c
index 1086dbc..3739814 100644
--- a/demos/pkcs12/pkread.c
+++ b/demos/pkcs12/pkread.c
@@ -1,4 +1,3 @@
-/* pkread.c */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/demos/pkcs12/pkwrite.c b/demos/pkcs12/pkwrite.c
index 753fbfe..d04a22b 100644
--- a/demos/pkcs12/pkwrite.c
+++ b/demos/pkcs12/pkwrite.c
@@ -1,4 +1,3 @@
-/* pkwrite.c */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/demos/sign/sign.c b/demos/sign/sign.c
index f6aab25..fb0e038 100644
--- a/demos/sign/sign.c
+++ b/demos/sign/sign.c
@@ -1,4 +1,3 @@
-/* demos/sign/sign.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/e_os.h b/e_os.h
index d46770e..9b9bb4f 100644
--- a/e_os.h
+++ b/e_os.h
@@ -1,4 +1,3 @@
-/* e_os.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/engines/e_capi.c b/engines/e_capi.c
index 8ef986f..d3c9b8b 100644
--- a/engines/e_capi.c
+++ b/engines/e_capi.c
@@ -1,4 +1,3 @@
-/* engines/e_capi.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/engines/e_capi_err.c b/engines/e_capi_err.c
index 9aae340..1de6f25 100644
--- a/engines/e_capi_err.c
+++ b/engines/e_capi_err.c
@@ -1,4 +1,3 @@
-/* e_capi_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2014 The OpenSSL Project.  All rights reserved.
  *
diff --git a/engines/e_chil.c b/engines/e_chil.c
index 2dda84a..7dc715f 100644
--- a/engines/e_chil.c
+++ b/engines/e_chil.c
@@ -1,4 +1,3 @@
-/* crypto/engine/e_chil.c */
 /*
  * Written by Richard Levitte (richard at levitte.org), Geoff Thorpe
  * (geoff at geoffthorpe.net) and Dr Stephen N Henson (steve at openssl.org) for
diff --git a/engines/e_chil_err.c b/engines/e_chil_err.c
index 00fbf8c..2cfcab2 100644
--- a/engines/e_chil_err.c
+++ b/engines/e_chil_err.c
@@ -1,4 +1,3 @@
-/* e_chil_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
diff --git a/engines/e_dasync.c b/engines/e_dasync.c
index e22c614..2f18d07 100644
--- a/engines/e_dasync.c
+++ b/engines/e_dasync.c
@@ -1,4 +1,3 @@
-/* engines/e_dasync.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/engines/e_dasync_err.c b/engines/e_dasync_err.c
index a222899..33d4a90 100644
--- a/engines/e_dasync_err.c
+++ b/engines/e_dasync_err.c
@@ -1,4 +1,3 @@
-/* e_dasync_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/engines/e_ossltest.c b/engines/e_ossltest.c
index 5aa0352..a31e5a9 100644
--- a/engines/e_ossltest.c
+++ b/engines/e_ossltest.c
@@ -1,4 +1,3 @@
-/* engines/e_ossltest.c */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/engines/e_ossltest_err.c b/engines/e_ossltest_err.c
index 4abb395..5e5355d 100644
--- a/engines/e_ossltest_err.c
+++ b/engines/e_ossltest_err.c
@@ -1,4 +1,3 @@
-/* e_ossltest_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/engines/e_ubsec.c b/engines/e_ubsec.c
index f59dfa6..dab8d12 100644
--- a/engines/e_ubsec.c
+++ b/engines/e_ubsec.c
@@ -1,4 +1,3 @@
-/* crypto/engine/hw_ubsec.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000. Cloned shamelessly by Joe Tardo.
diff --git a/engines/e_ubsec_err.c b/engines/e_ubsec_err.c
index fefc5b0..9819f36 100644
--- a/engines/e_ubsec_err.c
+++ b/engines/e_ubsec_err.c
@@ -1,4 +1,3 @@
-/* e_ubsec_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2005 The OpenSSL Project.  All rights reserved.
  *
diff --git a/include/internal/constant_time_locl.h b/include/internal/constant_time_locl.h
index 8269a32..8141173 100644
--- a/include/internal/constant_time_locl.h
+++ b/include/internal/constant_time_locl.h
@@ -1,4 +1,3 @@
-/* crypto/constant_time_locl.h */
 /*-
  * Utilities for constant-time cryptography.
  *
diff --git a/include/internal/dane.h b/include/internal/dane.h
index 0d35cc2..e38ee85 100644
--- a/include/internal/dane.h
+++ b/include/internal/dane.h
@@ -1,4 +1,3 @@
-/* dane.h */
 /*
  * Written by Viktor Dukhovni (viktor at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/include/internal/o_dir.h b/include/internal/o_dir.h
index bf45a14..427b37f 100644
--- a/include/internal/o_dir.h
+++ b/include/internal/o_dir.h
@@ -1,4 +1,3 @@
-/* crypto/o_dir.h */
 /*
  * Copied from Richard Levitte's (richard at levitte.org) LP library.  All
  * symbol names have been changed, with permission from the author.
diff --git a/include/internal/o_str.h b/include/internal/o_str.h
index fa512eb..2db3485 100644
--- a/include/internal/o_str.h
+++ b/include/internal/o_str.h
@@ -1,4 +1,3 @@
-/* crypto/o_str.h */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/include/openssl/aes.h b/include/openssl/aes.h
index 506ff5e..8c36a4d 100644
--- a/include/openssl/aes.h
+++ b/include/openssl/aes.h
@@ -1,4 +1,3 @@
-/* crypto/aes/aes.h */
 /* ====================================================================
  * Copyright (c) 1998-2002 The OpenSSL Project.  All rights reserved.
  *
diff --git a/include/openssl/asn1.h b/include/openssl/asn1.h
index 627f725..63253d4 100644
--- a/include/openssl/asn1.h
+++ b/include/openssl/asn1.h
@@ -1,4 +1,3 @@
-/* crypto/asn1/asn1.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/asn1t.h b/include/openssl/asn1t.h
index 4750b34..46fd086 100644
--- a/include/openssl/asn1t.h
+++ b/include/openssl/asn1t.h
@@ -1,4 +1,3 @@
-/* asn1t.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 2000.
diff --git a/include/openssl/async.h b/include/openssl/async.h
index d130a36..5ddfafb 100644
--- a/include/openssl/async.h
+++ b/include/openssl/async.h
@@ -1,4 +1,3 @@
-/* include/openssl/async.h */
 /*
  * Written by Matt Caswell (matt at openssl.org) for the OpenSSL project.
  */
diff --git a/include/openssl/bio.h b/include/openssl/bio.h
index 6d6fb35..ea1d3b7 100644
--- a/include/openssl/bio.h
+++ b/include/openssl/bio.h
@@ -1,4 +1,3 @@
-/* crypto/bio/bio.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/blowfish.h b/include/openssl/blowfish.h
index ae613e8..ee4afa5 100644
--- a/include/openssl/blowfish.h
+++ b/include/openssl/blowfish.h
@@ -1,4 +1,3 @@
-/* crypto/bf/blowfish.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/bn.h b/include/openssl/bn.h
index 84111b5..08cdf79 100644
--- a/include/openssl/bn.h
+++ b/include/openssl/bn.h
@@ -1,4 +1,3 @@
-/* crypto/bn/bn.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/buffer.h b/include/openssl/buffer.h
index 47d68f8..b325416 100644
--- a/include/openssl/buffer.h
+++ b/include/openssl/buffer.h
@@ -1,4 +1,3 @@
-/* crypto/buffer/buffer.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/camellia.h b/include/openssl/camellia.h
index 3736d3a..d04d2a8 100644
--- a/include/openssl/camellia.h
+++ b/include/openssl/camellia.h
@@ -1,4 +1,3 @@
-/* crypto/camellia/camellia.h */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/include/openssl/cast.h b/include/openssl/cast.h
index 7e9c21a..87d1933 100644
--- a/include/openssl/cast.h
+++ b/include/openssl/cast.h
@@ -1,4 +1,3 @@
-/* crypto/cast/cast.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/cmac.h b/include/openssl/cmac.h
index 175be83..a621923 100644
--- a/include/openssl/cmac.h
+++ b/include/openssl/cmac.h
@@ -1,4 +1,3 @@
-/* crypto/cmac/cmac.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/include/openssl/cms.h b/include/openssl/cms.h
index 92c43a2..f8d55d8 100644
--- a/include/openssl/cms.h
+++ b/include/openssl/cms.h
@@ -1,4 +1,3 @@
-/* crypto/cms/cms.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/include/openssl/conf.h b/include/openssl/conf.h
index 81b7b95..6598107 100644
--- a/include/openssl/conf.h
+++ b/include/openssl/conf.h
@@ -1,4 +1,3 @@
-/* crypto/conf/conf.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/conf_api.h b/include/openssl/conf_api.h
index e478f7d..fd6f32e 100644
--- a/include/openssl/conf_api.h
+++ b/include/openssl/conf_api.h
@@ -1,4 +1,3 @@
-/* conf_api.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index dbdf84e..2e2c088 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -1,4 +1,3 @@
-/* crypto/crypto.h */
 /* ====================================================================
  * Copyright (c) 1998-2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/include/openssl/des.h b/include/openssl/des.h
index 9bb2e77..3d784fa 100644
--- a/include/openssl/des.h
+++ b/include/openssl/des.h
@@ -1,4 +1,3 @@
-/* crypto/des/des.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/dh.h b/include/openssl/dh.h
index b1192a3..528f527 100644
--- a/include/openssl/dh.h
+++ b/include/openssl/dh.h
@@ -1,4 +1,3 @@
-/* crypto/dh/dh.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/dsa.h b/include/openssl/dsa.h
index 14b06ec..643fee4 100644
--- a/include/openssl/dsa.h
+++ b/include/openssl/dsa.h
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsa.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/dso.h b/include/openssl/dso.h
index a473e98..180163f 100644
--- a/include/openssl/dso.h
+++ b/include/openssl/dso.h
@@ -1,4 +1,3 @@
-/* dso.h */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index 1de5f68..16df652 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -1,4 +1,3 @@
-/* ssl/dtls1.h */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/include/openssl/e_os2.h b/include/openssl/e_os2.h
index ceecbfa..2cfbe7a 100644
--- a/include/openssl/e_os2.h
+++ b/include/openssl/e_os2.h
@@ -1,4 +1,3 @@
-/* e_os2.h */
 /* ====================================================================
  * Copyright (c) 1998-2000 The OpenSSL Project.  All rights reserved.
  *
diff --git a/include/openssl/ebcdic.h b/include/openssl/ebcdic.h
index 4cbdfeb..e75b609 100644
--- a/include/openssl/ebcdic.h
+++ b/include/openssl/ebcdic.h
@@ -1,4 +1,3 @@
-/* crypto/ebcdic.h */
 
 #ifndef HEADER_EBCDIC_H
 # define HEADER_EBCDIC_H
diff --git a/include/openssl/engine.h b/include/openssl/engine.h
index 6d3fe37..58b2d7c 100644
--- a/include/openssl/engine.h
+++ b/include/openssl/engine.h
@@ -1,4 +1,3 @@
-/* openssl/engine.h */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/include/openssl/err.h b/include/openssl/err.h
index df9cab2..dd6f125 100644
--- a/include/openssl/err.h
+++ b/include/openssl/err.h
@@ -1,4 +1,3 @@
-/* crypto/err/err.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/evp.h b/include/openssl/evp.h
index f6cb867..2c60050 100644
--- a/include/openssl/evp.h
+++ b/include/openssl/evp.h
@@ -1,4 +1,3 @@
-/* crypto/evp/evp.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/hmac.h b/include/openssl/hmac.h
index f9a67b5..71d7d65 100644
--- a/include/openssl/hmac.h
+++ b/include/openssl/hmac.h
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmac.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/idea.h b/include/openssl/idea.h
index 13feb19..b92d979 100644
--- a/include/openssl/idea.h
+++ b/include/openssl/idea.h
@@ -1,4 +1,3 @@
-/* crypto/idea/idea.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/kdf.h b/include/openssl/kdf.h
index 96ccf92..b28a3f2 100644
--- a/include/openssl/kdf.h
+++ b/include/openssl/kdf.h
@@ -1,4 +1,3 @@
-/* kdf.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/include/openssl/lhash.h b/include/openssl/lhash.h
index f4ea37b..899544c 100644
--- a/include/openssl/lhash.h
+++ b/include/openssl/lhash.h
@@ -1,4 +1,3 @@
-/* crypto/lhash/lhash.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/md2.h b/include/openssl/md2.h
index 74c5052..4b42f7e 100644
--- a/include/openssl/md2.h
+++ b/include/openssl/md2.h
@@ -1,4 +1,3 @@
-/* crypto/md/md2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/md4.h b/include/openssl/md4.h
index 01052f3..c937625 100644
--- a/include/openssl/md4.h
+++ b/include/openssl/md4.h
@@ -1,4 +1,3 @@
-/* crypto/md4/md4.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/md5.h b/include/openssl/md5.h
index 91f4251..02ea76a 100644
--- a/include/openssl/md5.h
+++ b/include/openssl/md5.h
@@ -1,4 +1,3 @@
-/* crypto/md5/md5.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/mdc2.h b/include/openssl/mdc2.h
index c2438c8..fc9784f 100644
--- a/include/openssl/mdc2.h
+++ b/include/openssl/mdc2.h
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/obj_mac.h b/include/openssl/obj_mac.h
index 04605e0..74bdbe6 100644
--- a/include/openssl/obj_mac.h
+++ b/include/openssl/obj_mac.h
@@ -1,4 +1,3 @@
-/* crypto/objects/obj_mac.h */
 
 /*
  * THIS FILE IS GENERATED FROM objects.txt by objects.pl via the following
diff --git a/include/openssl/objects.h b/include/openssl/objects.h
index 165817f..05bc9b0 100644
--- a/include/openssl/objects.h
+++ b/include/openssl/objects.h
@@ -1,4 +1,3 @@
-/* crypto/objects/objects.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ocsp.h b/include/openssl/ocsp.h
index eb6c6a2..08b7d47 100644
--- a/include/openssl/ocsp.h
+++ b/include/openssl/ocsp.h
@@ -1,4 +1,3 @@
-/* ocsp.h */
 /*
  * Written by Tom Titchener <Tom_Titchener at groove.net> for the OpenSSL
  * project.
diff --git a/include/openssl/opensslconf.h.in b/include/openssl/opensslconf.h.in
index f54043a..58fb20e 100644
--- a/include/openssl/opensslconf.h.in
+++ b/include/openssl/opensslconf.h.in
@@ -1,4 +1,3 @@
-/* opensslconf.h */
 {- join("\n",map { "/* $_ */" } @autowarntext) -}
 
 #ifdef  __cplusplus
diff --git a/include/openssl/pem.h b/include/openssl/pem.h
index d8efce9..0206fec 100644
--- a/include/openssl/pem.h
+++ b/include/openssl/pem.h
@@ -1,4 +1,3 @@
-/* crypto/pem/pem.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/pkcs12.h b/include/openssl/pkcs12.h
index d49cac7..b164a00 100644
--- a/include/openssl/pkcs12.h
+++ b/include/openssl/pkcs12.h
@@ -1,4 +1,3 @@
-/* pkcs12.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/include/openssl/pkcs7.h b/include/openssl/pkcs7.h
index 46fe45e..74f6c9b 100644
--- a/include/openssl/pkcs7.h
+++ b/include/openssl/pkcs7.h
@@ -1,4 +1,3 @@
-/* crypto/pkcs7/pkcs7.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/rand.h b/include/openssl/rand.h
index fbc73a4..2a9a85c 100644
--- a/include/openssl/rand.h
+++ b/include/openssl/rand.h
@@ -1,4 +1,3 @@
-/* crypto/rand/rand.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/rc2.h b/include/openssl/rc2.h
index cf61651..0a433e9 100644
--- a/include/openssl/rc2.h
+++ b/include/openssl/rc2.h
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/rc4.h b/include/openssl/rc4.h
index 6f52cc6..c938fdb 100644
--- a/include/openssl/rc4.h
+++ b/include/openssl/rc4.h
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4.h */
 /* Copyright (C) 1995-1997 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/rc5.h b/include/openssl/rc5.h
index 38d0b19..026a114 100644
--- a/include/openssl/rc5.h
+++ b/include/openssl/rc5.h
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ripemd.h b/include/openssl/ripemd.h
index 97ad187..8a098f6 100644
--- a/include/openssl/ripemd.h
+++ b/include/openssl/ripemd.h
@@ -1,4 +1,3 @@
-/* crypto/ripemd/ripemd.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/rsa.h b/include/openssl/rsa.h
index 28c851a..4f6d44f 100644
--- a/include/openssl/rsa.h
+++ b/include/openssl/rsa.h
@@ -1,4 +1,3 @@
-/* crypto/rsa/rsa.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/sha.h b/include/openssl/sha.h
index e35f328..27c7cab 100644
--- a/include/openssl/sha.h
+++ b/include/openssl/sha.h
@@ -1,4 +1,3 @@
-/* crypto/sha/sha.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/srp.h b/include/openssl/srp.h
index b7f4519..83a3293 100644
--- a/include/openssl/srp.h
+++ b/include/openssl/srp.h
@@ -1,4 +1,3 @@
-/* crypto/srp/srp.h */
 /*
  * Written by Christophe Renou (christophe.renou at edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester at edelweb.fr) for the
diff --git a/include/openssl/srtp.h b/include/openssl/srtp.h
index 611f5ef..1f5aed2 100644
--- a/include/openssl/srtp.h
+++ b/include/openssl/srtp.h
@@ -1,4 +1,3 @@
-/* ssl/srtp.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ssl.h b/include/openssl/ssl.h
index 0d36e17..2e75ade 100644
--- a/include/openssl/ssl.h
+++ b/include/openssl/ssl.h
@@ -1,4 +1,3 @@
-/* ssl/ssl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ssl2.h b/include/openssl/ssl2.h
index 64e1b14..e965dd5 100644
--- a/include/openssl/ssl2.h
+++ b/include/openssl/ssl2.h
@@ -1,4 +1,3 @@
-/* ssl/ssl2.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ssl3.h b/include/openssl/ssl3.h
index 2a2974c..325fa94 100644
--- a/include/openssl/ssl3.h
+++ b/include/openssl/ssl3.h
@@ -1,4 +1,3 @@
-/* ssl/ssl3.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/stack.h b/include/openssl/stack.h
index 6b8869c..976e6ac 100644
--- a/include/openssl/stack.h
+++ b/include/openssl/stack.h
@@ -1,4 +1,3 @@
-/* crypto/stack/stack.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/store.h b/include/openssl/store.h
index 38a2d4b..01fa846 100644
--- a/include/openssl/store.h
+++ b/include/openssl/store.h
@@ -1,4 +1,3 @@
-/* crypto/store/store.h */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2003.
diff --git a/include/openssl/tls1.h b/include/openssl/tls1.h
index 43a658d..bf21b8e 100644
--- a/include/openssl/tls1.h
+++ b/include/openssl/tls1.h
@@ -1,4 +1,3 @@
-/* ssl/tls1.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ts.h b/include/openssl/ts.h
index 3c5ada1..c5bd80a 100644
--- a/include/openssl/ts.h
+++ b/include/openssl/ts.h
@@ -1,4 +1,3 @@
-/* crypto/ts/ts.h */
 /*
  * Written by Zoltan Glozik (zglozik at opentsa.org) for the OpenSSL project
  * 2002, 2003, 2004.
diff --git a/include/openssl/txt_db.h b/include/openssl/txt_db.h
index 948ac3e..e83e725 100644
--- a/include/openssl/txt_db.h
+++ b/include/openssl/txt_db.h
@@ -1,4 +1,3 @@
-/* crypto/txt_db/txt_db.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/ui.h b/include/openssl/ui.h
index 93a93a7..17c2254 100644
--- a/include/openssl/ui.h
+++ b/include/openssl/ui.h
@@ -1,4 +1,3 @@
-/* crypto/ui/ui.h */
 /*
  * Written by Richard Levitte (richard at levitte.org) for the OpenSSL project
  * 2001.
diff --git a/include/openssl/x509.h b/include/openssl/x509.h
index 50a5edd..477bff8 100644
--- a/include/openssl/x509.h
+++ b/include/openssl/x509.h
@@ -1,4 +1,3 @@
-/* crypto/x509/x509.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/x509_vfy.h b/include/openssl/x509_vfy.h
index 7ea11ea..ef54208 100644
--- a/include/openssl/x509_vfy.h
+++ b/include/openssl/x509_vfy.h
@@ -1,4 +1,3 @@
-/* crypto/x509/x509_vfy.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/include/openssl/x509v3.h b/include/openssl/x509v3.h
index b5ea84a..fa21208 100644
--- a/include/openssl/x509v3.h
+++ b/include/openssl/x509v3.h
@@ -1,4 +1,3 @@
-/* x509v3.h */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL project
  * 1999.
diff --git a/ssl/bio_ssl.c b/ssl/bio_ssl.c
index a8260c9..9eec022 100644
--- a/ssl/bio_ssl.c
+++ b/ssl/bio_ssl.c
@@ -1,4 +1,3 @@
-/* ssl/bio_ssl.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 88822c0..fed1340 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -1,4 +1,3 @@
-/* ssl/d1_lib.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/d1_msg.c b/ssl/d1_msg.c
index 4a2f0dc..b9342a2 100644
--- a/ssl/d1_msg.c
+++ b/ssl/d1_msg.c
@@ -1,4 +1,3 @@
-/* ssl/d1_msg.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/d1_srtp.c b/ssl/d1_srtp.c
index 87dbcc6..587a592 100644
--- a/ssl/d1_srtp.c
+++ b/ssl/d1_srtp.c
@@ -1,4 +1,3 @@
-/* ssl/t1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/methods.c b/ssl/methods.c
index c0698ab..6cd83dd 100644
--- a/ssl/methods.c
+++ b/ssl/methods.c
@@ -1,4 +1,3 @@
-/* ssl/t1_meth.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/packet_locl.h b/ssl/packet_locl.h
index ed7c1ca..b4337e4 100644
--- a/ssl/packet_locl.h
+++ b/ssl/packet_locl.h
@@ -1,4 +1,3 @@
-/* ssl/packet_locl.h */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
diff --git a/ssl/pqueue.c b/ssl/pqueue.c
index 21ee83e..c9f21ca 100644
--- a/ssl/pqueue.c
+++ b/ssl/pqueue.c
@@ -1,4 +1,3 @@
-/* crypto/pqueue/pqueue.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/record/dtls1_bitmap.c b/ssl/record/dtls1_bitmap.c
index 9d2d681..0fa2985 100644
--- a/ssl/record/dtls1_bitmap.c
+++ b/ssl/record/dtls1_bitmap.c
@@ -1,4 +1,3 @@
-/* ssl/record/dtls1_bitmap.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/record/rec_layer_d1.c b/ssl/record/rec_layer_d1.c
index eabbddb..c53ef9a 100644
--- a/ssl/record/rec_layer_d1.c
+++ b/ssl/record/rec_layer_d1.c
@@ -1,4 +1,3 @@
-/* ssl/record/rec_layer_d1.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/record/rec_layer_s3.c b/ssl/record/rec_layer_s3.c
index 0ce5b9e..d0f17bb 100644
--- a/ssl/record/rec_layer_s3.c
+++ b/ssl/record/rec_layer_s3.c
@@ -1,4 +1,3 @@
-/* ssl/record/rec_layer_s3.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/record/record.h b/ssl/record/record.h
index 36ae3a1..a3b50dc 100644
--- a/ssl/record/record.h
+++ b/ssl/record/record.h
@@ -1,4 +1,3 @@
-/* ssl/record/record.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/record/record_locl.h b/ssl/record/record_locl.h
index f92e89d..2a4b663 100644
--- a/ssl/record/record_locl.h
+++ b/ssl/record/record_locl.h
@@ -1,4 +1,3 @@
-/* ssl/record/record_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/record/ssl3_buffer.c b/ssl/record/ssl3_buffer.c
index 17719c2..3c03499 100644
--- a/ssl/record/ssl3_buffer.c
+++ b/ssl/record/ssl3_buffer.c
@@ -1,4 +1,3 @@
-/* ssl/record/ssl3_buffer.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/record/ssl3_record.c b/ssl/record/ssl3_record.c
index d8c7b1e..60e8042 100644
--- a/ssl/record/ssl3_record.c
+++ b/ssl/record/ssl3_record.c
@@ -1,4 +1,3 @@
-/* ssl/record/ssl3_record.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/s3_cbc.c b/ssl/s3_cbc.c
index f07a045..8df32ba 100644
--- a/ssl/s3_cbc.c
+++ b/ssl/s3_cbc.c
@@ -1,4 +1,3 @@
-/* ssl/s3_cbc.c */
 /* ====================================================================
  * Copyright (c) 2012 The OpenSSL Project.  All rights reserved.
  *
diff --git a/ssl/s3_enc.c b/ssl/s3_enc.c
index 7a1e201..d4d64d0 100644
--- a/ssl/s3_enc.c
+++ b/ssl/s3_enc.c
@@ -1,4 +1,3 @@
-/* ssl/s3_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index 28204bc..f998f72 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -1,4 +1,3 @@
-/* ssl/s3_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/s3_msg.c b/ssl/s3_msg.c
index 8d7f042..8b5fd23 100644
--- a/ssl/s3_msg.c
+++ b/ssl/s3_msg.c
@@ -1,4 +1,3 @@
-/* ssl/s3_msg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_algs.c b/ssl/ssl_algs.c
index 1bb9cb6..61233a9 100644
--- a/ssl/ssl_algs.c
+++ b/ssl/ssl_algs.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_algs.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_asn1.c b/ssl/ssl_asn1.c
index 69c4d12..a3bbfe4 100644
--- a/ssl/ssl_asn1.c
+++ b/ssl/ssl_asn1.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_asn1.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_ciph.c b/ssl/ssl_ciph.c
index 9234364..ecefc79 100644
--- a/ssl/ssl_ciph.c
+++ b/ssl/ssl_ciph.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_ciph.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_err.c b/ssl/ssl_err.c
index a112ad4..18c64d9 100644
--- a/ssl/ssl_err.c
+++ b/ssl/ssl_err.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_err.c */
 /* ====================================================================
  * Copyright (c) 1999-2016 The OpenSSL Project.  All rights reserved.
  *
diff --git a/ssl/ssl_err2.c b/ssl/ssl_err2.c
index 14e4822..751f6ad 100644
--- a/ssl/ssl_err2.c
+++ b/ssl/ssl_err2.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_err2.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index 3745f0f..864e21a 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1,4 +1,3 @@
-/* ssl/ssl_locl.h */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_mcnf.c b/ssl/ssl_mcnf.c
index 9a1cbbd..614e0a7 100644
--- a/ssl/ssl_mcnf.c
+++ b/ssl/ssl_mcnf.c
@@ -1,4 +1,3 @@
-/* ssl_mcnf.c */
 /*
  * Written by Stephen Henson (steve at openssl.org) for the OpenSSL project
  * 2015.
diff --git a/ssl/ssl_rsa.c b/ssl/ssl_rsa.c
index aa49599..f93db31 100644
--- a/ssl/ssl_rsa.c
+++ b/ssl/ssl_rsa.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_rsa.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_sess.c b/ssl/ssl_sess.c
index 3010bc4..1ca0f96 100644
--- a/ssl/ssl_sess.c
+++ b/ssl/ssl_sess.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_sess.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_stat.c b/ssl/ssl_stat.c
index 3bd7843..23a54a5 100644
--- a/ssl/ssl_stat.c
+++ b/ssl/ssl_stat.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_stat.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_txt.c b/ssl/ssl_txt.c
index d9d6f39..bdd802f 100644
--- a/ssl/ssl_txt.c
+++ b/ssl/ssl_txt.c
@@ -1,4 +1,3 @@
-/* ssl/ssl_txt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/ssl_utst.c b/ssl/ssl_utst.c
index 53bdde3..5feef6e 100644
--- a/ssl/ssl_utst.c
+++ b/ssl/ssl_utst.c
@@ -1,4 +1,3 @@
-/* ssl_utst.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/ssl/statem/statem.c b/ssl/statem/statem.c
index a03fe32..576ea18 100644
--- a/ssl/statem/statem.c
+++ b/ssl/statem/statem.c
@@ -1,4 +1,3 @@
-/* ssl/statem/statem.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
diff --git a/ssl/statem/statem.h b/ssl/statem/statem.h
index 1350967..263a395 100644
--- a/ssl/statem/statem.h
+++ b/ssl/statem/statem.h
@@ -1,4 +1,3 @@
-/* ssl/statem/statem.h */
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/ssl/statem/statem_clnt.c b/ssl/statem/statem_clnt.c
index 047bcf5..456bbd8 100644
--- a/ssl/statem/statem_clnt.c
+++ b/ssl/statem/statem_clnt.c
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_clnt.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/statem/statem_dtls.c b/ssl/statem/statem_dtls.c
index 3aa3488..765c8e1 100644
--- a/ssl/statem/statem_dtls.c
+++ b/ssl/statem/statem_dtls.c
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_dtls.c */
 /*
  * DTLS implementation written by Nagendra Modadugu
  * (nagendra at cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/ssl/statem/statem_lib.c b/ssl/statem/statem_lib.c
index 7055966..49b5e48 100644
--- a/ssl/statem/statem_lib.c
+++ b/ssl/statem/statem_lib.c
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/statem/statem_locl.h b/ssl/statem/statem_locl.h
index 4c3d797..57b7c37 100644
--- a/ssl/statem/statem_locl.h
+++ b/ssl/statem/statem_locl.h
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_locl.h */
 /* ====================================================================
  * Copyright (c) 1998-2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/ssl/statem/statem_srvr.c b/ssl/statem/statem_srvr.c
index 2ac9dc3..2f5fdb6 100644
--- a/ssl/statem/statem_srvr.c
+++ b/ssl/statem/statem_srvr.c
@@ -1,4 +1,3 @@
-/* ssl/statem/statem_srvr.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/t1_enc.c b/ssl/t1_enc.c
index 23b3640..f3593f1 100644
--- a/ssl/t1_enc.c
+++ b/ssl/t1_enc.c
@@ -1,4 +1,3 @@
-/* ssl/t1_enc.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/t1_ext.c b/ssl/t1_ext.c
index 2ffe271..09f1044 100644
--- a/ssl/t1_ext.c
+++ b/ssl/t1_ext.c
@@ -1,4 +1,3 @@
-/* ssl/t1_ext.c */
 /* ====================================================================
  * Copyright (c) 2014 The OpenSSL Project.  All rights reserved.
  *
diff --git a/ssl/t1_lib.c b/ssl/t1_lib.c
index 6937b45..0131dc8 100644
--- a/ssl/t1_lib.c
+++ b/ssl/t1_lib.c
@@ -1,4 +1,3 @@
-/* ssl/t1_lib.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/t1_reneg.c b/ssl/t1_reneg.c
index 3fb6a96..0aeaa55 100644
--- a/ssl/t1_reneg.c
+++ b/ssl/t1_reneg.c
@@ -1,4 +1,3 @@
-/* ssl/t1_reneg.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index dc718ed..7d451da 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -1,4 +1,3 @@
-/* ssl/t1_trce.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/ssl/tls_srp.c b/ssl/tls_srp.c
index e3763b0..cf5ccdc 100644
--- a/ssl/tls_srp.c
+++ b/ssl/tls_srp.c
@@ -1,4 +1,3 @@
-/* ssl/tls_srp.c */
 /*
  * Written by Christophe Renou (christophe.renou at edelweb.fr) with the
  * precious help of Peter Sylvester (peter.sylvester at edelweb.fr) for the
diff --git a/test/asynctest.c b/test/asynctest.c
index ace52b9..1068e8c 100644
--- a/test/asynctest.c
+++ b/test/asynctest.c
@@ -1,4 +1,3 @@
-/* test/asynctest.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
diff --git a/test/bftest.c b/test/bftest.c
index b19ab8e..657ae90 100644
--- a/test/bftest.c
+++ b/test/bftest.c
@@ -1,4 +1,3 @@
-/* crypto/bf/bftest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/bntest.c b/test/bntest.c
index 0d9452f..6b62c05 100644
--- a/test/bntest.c
+++ b/test/bntest.c
@@ -1,4 +1,3 @@
-/* crypto/bn/bntest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/casttest.c b/test/casttest.c
index 8063b9c..79472d8 100644
--- a/test/casttest.c
+++ b/test/casttest.c
@@ -1,4 +1,3 @@
-/* crypto/cast/casttest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/constant_time_test.c b/test/constant_time_test.c
index 06916ff..faadcb7 100644
--- a/test/constant_time_test.c
+++ b/test/constant_time_test.c
@@ -1,4 +1,3 @@
-/* crypto/constant_time_test.c */
 /*-
  * Utilities for constant-time cryptography.
  *
diff --git a/test/danetest.c b/test/danetest.c
index 09156a6..636f629 100644
--- a/test/danetest.c
+++ b/test/danetest.c
@@ -1,4 +1,3 @@
-/* danetest.c */
 /* ====================================================================
  * Copyright (c) 2015 The OpenSSL Project.  All rights reserved.
  *
diff --git a/test/destest.c b/test/destest.c
index 406e6de..5e4552c 100644
--- a/test/destest.c
+++ b/test/destest.c
@@ -1,4 +1,3 @@
-/* crypto/des/destest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/dhtest.c b/test/dhtest.c
index 93a866c..36bac32 100644
--- a/test/dhtest.c
+++ b/test/dhtest.c
@@ -1,4 +1,3 @@
-/* crypto/dh/dhtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/dsatest.c b/test/dsatest.c
index 1f2c259..426e443 100644
--- a/test/dsatest.c
+++ b/test/dsatest.c
@@ -1,4 +1,3 @@
-/* crypto/dsa/dsatest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/ecdhtest.c b/test/ecdhtest.c
index 8be4e50..636be3e 100644
--- a/test/ecdhtest.c
+++ b/test/ecdhtest.c
@@ -1,4 +1,3 @@
-/* crypto/ecdh/ecdhtest.c */
 /* ====================================================================
  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
  *
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index 5a27a38..d098355 100644
--- a/test/ecdsatest.c
+++ b/test/ecdsatest.c
@@ -1,4 +1,3 @@
-/* crypto/ecdsa/ecdsatest.c */
 /*
  * Written by Nils Larsch for the OpenSSL project.
  */
diff --git a/test/ectest.c b/test/ectest.c
index fbf5081..a8d0b55 100644
--- a/test/ectest.c
+++ b/test/ectest.c
@@ -1,4 +1,3 @@
-/* crypto/ec/ectest.c */
 /*
  * Originally written by Bodo Moeller for the OpenSSL project.
  */
diff --git a/test/enginetest.c b/test/enginetest.c
index 32df0e4..886bf68 100644
--- a/test/enginetest.c
+++ b/test/enginetest.c
@@ -1,4 +1,3 @@
-/* crypto/engine/enginetest.c */
 /*
  * Written by Geoff Thorpe (geoff at geoffthorpe.net) for the OpenSSL project
  * 2000.
diff --git a/test/evp_test.c b/test/evp_test.c
index bc3e6dd..326ed0d 100644
--- a/test/evp_test.c
+++ b/test/evp_test.c
@@ -1,4 +1,3 @@
-/* evp_test.c */
 /*
  * Written by Dr Stephen N Henson (steve at openssl.org) for the OpenSSL
  * project.
diff --git a/test/exptest.c b/test/exptest.c
index 5fdcc38..7a155f9 100644
--- a/test/exptest.c
+++ b/test/exptest.c
@@ -1,4 +1,3 @@
-/* crypto/bn/exptest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/heartbeat_test.c b/test/heartbeat_test.c
index 2fa82e3..137aa9b 100644
--- a/test/heartbeat_test.c
+++ b/test/heartbeat_test.c
@@ -1,4 +1,3 @@
-/* test/heartbeat_test.c */
 /*-
  * Unit test for TLS heartbeats.
  *
diff --git a/test/hmactest.c b/test/hmactest.c
index 9fb12ad..4779909 100644
--- a/test/hmactest.c
+++ b/test/hmactest.c
@@ -1,4 +1,3 @@
-/* crypto/hmac/hmactest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/ideatest.c b/test/ideatest.c
index b522013..7418a17 100644
--- a/test/ideatest.c
+++ b/test/ideatest.c
@@ -1,4 +1,3 @@
-/* crypto/idea/ideatest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/igetest.c b/test/igetest.c
index 9c8d03c..aca8f85 100644
--- a/test/igetest.c
+++ b/test/igetest.c
@@ -1,4 +1,3 @@
-/* test/igetest.c */
 /* ====================================================================
  * Copyright (c) 2006 The OpenSSL Project.  All rights reserved.
  *
diff --git a/test/md2test.c b/test/md2test.c
index 49a8a9b..b416735 100644
--- a/test/md2test.c
+++ b/test/md2test.c
@@ -1,4 +1,3 @@
-/* crypto/md2/md2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/md4test.c b/test/md4test.c
index 9c82eb0..d7168a1 100644
--- a/test/md4test.c
+++ b/test/md4test.c
@@ -1,4 +1,3 @@
-/* crypto/md4/md4test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/md5test.c b/test/md5test.c
index 3016ee3..35aebf6 100644
--- a/test/md5test.c
+++ b/test/md5test.c
@@ -1,4 +1,3 @@
-/* crypto/md5/md5test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/mdc2test.c b/test/mdc2test.c
index 938a3c1..d1fe049 100644
--- a/test/mdc2test.c
+++ b/test/mdc2test.c
@@ -1,4 +1,3 @@
-/* crypto/mdc2/mdc2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/methtest.c b/test/methtest.c
index de66c10..adfb244 100644
--- a/test/methtest.c
+++ b/test/methtest.c
@@ -1,4 +1,3 @@
-/* test/methtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/packettest.c b/test/packettest.c
index ac360f59..bec780f 100644
--- a/test/packettest.c
+++ b/test/packettest.c
@@ -1,4 +1,3 @@
-/* test/packettest.c */
 /*
  * Written by Matt Caswell for the OpenSSL project.
  */
diff --git a/test/r160test.c b/test/r160test.c
index 548fa52..b99fa3a 100644
--- a/test/r160test.c
+++ b/test/r160test.c
@@ -1,4 +1,3 @@
-/* test/r160test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/randtest.c b/test/randtest.c
index 67acf70..69f3fd4 100644
--- a/test/randtest.c
+++ b/test/randtest.c
@@ -1,4 +1,3 @@
-/* crypto/rand/randtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/rc2test.c b/test/rc2test.c
index ae57e56..5cfbac9 100644
--- a/test/rc2test.c
+++ b/test/rc2test.c
@@ -1,4 +1,3 @@
-/* crypto/rc2/rc2test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/rc4test.c b/test/rc4test.c
index a8e5a8e..68f1641 100644
--- a/test/rc4test.c
+++ b/test/rc4test.c
@@ -1,4 +1,3 @@
-/* crypto/rc4/rc4test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/rc5test.c b/test/rc5test.c
index 5ed4d21..bb66154 100644
--- a/test/rc5test.c
+++ b/test/rc5test.c
@@ -1,4 +1,3 @@
-/* crypto/rc5/rc5test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/rmdtest.c b/test/rmdtest.c
index b0ebb12..867a20e 100644
--- a/test/rmdtest.c
+++ b/test/rmdtest.c
@@ -1,4 +1,3 @@
-/* crypto/ripemd/rmdtest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/sha1test.c b/test/sha1test.c
index 8cba4b2..903d786 100644
--- a/test/sha1test.c
+++ b/test/sha1test.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha1test.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/sha256t.c b/test/sha256t.c
index 2ff9ed2..d88c805 100644
--- a/test/sha256t.c
+++ b/test/sha256t.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha256t.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
diff --git a/test/sha512t.c b/test/sha512t.c
index e1f30de..714fed6 100644
--- a/test/sha512t.c
+++ b/test/sha512t.c
@@ -1,4 +1,3 @@
-/* crypto/sha/sha512t.c */
 /* ====================================================================
  * Copyright (c) 2004 The OpenSSL Project.  All rights reserved.
  * ====================================================================
diff --git a/test/ssltest.c b/test/ssltest.c
index cccab51..8451a9e 100644
--- a/test/ssltest.c
+++ b/test/ssltest.c
@@ -1,4 +1,3 @@
-/* ssl/ssltest.c */
 /* Copyright (C) 1995-1998 Eric Young (eay at cryptsoft.com)
  * All rights reserved.
  *
diff --git a/test/testutil.c b/test/testutil.c
index 70087d3..de5598c 100644
--- a/test/testutil.c
+++ b/test/testutil.c
@@ -1,4 +1,3 @@
-/* test/testutil.c */
 /*-
  * Utilities for writing OpenSSL unit tests.
  *
diff --git a/test/testutil.h b/test/testutil.h
index ea38397..3a44292 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -1,4 +1,3 @@
-/* test/testutil.h */
 /*-
  * Utilities for writing OpenSSL unit tests.
  *


More information about the openssl-commits mailing list