summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2015-12-18 12:57:23 -0500
committerRich Salz <rsalz@openssl.org>2016-01-26 16:40:43 -0500
commit349807608f31b20af01a342d0072bb92e0b036e2 (patch)
treef937ebb9a6b53c3f7d6636e67d7e3a3398ccf34a /crypto
parent97ad4870299378741dcdd88189f19da78431afd9 (diff)
downloadopenssl-new-349807608f31b20af01a342d0072bb92e0b036e2.tar.gz
Remove /* foo.c */ comments
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/aes/aes_cbc.c1
-rw-r--r--crypto/aes/aes_cfb.c1
-rw-r--r--crypto/aes/aes_core.c1
-rw-r--r--crypto/aes/aes_ecb.c1
-rw-r--r--crypto/aes/aes_ige.c1
-rw-r--r--crypto/aes/aes_locl.h1
-rw-r--r--crypto/aes/aes_misc.c1
-rw-r--r--crypto/aes/aes_ofb.c1
-rw-r--r--crypto/aes/aes_wrap.c1
-rw-r--r--crypto/aes/aes_x86core.c1
-rw-r--r--crypto/asn1/a_bitstr.c1
-rw-r--r--crypto/asn1/a_d2i_fp.c1
-rw-r--r--crypto/asn1/a_digest.c1
-rw-r--r--crypto/asn1/a_dup.c1
-rw-r--r--crypto/asn1/a_gentm.c1
-rw-r--r--crypto/asn1/a_i2d_fp.c1
-rw-r--r--crypto/asn1/a_int.c1
-rw-r--r--crypto/asn1/a_mbstr.c1
-rw-r--r--crypto/asn1/a_object.c1
-rw-r--r--crypto/asn1/a_octet.c1
-rw-r--r--crypto/asn1/a_print.c1
-rw-r--r--crypto/asn1/a_sign.c1
-rw-r--r--crypto/asn1/a_strex.c1
-rw-r--r--crypto/asn1/a_strnid.c1
-rw-r--r--crypto/asn1/a_time.c1
-rw-r--r--crypto/asn1/a_type.c1
-rw-r--r--crypto/asn1/a_utctm.c1
-rw-r--r--crypto/asn1/a_utf8.c1
-rw-r--r--crypto/asn1/a_verify.c1
-rw-r--r--crypto/asn1/asn1_err.c1
-rw-r--r--crypto/asn1/asn1_gen.c1
-rw-r--r--crypto/asn1/asn1_lib.c1
-rw-r--r--crypto/asn1/asn1_locl.h1
-rw-r--r--crypto/asn1/asn1_par.c1
-rw-r--r--crypto/asn1/asn_mime.c1
-rw-r--r--crypto/asn1/asn_moid.c1
-rw-r--r--crypto/asn1/asn_mstbl.c1
-rw-r--r--crypto/asn1/asn_pack.c1
-rw-r--r--crypto/asn1/bio_asn1.c1
-rw-r--r--crypto/asn1/bio_ndef.c1
-rw-r--r--crypto/asn1/d2i_pr.c1
-rw-r--r--crypto/asn1/d2i_pu.c1
-rw-r--r--crypto/asn1/evp_asn1.c1
-rw-r--r--crypto/asn1/f_int.c1
-rw-r--r--crypto/asn1/f_string.c1
-rw-r--r--crypto/asn1/i2d_pr.c1
-rw-r--r--crypto/asn1/i2d_pu.c1
-rw-r--r--crypto/asn1/n_pkey.c1
-rw-r--r--crypto/asn1/nsseq.c1
-rw-r--r--crypto/asn1/p5_pbe.c1
-rw-r--r--crypto/asn1/p5_pbev2.c1
-rw-r--r--crypto/asn1/p5_scrypt.c1
-rw-r--r--crypto/asn1/p8_pkey.c1
-rw-r--r--crypto/asn1/t_bitst.c1
-rw-r--r--crypto/asn1/t_pkey.c1
-rw-r--r--crypto/asn1/t_spki.c1
-rw-r--r--crypto/asn1/tasn_dec.c1
-rw-r--r--crypto/asn1/tasn_enc.c1
-rw-r--r--crypto/asn1/tasn_fre.c1
-rw-r--r--crypto/asn1/tasn_new.c1
-rw-r--r--crypto/asn1/tasn_prn.c1
-rw-r--r--crypto/asn1/tasn_scn.c1
-rw-r--r--crypto/asn1/tasn_typ.c1
-rw-r--r--crypto/asn1/tasn_utl.c1
-rw-r--r--crypto/asn1/x_algor.c1
-rw-r--r--crypto/asn1/x_bignum.c1
-rw-r--r--crypto/asn1/x_info.c1
-rw-r--r--crypto/asn1/x_long.c1
-rw-r--r--crypto/asn1/x_pkey.c1
-rw-r--r--crypto/asn1/x_pubkey.c1
-rw-r--r--crypto/asn1/x_sig.c1
-rw-r--r--crypto/asn1/x_spki.c1
-rw-r--r--crypto/asn1/x_val.c1
-rw-r--r--crypto/async/arch/async_null.c1
-rw-r--r--crypto/async/arch/async_null.h1
-rw-r--r--crypto/async/arch/async_posix.c1
-rw-r--r--crypto/async/arch/async_posix.h1
-rw-r--r--crypto/async/arch/async_win.c1
-rw-r--r--crypto/async/arch/async_win.h1
-rw-r--r--crypto/async/async.c1
-rw-r--r--crypto/async/async_err.c1
-rw-r--r--crypto/async/async_locl.h1
-rw-r--r--crypto/bf/bf_cbc.c1
-rw-r--r--crypto/bf/bf_cfb64.c1
-rw-r--r--crypto/bf/bf_ecb.c1
-rw-r--r--crypto/bf/bf_enc.c1
-rw-r--r--crypto/bf/bf_locl.h1
-rw-r--r--crypto/bf/bf_ofb64.c1
-rw-r--r--crypto/bf/bf_pi.h1
-rw-r--r--crypto/bf/bf_skey.c1
-rw-r--r--crypto/bio/b_dump.c1
-rw-r--r--crypto/bio/b_print.c1
-rw-r--r--crypto/bio/b_sock.c1
-rw-r--r--crypto/bio/bf_buff.c1
-rw-r--r--crypto/bio/bf_lbuf.c1
-rw-r--r--crypto/bio/bf_nbio.c1
-rw-r--r--crypto/bio/bf_null.c1
-rw-r--r--crypto/bio/bio_cb.c1
-rw-r--r--crypto/bio/bio_err.c1
-rw-r--r--crypto/bio/bio_lib.c1
-rw-r--r--crypto/bio/bss_acpt.c1
-rw-r--r--crypto/bio/bss_bio.c1
-rw-r--r--crypto/bio/bss_conn.c1
-rw-r--r--crypto/bio/bss_dgram.c1
-rw-r--r--crypto/bio/bss_fd.c1
-rw-r--r--crypto/bio/bss_file.c1
-rw-r--r--crypto/bio/bss_log.c1
-rw-r--r--crypto/bio/bss_mem.c1
-rw-r--r--crypto/bio/bss_null.c1
-rw-r--r--crypto/bio/bss_sock.c1
-rw-r--r--crypto/bn/bn_add.c1
-rw-r--r--crypto/bn/bn_asm.c1
-rw-r--r--crypto/bn/bn_blind.c1
-rw-r--r--crypto/bn/bn_const.c1
-rw-r--r--crypto/bn/bn_ctx.c1
-rw-r--r--crypto/bn/bn_depr.c1
-rw-r--r--crypto/bn/bn_div.c1
-rw-r--r--crypto/bn/bn_err.c1
-rw-r--r--crypto/bn/bn_exp.c1
-rw-r--r--crypto/bn/bn_exp2.c1
-rw-r--r--crypto/bn/bn_gcd.c1
-rw-r--r--crypto/bn/bn_gf2m.c1
-rw-r--r--crypto/bn/bn_kron.c1
-rw-r--r--crypto/bn/bn_lcl.h1
-rw-r--r--crypto/bn/bn_lib.c1
-rw-r--r--crypto/bn/bn_mod.c1
-rw-r--r--crypto/bn/bn_mont.c1
-rw-r--r--crypto/bn/bn_mpi.c1
-rw-r--r--crypto/bn/bn_mul.c1
-rw-r--r--crypto/bn/bn_nist.c1
-rw-r--r--crypto/bn/bn_prime.c1
-rw-r--r--crypto/bn/bn_print.c1
-rw-r--r--crypto/bn/bn_rand.c1
-rw-r--r--crypto/bn/bn_recp.c1
-rw-r--r--crypto/bn/bn_shift.c1
-rw-r--r--crypto/bn/bn_sqr.c1
-rw-r--r--crypto/bn/bn_sqrt.c1
-rw-r--r--crypto/bn/bn_word.c1
-rw-r--r--crypto/bn/bn_x931p.c1
-rw-r--r--crypto/bn/vms-helper.c1
-rw-r--r--crypto/buffer/buf_err.c1
-rw-r--r--crypto/buffer/buffer.c1
-rw-r--r--crypto/camellia/camellia.c1
-rw-r--r--crypto/camellia/cmll_cbc.c1
-rw-r--r--crypto/camellia/cmll_cfb.c1
-rw-r--r--crypto/camellia/cmll_ctr.c1
-rw-r--r--crypto/camellia/cmll_ecb.c1
-rw-r--r--crypto/camellia/cmll_locl.h1
-rw-r--r--crypto/camellia/cmll_misc.c1
-rw-r--r--crypto/camellia/cmll_ofb.c1
-rw-r--r--crypto/cast/c_cfb64.c1
-rw-r--r--crypto/cast/c_ecb.c1
-rw-r--r--crypto/cast/c_enc.c1
-rw-r--r--crypto/cast/c_ofb64.c1
-rw-r--r--crypto/cast/c_skey.c1
-rw-r--r--crypto/cast/cast_lcl.h1
-rw-r--r--crypto/cast/cast_s.h1
-rw-r--r--crypto/cmac/cmac.c1
-rw-r--r--crypto/cms/cms_asn1.c1
-rw-r--r--crypto/cms/cms_att.c1
-rw-r--r--crypto/cms/cms_cd.c1
-rw-r--r--crypto/cms/cms_dd.c1
-rw-r--r--crypto/cms/cms_enc.c1
-rw-r--r--crypto/cms/cms_env.c1
-rw-r--r--crypto/cms/cms_err.c1
-rw-r--r--crypto/cms/cms_ess.c1
-rw-r--r--crypto/cms/cms_io.c1
-rw-r--r--crypto/cms/cms_kari.c1
-rw-r--r--crypto/cms/cms_lcl.h1
-rw-r--r--crypto/cms/cms_lib.c1
-rw-r--r--crypto/cms/cms_pwri.c1
-rw-r--r--crypto/cms/cms_sd.c1
-rw-r--r--crypto/cms/cms_smime.c1
-rw-r--r--crypto/comp/comp_err.c1
-rw-r--r--crypto/conf/conf_api.c1
-rw-r--r--crypto/conf/conf_def.c1
-rw-r--r--crypto/conf/conf_def.h1
-rw-r--r--crypto/conf/conf_err.c1
-rw-r--r--crypto/conf/conf_lib.c1
-rw-r--r--crypto/conf/conf_mall.c1
-rw-r--r--crypto/conf/conf_mod.c1
-rw-r--r--crypto/conf/conf_sap.c1
-rw-r--r--crypto/cpt_err.c1
-rw-r--r--crypto/cryptlib.c1
-rw-r--r--crypto/ct/ct_err.c1
-rw-r--r--crypto/cversion.c1
-rw-r--r--crypto/des/cbc_cksm.c1
-rw-r--r--crypto/des/cbc_enc.c1
-rw-r--r--crypto/des/cfb64ede.c1
-rw-r--r--crypto/des/cfb64enc.c1
-rw-r--r--crypto/des/cfb_enc.c1
-rw-r--r--crypto/des/des_enc.c1
-rw-r--r--crypto/des/des_locl.h1
-rw-r--r--crypto/des/ecb3_enc.c1
-rw-r--r--crypto/des/ecb_enc.c1
-rw-r--r--crypto/des/enc_read.c1
-rw-r--r--crypto/des/enc_writ.c1
-rw-r--r--crypto/des/fcrypt_b.c1
-rw-r--r--crypto/des/ncbc_enc.c1
-rw-r--r--crypto/des/ofb64ede.c1
-rw-r--r--crypto/des/ofb64enc.c1
-rw-r--r--crypto/des/ofb_enc.c1
-rw-r--r--crypto/des/pcbc_enc.c1
-rw-r--r--crypto/des/qud_cksm.c1
-rw-r--r--crypto/des/rand_key.c1
-rw-r--r--crypto/des/read2pwd.c1
-rw-r--r--crypto/des/rpc_des.h1
-rw-r--r--crypto/des/rpc_enc.c1
-rw-r--r--crypto/des/set_key.c1
-rw-r--r--crypto/des/spr.h1
-rw-r--r--crypto/des/str2key.c1
-rw-r--r--crypto/des/xcbc_enc.c1
-rw-r--r--crypto/dh/dh_asn1.c1
-rw-r--r--crypto/dh/dh_check.c1
-rw-r--r--crypto/dh/dh_depr.c1
-rw-r--r--crypto/dh/dh_err.c1
-rw-r--r--crypto/dh/dh_gen.c1
-rw-r--r--crypto/dh/dh_kdf.c1
-rw-r--r--crypto/dh/dh_key.c1
-rw-r--r--crypto/dh/dh_lib.c1
-rw-r--r--crypto/dh/dh_prn.c1
-rw-r--r--crypto/dsa/dsa_asn1.c1
-rw-r--r--crypto/dsa/dsa_depr.c1
-rw-r--r--crypto/dsa/dsa_err.c1
-rw-r--r--crypto/dsa/dsa_gen.c1
-rw-r--r--crypto/dsa/dsa_key.c1
-rw-r--r--crypto/dsa/dsa_lib.c1
-rw-r--r--crypto/dsa/dsa_ossl.c1
-rw-r--r--crypto/dsa/dsa_prn.c1
-rw-r--r--crypto/dsa/dsa_sign.c1
-rw-r--r--crypto/dsa/dsa_vrf.c1
-rw-r--r--crypto/dso/dso_dl.c1
-rw-r--r--crypto/dso/dso_dlfcn.c1
-rw-r--r--crypto/dso/dso_err.c1
-rw-r--r--crypto/dso/dso_lib.c1
-rw-r--r--crypto/dso/dso_null.c1
-rw-r--r--crypto/dso/dso_openssl.c1
-rw-r--r--crypto/dso/dso_vms.c1
-rw-r--r--crypto/dso/dso_win32.c1
-rw-r--r--crypto/ebcdic.c1
-rw-r--r--crypto/ec/ec2_mult.c1
-rw-r--r--crypto/ec/ec2_oct.c1
-rw-r--r--crypto/ec/ec2_smpl.c1
-rw-r--r--crypto/ec/ec_asn1.c1
-rw-r--r--crypto/ec/ec_check.c1
-rw-r--r--crypto/ec/ec_curve.c1
-rw-r--r--crypto/ec/ec_cvt.c1
-rw-r--r--crypto/ec/ec_err.c1
-rw-r--r--crypto/ec/ec_key.c1
-rw-r--r--crypto/ec/ec_kmeth.c1
-rw-r--r--crypto/ec/ec_lcl.h1
-rw-r--r--crypto/ec/ec_lib.c1
-rw-r--r--crypto/ec/ec_mult.c1
-rw-r--r--crypto/ec/ec_oct.c1
-rw-r--r--crypto/ec/ec_print.c1
-rw-r--r--crypto/ec/ecdh_kdf.c1
-rw-r--r--crypto/ec/ecdh_ossl.c1
-rw-r--r--crypto/ec/ecdsa_ossl.c1
-rw-r--r--crypto/ec/ecdsa_sign.c1
-rw-r--r--crypto/ec/ecdsa_vrf.c1
-rw-r--r--crypto/ec/eck_prn.c1
-rw-r--r--crypto/ec/ecp_mont.c1
-rw-r--r--crypto/ec/ecp_nist.c1
-rw-r--r--crypto/ec/ecp_nistp224.c1
-rw-r--r--crypto/ec/ecp_nistp256.c1
-rw-r--r--crypto/ec/ecp_nistp521.c1
-rw-r--r--crypto/ec/ecp_nistputil.c1
-rw-r--r--crypto/ec/ecp_oct.c1
-rw-r--r--crypto/ec/ecp_smpl.c1
-rw-r--r--crypto/engine/eng_all.c1
-rw-r--r--crypto/engine/eng_cnf.c1
-rw-r--r--crypto/engine/eng_ctrl.c1
-rw-r--r--crypto/engine/eng_dyn.c1
-rw-r--r--crypto/engine/eng_err.c1
-rw-r--r--crypto/engine/eng_fat.c1
-rw-r--r--crypto/engine/eng_init.c1
-rw-r--r--crypto/engine/eng_int.h1
-rw-r--r--crypto/engine/eng_lib.c1
-rw-r--r--crypto/engine/eng_list.c1
-rw-r--r--crypto/engine/eng_openssl.c1
-rw-r--r--crypto/engine/eng_pkey.c1
-rw-r--r--crypto/err/err.c1
-rw-r--r--crypto/err/err_all.c1
-rw-r--r--crypto/err/err_prn.c1
-rw-r--r--crypto/evp/bio_b64.c1
-rw-r--r--crypto/evp/bio_enc.c1
-rw-r--r--crypto/evp/bio_md.c1
-rw-r--r--crypto/evp/bio_ok.c1
-rw-r--r--crypto/evp/c_all.c1
-rw-r--r--crypto/evp/c_allc.c1
-rw-r--r--crypto/evp/c_alld.c1
-rw-r--r--crypto/evp/cmeth_lib.c1
-rw-r--r--crypto/evp/digest.c1
-rw-r--r--crypto/evp/e_bf.c1
-rw-r--r--crypto/evp/e_camellia.c1
-rw-r--r--crypto/evp/e_cast.c1
-rw-r--r--crypto/evp/e_des.c1
-rw-r--r--crypto/evp/e_des3.c1
-rw-r--r--crypto/evp/e_idea.c1
-rw-r--r--crypto/evp/e_null.c1
-rw-r--r--crypto/evp/e_old.c1
-rw-r--r--crypto/evp/e_rc2.c1
-rw-r--r--crypto/evp/e_rc4.c1
-rw-r--r--crypto/evp/e_rc5.c1
-rw-r--r--crypto/evp/e_seed.c1
-rw-r--r--crypto/evp/e_xcbc_d.c1
-rw-r--r--crypto/evp/encode.c1
-rw-r--r--crypto/evp/evp_acnf.c1
-rw-r--r--crypto/evp/evp_cnf.c1
-rw-r--r--crypto/evp/evp_enc.c1
-rw-r--r--crypto/evp/evp_err.c1
-rw-r--r--crypto/evp/evp_key.c1
-rw-r--r--crypto/evp/evp_lib.c1
-rw-r--r--crypto/evp/evp_locl.h1
-rw-r--r--crypto/evp/evp_pbe.c1
-rw-r--r--crypto/evp/evp_pkey.c1
-rw-r--r--crypto/evp/m_md2.c1
-rw-r--r--crypto/evp/m_md4.c1
-rw-r--r--crypto/evp/m_md5.c1
-rw-r--r--crypto/evp/m_md5_sha1.c1
-rw-r--r--crypto/evp/m_mdc2.c1
-rw-r--r--crypto/evp/m_null.c1
-rw-r--r--crypto/evp/m_ripemd.c1
-rw-r--r--crypto/evp/m_sha1.c1
-rw-r--r--crypto/evp/m_sigver.c1
-rw-r--r--crypto/evp/m_wp.c1
-rw-r--r--crypto/evp/names.c1
-rw-r--r--crypto/evp/p5_crpt.c1
-rw-r--r--crypto/evp/p5_crpt2.c1
-rw-r--r--crypto/evp/p_dec.c1
-rw-r--r--crypto/evp/p_enc.c1
-rw-r--r--crypto/evp/p_lib.c1
-rw-r--r--crypto/evp/p_open.c1
-rw-r--r--crypto/evp/p_seal.c1
-rw-r--r--crypto/evp/p_sign.c1
-rw-r--r--crypto/evp/p_verify.c1
-rw-r--r--crypto/evp/pmeth_fn.c1
-rw-r--r--crypto/evp/pmeth_gn.c1
-rw-r--r--crypto/evp/pmeth_lib.c1
-rw-r--r--crypto/evp/scrypt.c1
-rw-r--r--crypto/fips_err.h1
-rw-r--r--crypto/hmac/hmac.c1
-rw-r--r--crypto/hmac/hmac_lcl.h1
-rw-r--r--crypto/idea/i_cbc.c1
-rw-r--r--crypto/idea/i_cfb64.c1
-rw-r--r--crypto/idea/i_ecb.c1
-rw-r--r--crypto/idea/i_ofb64.c1
-rw-r--r--crypto/idea/i_skey.c1
-rw-r--r--crypto/idea/idea_lcl.h1
-rw-r--r--crypto/include/internal/asn1_int.h1
-rw-r--r--crypto/include/internal/cryptlib.h1
-rw-r--r--crypto/include/internal/ct_int.h1
-rw-r--r--crypto/include/internal/evp_int.h1
-rw-r--r--crypto/include/internal/md32_common.h1
-rw-r--r--crypto/include/internal/x509_int.h1
-rw-r--r--crypto/jpake/jpake_err.c1
-rw-r--r--crypto/lhash/lh_stats.c1
-rw-r--r--crypto/lhash/lh_test.c1
-rw-r--r--crypto/lhash/lhash.c1
-rw-r--r--crypto/lock.c1
-rw-r--r--crypto/md2/md2_dgst.c1
-rw-r--r--crypto/md2/md2_one.c1
-rw-r--r--crypto/md4/md4_dgst.c1
-rw-r--r--crypto/md4/md4_locl.h1
-rw-r--r--crypto/md4/md4_one.c1
-rw-r--r--crypto/md5/md5_dgst.c1
-rw-r--r--crypto/md5/md5_locl.h1
-rw-r--r--crypto/md5/md5_one.c1
-rw-r--r--crypto/mdc2/mdc2_one.c1
-rw-r--r--crypto/mdc2/mdc2dgst.c1
-rw-r--r--crypto/mem.c1
-rw-r--r--crypto/mem_clr.c1
-rw-r--r--crypto/mem_dbg.c1
-rw-r--r--crypto/modes/wrap128.c1
-rw-r--r--crypto/o_dir.c1
-rw-r--r--crypto/o_dir_test.c1
-rw-r--r--crypto/o_init.c1
-rw-r--r--crypto/o_str.c1
-rw-r--r--crypto/o_time.c1
-rw-r--r--crypto/objects/obj_dat.c1
-rw-r--r--crypto/objects/obj_dat.h1
-rw-r--r--crypto/objects/obj_err.c1
-rw-r--r--crypto/objects/obj_lib.c1
-rw-r--r--crypto/objects/obj_xref.c1
-rw-r--r--crypto/ocsp/ocsp_asn.c1
-rw-r--r--crypto/ocsp/ocsp_cl.c1
-rw-r--r--crypto/ocsp/ocsp_err.c1
-rw-r--r--crypto/ocsp/ocsp_ext.c1
-rw-r--r--crypto/ocsp/ocsp_ht.c1
-rw-r--r--crypto/ocsp/ocsp_lcl.h1
-rw-r--r--crypto/ocsp/ocsp_lib.c1
-rw-r--r--crypto/ocsp/ocsp_prn.c1
-rw-r--r--crypto/ocsp/ocsp_srv.c1
-rw-r--r--crypto/ocsp/ocsp_vfy.c1
-rw-r--r--crypto/ocsp/v3_ocsp.c1
-rw-r--r--crypto/pem/pem_all.c1
-rw-r--r--crypto/pem/pem_err.c1
-rw-r--r--crypto/pem/pem_info.c1
-rw-r--r--crypto/pem/pem_lib.c1
-rw-r--r--crypto/pem/pem_oth.c1
-rw-r--r--crypto/pem/pem_pk8.c1
-rw-r--r--crypto/pem/pem_pkey.c1
-rw-r--r--crypto/pem/pem_sign.c1
-rw-r--r--crypto/pem/pem_x509.c1
-rw-r--r--crypto/pem/pem_xaux.c1
-rw-r--r--crypto/pkcs12/p12_add.c1
-rw-r--r--crypto/pkcs12/p12_asn.c1
-rw-r--r--crypto/pkcs12/p12_attr.c1
-rw-r--r--crypto/pkcs12/p12_crpt.c1
-rw-r--r--crypto/pkcs12/p12_crt.c1
-rw-r--r--crypto/pkcs12/p12_decr.c1
-rw-r--r--crypto/pkcs12/p12_init.c1
-rw-r--r--crypto/pkcs12/p12_key.c1
-rw-r--r--crypto/pkcs12/p12_kiss.c1
-rw-r--r--crypto/pkcs12/p12_mutl.c1
-rw-r--r--crypto/pkcs12/p12_npas.c1
-rw-r--r--crypto/pkcs12/p12_p8d.c1
-rw-r--r--crypto/pkcs12/p12_p8e.c1
-rw-r--r--crypto/pkcs12/p12_utl.c1
-rw-r--r--crypto/pkcs12/pk12err.c1
-rw-r--r--crypto/pkcs7/bio_pk7.c1
-rw-r--r--crypto/pkcs7/pk7_asn1.c1
-rw-r--r--crypto/pkcs7/pk7_attr.c1
-rw-r--r--crypto/pkcs7/pk7_dgst.c1
-rw-r--r--crypto/pkcs7/pk7_doit.c1
-rw-r--r--crypto/pkcs7/pk7_enc.c1
-rw-r--r--crypto/pkcs7/pk7_lib.c1
-rw-r--r--crypto/pkcs7/pk7_mime.c1
-rw-r--r--crypto/pkcs7/pk7_smime.c1
-rw-r--r--crypto/pkcs7/pkcs7err.c1
-rw-r--r--crypto/rand/md_rand.c1
-rw-r--r--crypto/rand/rand_egd.c1
-rw-r--r--crypto/rand/rand_err.c1
-rw-r--r--crypto/rand/rand_lcl.h1
-rw-r--r--crypto/rand/rand_lib.c1
-rw-r--r--crypto/rand/rand_nw.c1
-rw-r--r--crypto/rand/rand_os2.c1
-rw-r--r--crypto/rand/rand_unix.c1
-rw-r--r--crypto/rand/rand_vms.c1
-rw-r--r--crypto/rand/rand_win.c1
-rw-r--r--crypto/rand/randfile.c1
-rw-r--r--crypto/rc2/rc2_cbc.c1
-rw-r--r--crypto/rc2/rc2_ecb.c1
-rw-r--r--crypto/rc2/rc2_locl.h1
-rw-r--r--crypto/rc2/rc2_skey.c1
-rw-r--r--crypto/rc2/rc2cfb64.c1
-rw-r--r--crypto/rc2/rc2ofb64.c1
-rw-r--r--crypto/rc4/rc4_enc.c1
-rw-r--r--crypto/rc4/rc4_skey.c1
-rw-r--r--crypto/rc5/rc5_ecb.c1
-rw-r--r--crypto/rc5/rc5_enc.c1
-rw-r--r--crypto/rc5/rc5_locl.h1
-rw-r--r--crypto/rc5/rc5_skey.c1
-rw-r--r--crypto/rc5/rc5cfb64.c1
-rw-r--r--crypto/rc5/rc5ofb64.c1
-rw-r--r--crypto/ripemd/rmd_dgst.c1
-rw-r--r--crypto/ripemd/rmd_locl.h1
-rw-r--r--crypto/ripemd/rmd_one.c1
-rw-r--r--crypto/ripemd/rmdconst.h1
-rw-r--r--crypto/rsa/rsa_ameth.c1
-rw-r--r--crypto/rsa/rsa_asn1.c1
-rw-r--r--crypto/rsa/rsa_chk.c1
-rw-r--r--crypto/rsa/rsa_crpt.c1
-rw-r--r--crypto/rsa/rsa_depr.c1
-rw-r--r--crypto/rsa/rsa_err.c1
-rw-r--r--crypto/rsa/rsa_gen.c1
-rw-r--r--crypto/rsa/rsa_lib.c1
-rw-r--r--crypto/rsa/rsa_none.c1
-rw-r--r--crypto/rsa/rsa_null.c1
-rw-r--r--crypto/rsa/rsa_oaep.c1
-rw-r--r--crypto/rsa/rsa_pk1.c1
-rw-r--r--crypto/rsa/rsa_pmeth.c1
-rw-r--r--crypto/rsa/rsa_prn.c1
-rw-r--r--crypto/rsa/rsa_pss.c1
-rw-r--r--crypto/rsa/rsa_saos.c1
-rw-r--r--crypto/rsa/rsa_sign.c1
-rw-r--r--crypto/rsa/rsa_ssl.c1
-rw-r--r--crypto/rsa/rsa_x931.c1
-rw-r--r--crypto/rsa/rsa_x931g.c1
-rw-r--r--crypto/seed/seed_cbc.c1
-rw-r--r--crypto/seed/seed_cfb.c1
-rw-r--r--crypto/seed/seed_ecb.c1
-rw-r--r--crypto/seed/seed_ofb.c1
-rw-r--r--crypto/sha/sha1_one.c1
-rw-r--r--crypto/sha/sha1dgst.c1
-rw-r--r--crypto/sha/sha256.c1
-rw-r--r--crypto/sha/sha512.c1
-rw-r--r--crypto/sha/sha_locl.h1
-rw-r--r--crypto/srp/srp_lib.c1
-rw-r--r--crypto/srp/srp_vfy.c1
-rw-r--r--crypto/stack/stack.c1
-rw-r--r--crypto/store/str_err.c1
-rw-r--r--crypto/store/str_lib.c1
-rw-r--r--crypto/store/str_locl.h1
-rw-r--r--crypto/store/str_mem.c1
-rw-r--r--crypto/store/str_meth.c1
-rw-r--r--crypto/thr_id.c1
-rw-r--r--crypto/ts/ts_asn1.c1
-rw-r--r--crypto/ts/ts_conf.c1
-rw-r--r--crypto/ts/ts_err.c1
-rw-r--r--crypto/ts/ts_lib.c1
-rw-r--r--crypto/ts/ts_req_print.c1
-rw-r--r--crypto/ts/ts_req_utils.c1
-rw-r--r--crypto/ts/ts_rsp_print.c1
-rw-r--r--crypto/ts/ts_rsp_sign.c1
-rw-r--r--crypto/ts/ts_rsp_utils.c1
-rw-r--r--crypto/ts/ts_rsp_verify.c1
-rw-r--r--crypto/ts/ts_verify_ctx.c1
-rw-r--r--crypto/txt_db/txt_db.c1
-rw-r--r--crypto/ui/ui_err.c1
-rw-r--r--crypto/ui/ui_lib.c1
-rw-r--r--crypto/ui/ui_locl.h1
-rw-r--r--crypto/ui/ui_openssl.c1
-rw-r--r--crypto/ui/ui_util.c1
-rw-r--r--crypto/uid.c1
-rw-r--r--crypto/x509/by_dir.c1
-rw-r--r--crypto/x509/by_file.c1
-rw-r--r--crypto/x509/t_crl.c1
-rw-r--r--crypto/x509/t_req.c1
-rw-r--r--crypto/x509/t_x509.c1
-rw-r--r--crypto/x509/x509_att.c1
-rw-r--r--crypto/x509/x509_cmp.c1
-rw-r--r--crypto/x509/x509_d2.c1
-rw-r--r--crypto/x509/x509_def.c1
-rw-r--r--crypto/x509/x509_err.c1
-rw-r--r--crypto/x509/x509_ext.c1
-rw-r--r--crypto/x509/x509_lcl.h1
-rw-r--r--crypto/x509/x509_lu.c1
-rw-r--r--crypto/x509/x509_obj.c1
-rw-r--r--crypto/x509/x509_r2x.c1
-rw-r--r--crypto/x509/x509_req.c1
-rw-r--r--crypto/x509/x509_set.c1
-rw-r--r--crypto/x509/x509_trs.c1
-rw-r--r--crypto/x509/x509_txt.c1
-rw-r--r--crypto/x509/x509_v3.c1
-rw-r--r--crypto/x509/x509_vfy.c1
-rw-r--r--crypto/x509/x509_vpm.c1
-rw-r--r--crypto/x509/x509cset.c1
-rw-r--r--crypto/x509/x509name.c1
-rw-r--r--crypto/x509/x509rset.c1
-rw-r--r--crypto/x509/x509spki.c1
-rw-r--r--crypto/x509/x509type.c1
-rw-r--r--crypto/x509/x_all.c1
-rw-r--r--crypto/x509/x_attrib.c1
-rw-r--r--crypto/x509/x_crl.c1
-rw-r--r--crypto/x509/x_exten.c1
-rw-r--r--crypto/x509/x_name.c1
-rw-r--r--crypto/x509/x_req.c1
-rw-r--r--crypto/x509/x_x509.c1
-rw-r--r--crypto/x509/x_x509a.c1
-rw-r--r--crypto/x509v3/ext_dat.h1
-rw-r--r--crypto/x509v3/pcy_cache.c1
-rw-r--r--crypto/x509v3/pcy_data.c1
-rw-r--r--crypto/x509v3/pcy_int.h1
-rw-r--r--crypto/x509v3/pcy_lib.c1
-rw-r--r--crypto/x509v3/pcy_map.c1
-rw-r--r--crypto/x509v3/pcy_node.c1
-rw-r--r--crypto/x509v3/pcy_tree.c1
-rw-r--r--crypto/x509v3/tabtest.c1
-rw-r--r--crypto/x509v3/v3_akey.c1
-rw-r--r--crypto/x509v3/v3_akeya.c1
-rw-r--r--crypto/x509v3/v3_alt.c1
-rw-r--r--crypto/x509v3/v3_bcons.c1
-rw-r--r--crypto/x509v3/v3_bitst.c1
-rw-r--r--crypto/x509v3/v3_conf.c1
-rw-r--r--crypto/x509v3/v3_cpols.c1
-rw-r--r--crypto/x509v3/v3_crld.c1
-rw-r--r--crypto/x509v3/v3_enum.c1
-rw-r--r--crypto/x509v3/v3_extku.c1
-rw-r--r--crypto/x509v3/v3_genn.c1
-rw-r--r--crypto/x509v3/v3_ia5.c1
-rw-r--r--crypto/x509v3/v3_info.c1
-rw-r--r--crypto/x509v3/v3_int.c1
-rw-r--r--crypto/x509v3/v3_lib.c1
-rw-r--r--crypto/x509v3/v3_ncons.c1
-rw-r--r--crypto/x509v3/v3_pci.c1
-rw-r--r--crypto/x509v3/v3_pcia.c1
-rw-r--r--crypto/x509v3/v3_pcons.c1
-rw-r--r--crypto/x509v3/v3_pku.c1
-rw-r--r--crypto/x509v3/v3_pmaps.c1
-rw-r--r--crypto/x509v3/v3_prn.c1
-rw-r--r--crypto/x509v3/v3_purp.c1
-rw-r--r--crypto/x509v3/v3_scts.c1
-rw-r--r--crypto/x509v3/v3_skey.c1
-rw-r--r--crypto/x509v3/v3_sxnet.c1
-rw-r--r--crypto/x509v3/v3_tlsf.c1
-rw-r--r--crypto/x509v3/v3_utl.c1
-rw-r--r--crypto/x509v3/v3conf.c1
-rw-r--r--crypto/x509v3/v3err.c1
-rw-r--r--crypto/x509v3/v3prin.c1
590 files changed, 0 insertions, 590 deletions
diff --git a/crypto/aes/aes_cbc.c b/crypto/aes/aes_cbc.c
index 805d0e260a..826de68af8 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 1225000963..3962c3e921 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 20c545ec25..326cc569ca 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 52151a5c70..61cb0e7358 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 b3ff982202..f8f4ba5775 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 7acd74ec16..7ab2d19eb0 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 5af36d5f08..ca84a6cc33 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 64a08caaec..bc240383a8 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 b370a4f9a0..c9cd3d3f2b 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/aes/aes_x86core.c b/crypto/aes/aes_x86core.c
index b5dd697677..400884aff5 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 b4e71fd0f7..00b0854c6b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_d2i_fp.c b/crypto/asn1/a_d2i_fp.c
index 2e61029a1d..5ba6e1d1da 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_digest.c b/crypto/asn1/a_digest.c
index 57adcccd49..a2c837c757 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_dup.c b/crypto/asn1/a_dup.c
index 60d3544365..569fceea94 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_gentm.c b/crypto/asn1/a_gentm.c
index 672c11d971..7ba5e52415 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_i2d_fp.c b/crypto/asn1/a_i2d_fp.c
index 353c2c5605..68eedc4122 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_int.c b/crypto/asn1/a_int.c
index 5d5e7f61c0..af52beb420 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_mbstr.c b/crypto/asn1/a_mbstr.c
index 0892976293..8c38e19963 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/a_object.c b/crypto/asn1/a_object.c
index cabda53519..5d3ebd6ca7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_octet.c b/crypto/asn1/a_octet.c
index 430f00faee..7b5bf6fc38 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_print.c b/crypto/asn1/a_print.c
index 9ad4866b04..9c70891c22 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_sign.c b/crypto/asn1/a_sign.c
index 5b5d5b7afc..99124c1bed 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_strex.c b/crypto/asn1/a_strex.c
index 7d37c73d39..977f523fbf 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/a_strnid.c b/crypto/asn1/a_strnid.c
index 43252c1cf4..79748bf754 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/a_time.c b/crypto/asn1/a_time.c
index c5e632e356..ef429da273 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 474aecadc6..8dea2e0e5c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_utctm.c b/crypto/asn1/a_utctm.c
index cf52c19296..432125bfc4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_utf8.c b/crypto/asn1/a_utf8.c
index 8697c66efd..64e983e79a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/a_verify.c b/crypto/asn1/a_verify.c
index 2ec84309b9..211689b14d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn1_err.c b/crypto/asn1/asn1_err.c
index 83e4e7567e..465b2633e6 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 200d88d1b2..fc69e31987 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@openssl.org) for the OpenSSL project
* 2002.
diff --git a/crypto/asn1/asn1_lib.c b/crypto/asn1/asn1_lib.c
index 56fd9bf4c3..da1ac78e06 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn1_locl.h b/crypto/asn1/asn1_locl.h
index c47eb44938..ea3d20ae38 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/asn1/asn1_par.c b/crypto/asn1/asn1_par.c
index 4698e022e2..e65dacd83a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/asn_mime.c b/crypto/asn1/asn_mime.c
index 58d53240af..0fb5126260 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/asn_moid.c b/crypto/asn1/asn_moid.c
index bb334d015e..168bc46bcf 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/asn1/asn_mstbl.c b/crypto/asn1/asn_mstbl.c
index b53715783a..ad1c4cfce6 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@openssl.org) for the OpenSSL project
* 2012.
diff --git a/crypto/asn1/asn_pack.c b/crypto/asn1/asn_pack.c
index d8655badb8..93b7b90215 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/bio_asn1.c b/crypto/asn1/bio_asn1.c
index a5bcc265fd..33998e7264 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/bio_ndef.c b/crypto/asn1/bio_ndef.c
index dfbbc68986..99c0b7ab2f 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/asn1/d2i_pr.c b/crypto/asn1/d2i_pr.c
index 02efa83583..bfbe2096ca 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/d2i_pu.c b/crypto/asn1/d2i_pu.c
index 1b29f1c7f1..9665ae6720 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/evp_asn1.c b/crypto/asn1/evp_asn1.c
index b7e5620ec2..79e7121998 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/f_int.c b/crypto/asn1/f_int.c
index 1c02cc0a62..0feb7a15b6 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/f_string.c b/crypto/asn1/f_string.c
index cecbb4a0b2..048f92a5fb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/i2d_pr.c b/crypto/asn1/i2d_pr.c
index b7dfb65a31..7ca643fb58 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/i2d_pu.c b/crypto/asn1/i2d_pu.c
index 94233cb8e9..db508ac178 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c
index c42422c248..90ea32c527 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/nsseq.c b/crypto/asn1/nsseq.c
index f2f7cba49e..550fc8eb70 100644
--- a/crypto/asn1/nsseq.c
+++ b/crypto/asn1/nsseq.c
@@ -1,4 +1,3 @@
-/* nsseq.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/p5_pbe.c b/crypto/asn1/p5_pbe.c
index 4d7a9c61c1..e75ab7e976 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/p5_pbev2.c b/crypto/asn1/p5_pbev2.c
index f85096ba93..244706a3df 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@openssl.org) for the OpenSSL project
* 1999-2004.
diff --git a/crypto/asn1/p5_scrypt.c b/crypto/asn1/p5_scrypt.c
index af7b902a85..6ee7ef4b3b 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/asn1/p8_pkey.c b/crypto/asn1/p8_pkey.c
index f4fbc085e7..59f1cd167a 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/t_bitst.c b/crypto/asn1/t_bitst.c
index daee7f550c..2b38e0573c 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c
index b137da7cb2..c50d193608 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/t_spki.c b/crypto/asn1/t_spki.c
index c49f1c7dd2..206bd24e39 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/asn1/tasn_dec.c b/crypto/asn1/tasn_dec.c
index 802f929640..67dddcf112 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_enc.c b/crypto/asn1/tasn_enc.c
index 50375225b0..0d25cf9d75 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c
index 1e778858ac..2fc036fb66 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_new.c b/crypto/asn1/tasn_new.c
index 125b26fd7f..9e8ba9c0b2 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_prn.c b/crypto/asn1/tasn_prn.c
index 329ef94db1..10570ca576 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_scn.c b/crypto/asn1/tasn_scn.c
index f0d37d1044..a7758394b1 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@openssl.org) for the OpenSSL project
* 2010.
diff --git a/crypto/asn1/tasn_typ.c b/crypto/asn1/tasn_typ.c
index 1d806dcc68..da9a80a06d 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/tasn_utl.c b/crypto/asn1/tasn_utl.c
index 10cc1f9143..f1807c20f4 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_algor.c b/crypto/asn1/x_algor.c
index 5ad63eb90d..30c59d850f 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_bignum.c b/crypto/asn1/x_bignum.c
index e27480bdfb..c8072e337f 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_info.c b/crypto/asn1/x_info.c
index 0a75e49361..375e0ae8bd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_long.c b/crypto/asn1/x_long.c
index d4b75e6b9a..f804282c51 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/asn1/x_pkey.c b/crypto/asn1/x_pkey.c
index cb6f21f0c1..5bca68ad1e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_pubkey.c b/crypto/asn1/x_pubkey.c
index baa34f0c9b..1d65b20ed6 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_sig.c b/crypto/asn1/x_sig.c
index 472174b3c6..8197d2a30a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_spki.c b/crypto/asn1/x_spki.c
index a2b20fbba7..636f69b3ed 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/asn1/x_val.c b/crypto/asn1/x_val.c
index 845a7c30f6..d9ebfe1c7e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/async/arch/async_null.c b/crypto/async/arch/async_null.c
index baed884020..d3f686f492 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/arch/async_null.h b/crypto/async/arch/async_null.h
index 72a888a89b..93887aec19 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/arch/async_posix.c b/crypto/async/arch/async_posix.c
index 30075810ba..1df77cccbe 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/arch/async_posix.h b/crypto/async/arch/async_posix.h
index 475b56faab..6cc313e16a 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/arch/async_win.c b/crypto/async/arch/async_win.c
index 519476c397..f3de79a73b 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/arch/async_win.h b/crypto/async/arch/async_win.h
index 31f248216f..d2054bf665 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/async.c b/crypto/async/async.c
index 031ca039e4..9d68a7c77f 100644
--- a/crypto/async/async.c
+++ b/crypto/async/async.c
@@ -1,4 +1,3 @@
-/* crypto/async/async.c */
/*
* Written by Matt Caswell (matt@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/async/async_err.c b/crypto/async/async_err.c
index 6fe1f85dbb..26b34d4def 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 2f84a78e33..0710f9e74c 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@openssl.org) for the OpenSSL project.
*/
diff --git a/crypto/bf/bf_cbc.c b/crypto/bf/bf_cbc.c
index de827a1a3c..b052951fcd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_cfb64.c b/crypto/bf/bf_cfb64.c
index ddeab6eb77..cab8bf8e74 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_ecb.c b/crypto/bf/bf_ecb.c
index 7a45a02537..dfee789ffc 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_enc.c b/crypto/bf/bf_enc.c
index b268795f5b..76d427048a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_locl.h b/crypto/bf/bf_locl.h
index fe2c9db9e0..ecdf388241 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_ofb64.c b/crypto/bf/bf_ofb64.c
index a8d190b5dd..97a58cef6a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_pi.h b/crypto/bf/bf_pi.h
index 46a26739be..c3e187363c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bf/bf_skey.c b/crypto/bf/bf_skey.c
index 2feff202f5..3cfc6a1c65 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/b_dump.c b/crypto/bio/b_dump.c
index 3d005e3ff9..77d8c3d96e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/b_print.c b/crypto/bio/b_print.c
index e0855a6c39..f45fb10deb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/b_sock.c b/crypto/bio/b_sock.c
index cc090724e8..a7a6aab328 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bf_buff.c b/crypto/bio/bf_buff.c
index b7a3772979..1486a18335 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bf_lbuf.c b/crypto/bio/bf_lbuf.c
index cc429813e2..96ee9206af 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bf_nbio.c b/crypto/bio/bf_nbio.c
index 2a2e3146a2..e78bca5059 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bf_null.c b/crypto/bio/bf_null.c
index 0d55b15150..1481445486 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bio_cb.c b/crypto/bio/bio_cb.c
index f0dfe8268c..4d3365e4ec 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bio_err.c b/crypto/bio/bio_err.c
index 776c1de3c5..308bc3b5f3 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 d8d01c7fe9..411619eaba 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_acpt.c b/crypto/bio/bss_acpt.c
index f65ee1a6ef..a489ba4d2e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_bio.c b/crypto/bio/bss_bio.c
index 144cde93a3..ff59780084 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 929656c882..2308ad210f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_dgram.c b/crypto/bio/bss_dgram.c
index 5e934ce93c..d8e1b942c0 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@cs.stanford.edu) for the OpenSSL project 2005.
diff --git a/crypto/bio/bss_fd.c b/crypto/bio/bss_fd.c
index 5bade20e36..12306c2dc0 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_file.c b/crypto/bio/bss_file.c
index c09a9a95f6..1e3f46345f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_log.c b/crypto/bio/bss_log.c
index a86ea29b67..320ff775f3 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 485a8bf663..4a0fcdaa8f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_null.c b/crypto/bio/bss_null.c
index ba39c4c8a1..3a1d77d254 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bio/bss_sock.c b/crypto/bio/bss_sock.c
index 1673b32b3d..9988723f8e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_add.c b/crypto/bn/bn_add.c
index bbb0584245..3e7d86b2dd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_asm.c b/crypto/bn/bn_asm.c
index 38c10e161c..9e9bce9052 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_blind.c b/crypto/bn/bn_blind.c
index bc2918e99b..a08d821ac3 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 daa80ad404..12fdf2c84b 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 be7a20d634..88f5ac814f 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 b64aa5fb29..9e6b08f72c 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 cbf27d3e94..2bb9c8c8a1 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_err.c b/crypto/bn/bn_err.c
index 060a63d685..7412859edf 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 e0db6c7cf3..b625c3b42b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_exp2.c b/crypto/bn/bn_exp2.c
index 517b961023..f83615805a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_gcd.c b/crypto/bn/bn_gcd.c
index 84d1df5743..a3e56c85f6 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_gf2m.c b/crypto/bn/bn_gf2m.c
index 11d00c6cda..84837a0f57 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 5a0eb7dfd2..20a64a7dd3 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 1bdaee8e8f..013c0b3f86 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_lib.c b/crypto/bn/bn_lib.c
index 150f4b80de..885f48239c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mod.c b/crypto/bn/bn_mod.c
index d7e4f9a627..99789b944a 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@exp-math.uni-essen.de>
* for the OpenSSL project.
diff --git a/crypto/bn/bn_mont.c b/crypto/bn/bn_mont.c
index 90c718ba59..e0a9a0910e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mpi.c b/crypto/bn/bn_mpi.c
index c4c0adfe61..80d105dd55 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_mul.c b/crypto/bn/bn_mul.c
index b601923eef..f30855a263 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_nist.c b/crypto/bn/bn_nist.c
index 621b1424ce..db8f687673 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 42d574bb2e..7d210d37cf 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_print.c b/crypto/bn/bn_print.c
index f528a36ff4..b73ed0a670 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_rand.c b/crypto/bn/bn_rand.c
index 66a175c32a..ce4a0e17d7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_recp.c b/crypto/bn/bn_recp.c
index ef23a8c751..7824a6da03 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_shift.c b/crypto/bn/bn_shift.c
index 4e43a60b22..4c8527583b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_sqr.c b/crypto/bn/bn_sqr.c
index 9f5a5dc2d8..389b7cfab4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c
index ec18641150..7ae7536d67 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@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 57f0dcd115..718777b5b8 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/bn/bn_x931p.c b/crypto/bn/bn_x931p.c
index 76ce6f67d2..3c8f34ac29 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@openssl.org) for the OpenSSL project
* 2005.
diff --git a/crypto/bn/vms-helper.c b/crypto/bn/vms-helper.c
index c5cf468da5..cb519c4eca 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 e126edd6f1..0fb9d4fcea 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 0b15c6be6b..fb07b9681c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/camellia/camellia.c b/crypto/camellia/camellia.c
index 5d0a3ceda0..68651b61b8 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 4017e00d92..742af6d679 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 78f2ae4566..8f9f8a6fd1 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 95e26621b7..b891a04456 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 b030791b27..d8dfb2bfc5 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 c164030933..0cbcba29d3 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 e4bbcfd900..ba9370252d 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 85eb892156..8d004b9393 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 f2f16e5d77..32641b5a22 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c
index 2430bb5faa..1e736f0664 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_enc.c b/crypto/cast/c_enc.c
index 6e1d50f10d..8fe3b26f9b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_ofb64.c b/crypto/cast/c_ofb64.c
index 4e0a7c2e6e..c7b42591d0 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/c_skey.c b/crypto/cast/c_skey.c
index 0b8de76703..5ce379b6a3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h
index b0f08294e3..10a1de3d73 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cast/cast_s.h b/crypto/cast/cast_s.h
index 380dc81aef..6eb0542d68 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/cmac/cmac.c b/crypto/cmac/cmac.c
index 62658680e6..77f4ccbdea 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_asn1.c b/crypto/cms/cms_asn1.c
index 017f55c589..d83993584c 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_att.c b/crypto/cms/cms_att.c
index 6f59aeb134..834a254f5d 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_cd.c b/crypto/cms/cms_cd.c
index 1b84309efb..4854259881 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_dd.c b/crypto/cms/cms_dd.c
index 9ac45b53e2..54444b1b65 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_enc.c b/crypto/cms/cms_enc.c
index a16120fc72..23adc2ffda 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_env.c b/crypto/cms/cms_env.c
index 9ea5e06695..3b065ae250 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_err.c b/crypto/cms/cms_err.c
index f1e47e6484..8d43bb1ff5 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 3e35d060d9..353ec0e858 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_io.c b/crypto/cms/cms_io.c
index 1d1d432153..bac583e3ba 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_kari.c b/crypto/cms/cms_kari.c
index a8dc9ab72e..e7ebf6cd90 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_lcl.h b/crypto/cms/cms_lcl.h
index 6926cdd41b..7f04f20c70 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_lib.c b/crypto/cms/cms_lib.c
index f6de4efd3a..42ae38ff2b 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_pwri.c b/crypto/cms/cms_pwri.c
index 750dc51ab5..5ab20e2bfa 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_sd.c b/crypto/cms/cms_sd.c
index b040d28465..444af0b08b 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/cms/cms_smime.c b/crypto/cms/cms_smime.c
index 5b55f055f7..621667bdb9 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/comp/comp_err.c b/crypto/comp/comp_err.c
index f3a772aaac..96f2a9971b 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 eeb2349459..78e932e3d7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/conf/conf_def.c b/crypto/conf/conf_def.c
index 5d929f1a00..0f3f52abd3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/conf/conf_def.h b/crypto/conf/conf_def.h
index 07d2106453..3ebb0f7a73 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/conf/conf_err.c b/crypto/conf/conf_err.c
index 670778774e..80ea3ce798 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 12a061c263..849b670e10 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@levitte.org) for the OpenSSL project
* 2000.
diff --git a/crypto/conf/conf_mall.c b/crypto/conf/conf_mall.c
index 5db7da076d..0a33368cfd 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/conf/conf_mod.c b/crypto/conf/conf_mod.c
index 4fafdeddd3..9f02c77402 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/conf/conf_sap.c b/crypto/conf/conf_sap.c
index 58b0a1b15c..fead45134a 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c
index af505ac5b1..46bd9c82d6 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 a9f9697c70..14a84243c6 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 df79252449..1657764617 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 8e41fcef74..5405e5c842 100644
--- a/crypto/cversion.c
+++ b/crypto/cversion.c
@@ -1,4 +1,3 @@
-/* crypto/cversion.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/cbc_cksm.c b/crypto/des/cbc_cksm.c
index f89b5b98e4..1903765c73 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/cbc_enc.c b/crypto/des/cbc_enc.c
index 7ee359928c..5b84e844b4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/cfb64ede.c b/crypto/des/cfb64ede.c
index ba4f00b3b5..49222451bb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/cfb64enc.c b/crypto/des/cfb64enc.c
index 7346774eb2..f9dce3dd38 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/cfb_enc.c b/crypto/des/cfb_enc.c
index bd0e299716..dd213b0326 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/des_enc.c b/crypto/des/des_enc.c
index d9701def40..613735190f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/des_locl.h b/crypto/des/des_locl.h
index cfd15c3b14..651eb3a61c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/ecb3_enc.c b/crypto/des/ecb3_enc.c
index c49fbd41e6..e96dd9e507 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/ecb_enc.c b/crypto/des/ecb_enc.c
index 4f104eae14..56a6a0b4da 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/enc_read.c b/crypto/des/enc_read.c
index e90445441a..a37e753240 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/enc_writ.c b/crypto/des/enc_writ.c
index 0fbef13fcc..dd1c0f9c40 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/fcrypt_b.c b/crypto/des/fcrypt_b.c
index b9e87383d2..8fb9350c87 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/ncbc_enc.c b/crypto/des/ncbc_enc.c
index ab267cbf38..208615d47b 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 215b38dff5..97d4f611f4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/ofb64enc.c b/crypto/des/ofb64enc.c
index 8e72dece51..53c558f401 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/ofb_enc.c b/crypto/des/ofb_enc.c
index 02a787752e..a988630a24 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/pcbc_enc.c b/crypto/des/pcbc_enc.c
index 144d5ed88f..91a6caf0be 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/qud_cksm.c b/crypto/des/qud_cksm.c
index 10aa98f244..1ff0b7592d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/rand_key.c b/crypto/des/rand_key.c
index b75cc5f9b0..da95bfebae 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 7633139604..db31adb526 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 986ac55348..727e28596c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/rpc_enc.c b/crypto/des/rpc_enc.c
index 2245bca7f6..76cdd0c7be 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c
index 5c63164747..d9fc921f83 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/spr.h b/crypto/des/spr.h
index e85d310052..cd55a45247 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/str2key.c b/crypto/des/str2key.c
index 38a478cf43..cd426c6b47 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/des/xcbc_enc.c b/crypto/des/xcbc_enc.c
index 201ef70b7c..11ee004590 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dh/dh_asn1.c b/crypto/dh/dh_asn1.c
index 860feaaf9c..2a6411ae66 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/dh/dh_check.c b/crypto/dh/dh_check.c
index 7521180d2b..d85696b462 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dh/dh_depr.c b/crypto/dh/dh_depr.c
index 78875fbc6b..4b38570d5e 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 6a5380044a..4778b8d875 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 778f8a99c0..bfa2376c39 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dh/dh_kdf.c b/crypto/dh/dh_kdf.c
index 8ce849896c..6c31fecd12 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 271c6f4c6a..fcb851c0dd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dh/dh_lib.c b/crypto/dh/dh_lib.c
index 08aaa1ddb1..013008eafe 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dh/dh_prn.c b/crypto/dh/dh_prn.c
index 7dc71013f3..4c89a14283 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_asn1.c b/crypto/dsa/dsa_asn1.c
index 5225a389e6..b83f141bfc 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/dsa/dsa_depr.c b/crypto/dsa/dsa_depr.c
index 90dbd8d18e..e02c10296c 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 913ebe7e28..2e29258324 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 d6e36149c7..b3fb27f4f0 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_key.c b/crypto/dsa/dsa_key.c
index 0cde6d19a3..831c2b1d9b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c
index 722602cc90..b8d8e10ddb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_ossl.c b/crypto/dsa/dsa_ossl.c
index b4bb254a17..cbc1e41bb9 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_prn.c b/crypto/dsa/dsa_prn.c
index d1aef75b0f..de3374562c 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/dsa/dsa_sign.c b/crypto/dsa/dsa_sign.c
index e7c8b0cc2e..ca712cf201 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dsa/dsa_vrf.c b/crypto/dsa/dsa_vrf.c
index 9f45efa136..6724b7545f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/dso/dso_dl.c b/crypto/dso/dso_dl.c
index 221ab7ad9b..977e177a4a 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@levitte.org) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_dlfcn.c b/crypto/dso/dso_dlfcn.c
index 8feb9d7ed9..8d97cfb233 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_err.c b/crypto/dso/dso_err.c
index 546c616034..2a7c821a86 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 dfa738aa0a..bc3a785940 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_null.c b/crypto/dso/dso_null.c
index e27f98e49e..fffa592ae6 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_openssl.c b/crypto/dso/dso_openssl.c
index 191cb6a97c..5aa0536edc 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_vms.c b/crypto/dso/dso_vms.c
index de3102abbd..a36234d0a2 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@levitte.org) for the OpenSSL project
* 2000.
diff --git a/crypto/dso/dso_win32.c b/crypto/dso/dso_win32.c
index 244c755899..3d9ee8a558 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/ebcdic.c b/crypto/ebcdic.c
index fd6df92b46..c16c0f824f 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 2049dc57f8..c9723bff8e 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 33f703b168..8c88607213 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 6d6be30794..c2ff3f65dd 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 05cdfbf64b..ab68e1ea5a 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 bdbf91c470..c168ab4e06 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 f42fe3a175..e8e991458d 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 0720615802..c9951414c9 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 a826109e46..4811fa25dc 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 2469edcd2f..970aeca63b 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 5d77cbea36..51992aff43 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h
index 2c5e1d901d..5190b91109 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 6fb4268b8c..f81489d20d 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 5908f594f1..1bbb7da729 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 fca50dc6bf..d6bb62af15 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 7bc0760c5b..b80ce384fc 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 8bb141e035..e60574f5f5 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 b7f09eba17..beb3fc20b8 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 e48d100e04..b4e37adcce 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 ebef4a14d5..df90175980 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 8a550bc786..0441bc0c59 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 b9653ac9f9..6449bc441c 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 af914aa597..799aade01e 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 2efb69e8e6..a484be442d 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 e17ac18255..42cf535143 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 9db5ffa7f2..4e2f23709a 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 ee9c07e885..3122f3f8ee 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 8ba2a25e93..67808e2a6d 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 8bb7aa3090..14f62522cb 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@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 a4830cb006..2a1b15d3a5 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@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 74cde879ae..285ce955b1 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@levitte.org> for the OpenSSL project
* 2000.
diff --git a/crypto/engine/eng_cnf.c b/crypto/engine/eng_cnf.c
index ca45af564f..ec8c4493f9 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/engine/eng_ctrl.c b/crypto/engine/eng_ctrl.c
index e6c0dfb011..2757755d27 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 bdd0a1aeb6..25365256c3 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@geoffthorpe.net) for the OpenSSL project
* 2001.
diff --git a/crypto/engine/eng_err.c b/crypto/engine/eng_err.c
index da212c6736..9a9337af5e 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 79d30bc8f5..b331608a6e 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 4ea7fe633c..9a57e079ee 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 7062bda889..d75ba5fd0a 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c
index ed1034dc3b..f684e8fc9b 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index f7739bae5e..1c152c73a2 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/engine/eng_openssl.c b/crypto/engine/eng_openssl.c
index 67aa7a95fc..8540673bd1 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@geoffthorpe.net) for the OpenSSL project
* 2000.
diff --git a/crypto/engine/eng_pkey.c b/crypto/engine/eng_pkey.c
index 23580d9ec8..e581ac3113 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 c78e810cdf..2b2ecf4bf2 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 6de9c214b5..6309733fb6 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/err/err_prn.c b/crypto/err/err_prn.c
index 7a74fea7e5..955decd2d9 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_b64.c b/crypto/evp/bio_b64.c
index 8df0d3f8d0..097b0958f1 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_enc.c b/crypto/evp/bio_enc.c
index c4daf8b691..9754031e2b 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_md.c b/crypto/evp/bio_md.c
index 24c7dc3bea..30a506ebba 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/bio_ok.c b/crypto/evp/bio_ok.c
index 5f3f2dea9f..ec5d7199f5 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_all.c b/crypto/evp/c_all.c
index e56f5adcb7..6dd2bc764c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_allc.c b/crypto/evp/c_allc.c
index 49f4c66a67..b59c33e2cc 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/c_alld.c b/crypto/evp/c_alld.c
index 70e462da41..4309a0c814 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/cmeth_lib.c b/crypto/evp/cmeth_lib.c
index e56e2c9f72..1e7cac8157 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/evp/digest.c b/crypto/evp/digest.c
index 33688f99e4..52ff05f8f1 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_bf.c b/crypto/evp/e_bf.c
index 01194b3ffd..108a80b17c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_camellia.c b/crypto/evp/e_camellia.c
index 7062775477..924df8d0ec 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 c3b778d36d..e4df25f058 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_des.c b/crypto/evp/e_des.c
index 929151c3c7..c083e3f7d3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_des3.c b/crypto/evp/e_des3.c
index 8b6c2b590d..0a16b486e1 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_idea.c b/crypto/evp/e_idea.c
index 261fbeb175..598dd3f172 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_null.c b/crypto/evp/e_null.c
index 3f422cf3f3..7843196455 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_old.c b/crypto/evp/e_old.c
index d5c4b4e09d..759856a8eb 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@levitte.org) for the OpenSSL project
* 2004.
diff --git a/crypto/evp/e_rc2.c b/crypto/evp/e_rc2.c
index 03a5a73c94..8a56723c7e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_rc4.c b/crypto/evp/e_rc4.c
index e27dd7f2d0..ab3cc908ea 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_rc5.c b/crypto/evp/e_rc5.c
index a97f2a08bd..58980f56de 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/e_seed.c b/crypto/evp/e_seed.c
index c7a95e4f16..f8523c38d9 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 1da331d995..92fe893d7e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/encode.c b/crypto/evp/encode.c
index 91160adec0..de52ae4c2f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_acnf.c b/crypto/evp/evp_acnf.c
index 44070bc9c6..285be1fb75 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/evp/evp_cnf.c b/crypto/evp/evp_cnf.c
index 03f34a011d..7a365276e8 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@openssl.org) for the OpenSSL project
* 2007.
diff --git a/crypto/evp/evp_enc.c b/crypto/evp/evp_enc.c
index 32e124e650..1b45a94197 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_err.c b/crypto/evp/evp_err.c
index c008d2b510..add74cadd3 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 d2e6d8c669..ccd9280d92 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_lib.c b/crypto/evp/evp_lib.c
index 50f12b4323..ff2a1d253a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/evp_locl.h b/crypto/evp/evp_locl.h
index d93ea34fb3..c85a46a4c8 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/evp/evp_pbe.c b/crypto/evp/evp_pbe.c
index da7c7d335f..ddf9bff93e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/evp_pkey.c b/crypto/evp/evp_pkey.c
index 65ccd5bac4..530f724033 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/m_md2.c b/crypto/evp/m_md2.c
index ed2dfd88ea..5c1ac38624 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md4.c b/crypto/evp/m_md4.c
index 8987c42d3a..e63db4e1f9 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md5.c b/crypto/evp/m_md5.c
index ad26604595..adaa8577eb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_md5_sha1.c b/crypto/evp/m_md5_sha1.c
index f5472a3777..949b0e5a16 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/evp/m_mdc2.c b/crypto/evp/m_mdc2.c
index 8934b549e8..dbe71dffaf 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_null.c b/crypto/evp/m_null.c
index b64911587f..0fc8c9916e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_ripemd.c b/crypto/evp/m_ripemd.c
index faf09a15f2..67aa3cf202 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c
index 2f30c3c733..fb674aee5d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/m_sigver.c b/crypto/evp/m_sigver.c
index 067d330144..0fe223fd3f 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/m_wp.c b/crypto/evp/m_wp.c
index 0a4a3a98c2..12b7765ece 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 8d132e9af0..610e0f5beb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p5_crpt.c b/crypto/evp/p5_crpt.c
index d27d83f7ee..7900e2873f 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/p5_crpt2.c b/crypto/evp/p5_crpt2.c
index 0f5b82b1aa..b9ff5de07a 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/evp/p_dec.c b/crypto/evp/p_dec.c
index 218c674bc3..37f6822be4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_enc.c b/crypto/evp/p_enc.c
index d2069c9c7d..d3bcaa0b7e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_lib.c b/crypto/evp/p_lib.c
index c7a0b5ac4c..0626c27e15 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c
index 0f2bc02ad2..41a721eea5 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_seal.c b/crypto/evp/p_seal.c
index 71231f4780..52436d1244 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_sign.c b/crypto/evp/p_sign.c
index c5e479e8bd..46d2dccffc 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/p_verify.c b/crypto/evp/p_verify.c
index 32ec0de121..631ce352f7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/evp/pmeth_fn.c b/crypto/evp/pmeth_fn.c
index d86110b4e7..11c319dd41 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/pmeth_gn.c b/crypto/evp/pmeth_gn.c
index 368c687e2f..6d58f1b05e 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/pmeth_lib.c b/crypto/evp/pmeth_lib.c
index 1d7d57697c..b7b6e35a5e 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/evp/scrypt.c b/crypto/evp/scrypt.c
index e609594a91..158816c9d9 100644
--- a/crypto/evp/scrypt.c
+++ b/crypto/evp/scrypt.c
@@ -1,4 +1,3 @@
-/* scrypt.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index 340bf4393f..b2fcabd550 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 72daed13dd..0a3b09fadb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/hmac/hmac_lcl.h b/crypto/hmac/hmac_lcl.h
index f6ce8f9f3f..b95c8673f9 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/i_cbc.c b/crypto/idea/i_cbc.c
index 950df98c95..e1c5b2d719 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/i_cfb64.c b/crypto/idea/i_cfb64.c
index a1547ed5d7..557cd4d2ac 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/i_ecb.c b/crypto/idea/i_ecb.c
index 4ed206ecd1..c018c1504f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/i_ofb64.c b/crypto/idea/i_ofb64.c
index aa5948801b..64f128eff4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/i_skey.c b/crypto/idea/i_skey.c
index 2bbd43a5e1..c30547795f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/idea/idea_lcl.h b/crypto/idea/idea_lcl.h
index ffb06a146f..9be76cdc53 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/include/internal/asn1_int.h b/crypto/include/internal/asn1_int.h
index 43b541c493..0b38eaa380 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/cryptlib.h b/crypto/include/internal/cryptlib.h
index 45a4d7a0e7..9e620e6428 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/include/internal/ct_int.h b/crypto/include/internal/ct_int.h
index 31411b62be..1aa3745c9d 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/evp_int.h b/crypto/include/internal/evp_int.h
index 614ccca3f6..24c6870628 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/include/internal/md32_common.h b/crypto/include/internal/md32_common.h
index 46c088cdf0..156fa3aeba 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 c11d3b372e..7d3a7dfb58 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@openssl.org) for the OpenSSL project
* 2015.
diff --git a/crypto/jpake/jpake_err.c b/crypto/jpake/jpake_err.c
index 177bcc2692..d45f86c643 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 b7d95244b7..cad3a616ab 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/lhash/lh_test.c b/crypto/lhash/lh_test.c
index 52010d9131..c1d457806c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/lhash/lhash.c b/crypto/lhash/lhash.c
index 4642bda322..60e9223b59 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/lock.c b/crypto/lock.c
index 12210da96b..2ac74b566c 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 bb0a7a34d2..80dec2325f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md2/md2_one.c b/crypto/md2/md2_one.c
index ff648b5b98..ad643eee15 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md4/md4_dgst.c b/crypto/md4/md4_dgst.c
index 2b7881ee80..ab1e55b64a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md4/md4_locl.h b/crypto/md4/md4_locl.h
index c6dd348545..7e9701c1da 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md4/md4_one.c b/crypto/md4/md4_one.c
index 32ebd5facf..efcf2c6c5f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md5/md5_dgst.c b/crypto/md5/md5_dgst.c
index f73ca7c07c..18a3262d23 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md5/md5_locl.h b/crypto/md5/md5_locl.h
index 22ae9b3e34..f2d80a035c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/md5/md5_one.c b/crypto/md5/md5_one.c
index 4ac882e739..9771dcfe29 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/mdc2/mdc2_one.c b/crypto/mdc2/mdc2_one.c
index d30305b353..ee94bbe08f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/mdc2/mdc2dgst.c b/crypto/mdc2/mdc2dgst.c
index 17b994e95b..abfba5afdd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/mem.c b/crypto/mem.c
index 096b1919b7..1e34904dab 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -1,4 +1,3 @@
-/* crypto/mem.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/mem_clr.c b/crypto/mem_clr.c
index 52342ec23c..e6450a12fe 100644
--- a/crypto/mem_clr.c
+++ b/crypto/mem_clr.c
@@ -1,4 +1,3 @@
-/* crypto/mem_clr.c */
/*
* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL project
* 2002.
diff --git a/crypto/mem_dbg.c b/crypto/mem_dbg.c
index 67a48001ec..3568efd791 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/modes/wrap128.c b/crypto/modes/wrap128.c
index a3f397edbe..b9268444ea 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@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 560d689293..b3fcb9173f 100644
--- a/crypto/o_dir.c
+++ b/crypto/o_dir.c
@@ -1,4 +1,3 @@
-/* crypto/o_dir.c */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2004.
diff --git a/crypto/o_dir_test.c b/crypto/o_dir_test.c
index 5dd9d21a2b..686c132f41 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@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 b7b969b00b..128f70bd84 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/o_str.c b/crypto/o_str.c
index 3afa5f7e03..269d60614b 100644
--- a/crypto/o_str.c
+++ b/crypto/o_str.c
@@ -1,4 +1,3 @@
-/* crypto/o_str.c */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2003.
diff --git a/crypto/o_time.c b/crypto/o_time.c
index 9629299268..fdd8282762 100644
--- a/crypto/o_time.c
+++ b/crypto/o_time.c
@@ -1,4 +1,3 @@
-/* crypto/o_time.c */
/*
* Written by Richard Levitte (richard@levitte.org) for the OpenSSL project
* 2001.
diff --git a/crypto/objects/obj_dat.c b/crypto/objects/obj_dat.c
index 3983ebe770..82b44949b2 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/objects/obj_dat.h b/crypto/objects/obj_dat.h
index 1f13992462..c8bfc97c7b 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 33a95ff8af..396b6c26e5 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 d3c2ed046a..3b1c558439 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/objects/obj_xref.c b/crypto/objects/obj_xref.c
index 62ff882125..34d6448094 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/ocsp/ocsp_asn.c b/crypto/ocsp/ocsp_asn.c
index 00be995ba6..3ee6f94dca 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/ocsp/ocsp_cl.c b/crypto/ocsp/ocsp_cl.c
index 218e12cbdb..0e6810a6af 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@groove.net> for the OpenSSL
* project.
diff --git a/crypto/ocsp/ocsp_err.c b/crypto/ocsp/ocsp_err.c
index 8f099d94ce..16960a7cd3 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 f9553f0b61..b0127441df 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@groove.net> for the OpenSSL
* project.
diff --git a/crypto/ocsp/ocsp_ht.c b/crypto/ocsp/ocsp_ht.c
index 8f1cb08c33..f69d4df3b7 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/ocsp/ocsp_lcl.h b/crypto/ocsp/ocsp_lcl.h
index c60d956099..d626a3e3a4 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@groove.net> for the OpenSSL
* project.
diff --git a/crypto/ocsp/ocsp_lib.c b/crypto/ocsp/ocsp_lib.c
index 092cc3727c..54cacfb287 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@groove.net> for the OpenSSL
* project.
diff --git a/crypto/ocsp/ocsp_prn.c b/crypto/ocsp/ocsp_prn.c
index 1137d61b22..7524576eb3 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@groove.net> for the OpenSSL
* project.
diff --git a/crypto/ocsp/ocsp_srv.c b/crypto/ocsp/ocsp_srv.c
index a39fa48648..e98c6491b2 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/ocsp/ocsp_vfy.c b/crypto/ocsp/ocsp_vfy.c
index 87b5144b39..5601feb5f3 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/ocsp/v3_ocsp.c b/crypto/ocsp/v3_ocsp.c
index 9a49422df7..142deac54e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pem/pem_all.c b/crypto/pem/pem_all.c
index 2f36c25ba3..9a08c02832 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_err.c b/crypto/pem/pem_err.c
index 49b8a91043..793a0a343d 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 982dc161b9..50a5051dad 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_lib.c b/crypto/pem/pem_lib.c
index 439bb146cc..eb03acce10 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_oth.c b/crypto/pem/pem_oth.c
index 63f42b29fa..fbdff0aadf 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_pk8.c b/crypto/pem/pem_pk8.c
index e238b95865..f6f03634db 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_pkey.c b/crypto/pem/pem_pkey.c
index e90f201bfa..8eb398d55d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_sign.c b/crypto/pem/pem_sign.c
index 824ff480e5..fb8c9dd053 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pem/pem_x509.c b/crypto/pem/pem_x509.c
index 9dbd693279..26117b57bd 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/pem/pem_xaux.c b/crypto/pem/pem_xaux.c
index 6f37416ae7..eb66fb6293 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/pkcs12/p12_add.c b/crypto/pkcs12/p12_add.c
index 648b16b210..4f2070e941 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_asn.c b/crypto/pkcs12/p12_asn.c
index ef2e851a6f..5a432613bf 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_attr.c b/crypto/pkcs12/p12_attr.c
index 80abf66d41..792e3811ff 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_crpt.c b/crypto/pkcs12/p12_crpt.c
index e7d5ac9f6b..666b5006a8 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_crt.c b/crypto/pkcs12/p12_crt.c
index 189e7c7559..ae52d9ec4b 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/pkcs12/p12_decr.c b/crypto/pkcs12/p12_decr.c
index 33831e9237..953d938742 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_init.c b/crypto/pkcs12/p12_init.c
index 3f1a07c000..3597e13204 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_key.c b/crypto/pkcs12/p12_key.c
index 6963a9796a..4256452cd2 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_kiss.c b/crypto/pkcs12/p12_kiss.c
index fdddffbab4..c53736d183 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_mutl.c b/crypto/pkcs12/p12_mutl.c
index fda2bc9ea4..8ed9ac520b 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_npas.c b/crypto/pkcs12/p12_npas.c
index c402428f57..d670624b4e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/p12_p8d.c b/crypto/pkcs12/p12_p8d.c
index 983eadf43e..9bdfd3f77f 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/pkcs12/p12_p8e.c b/crypto/pkcs12/p12_p8e.c
index c60d124fcb..a6255155ba 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/pkcs12/p12_utl.c b/crypto/pkcs12/p12_utl.c
index 5656cdc20a..8b7e52f08e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/pkcs12/pk12err.c b/crypto/pkcs12/pk12err.c
index 4e6c7dd57b..c3c0d59f3b 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 31aef83d5f..d0e5d61c70 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/pkcs7/pk7_asn1.c b/crypto/pkcs7/pk7_asn1.c
index bc107ccf42..485e676cff 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/pkcs7/pk7_attr.c b/crypto/pkcs7/pk7_attr.c
index 31585258d2..84c59aa5bf 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/pkcs7/pk7_dgst.c b/crypto/pkcs7/pk7_dgst.c
index cb2b2936d7..4b1376eebe 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pkcs7/pk7_doit.c b/crypto/pkcs7/pk7_doit.c
index b2df65980b..9d66fc4007 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pkcs7/pk7_enc.c b/crypto/pkcs7/pk7_enc.c
index 10f59c4fa0..cf478434fd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pkcs7/pk7_lib.c b/crypto/pkcs7/pk7_lib.c
index 8c840a6fd5..cdf73028a3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/pkcs7/pk7_mime.c b/crypto/pkcs7/pk7_mime.c
index 7d8b8e7513..19130eefc7 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/pkcs7/pk7_smime.c b/crypto/pkcs7/pk7_smime.c
index ea5eb1b704..ed5268fd0f 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/pkcs7/pkcs7err.c b/crypto/pkcs7/pkcs7err.c
index 797bd56501..d897cfb54c 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 13ad774d8a..f8db4430c1 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c
index e65dc0917a..f0d2e55a48 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 c22677e207..d01393add1 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 3ced44d803..daa48dd9f4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_lib.c b/crypto/rand/rand_lib.c
index 4a425d7e58..b43660b1fe 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_nw.c b/crypto/rand/rand_nw.c
index e4c0414721..e49498ec24 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_os2.c b/crypto/rand/rand_os2.c
index d95cd24a3b..b3700553ef 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 38f157b674..87a436d8ee 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/rand_vms.c b/crypto/rand/rand_vms.c
index 0e10c363e2..5919f48c17 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@levitte.org> for the OpenSSL project
* 2000.
diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c
index 7bf41616a6..75bf33ab62 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c
index a1b0c4dcfe..8490ec3340 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2_cbc.c b/crypto/rc2/rc2_cbc.c
index 5eaf01d2e0..b574c96c12 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c
index 4cb1a80aa7..047c0fc04d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2_locl.h b/crypto/rc2/rc2_locl.h
index e72a20c0ca..ba1880c52f 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2_skey.c b/crypto/rc2/rc2_skey.c
index bcc156a29b..52a371030d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2cfb64.c b/crypto/rc2/rc2cfb64.c
index 8b5929fde3..bb3df00655 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc2/rc2ofb64.c b/crypto/rc2/rc2ofb64.c
index b9f4d8c35b..aec7ba303a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc4/rc4_enc.c b/crypto/rc4/rc4_enc.c
index 0f0a2487a7..79f00e7129 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc4/rc4_skey.c b/crypto/rc4/rc4_skey.c
index 7b198bb091..2e6cc2ddcb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5_ecb.c b/crypto/rc5/rc5_ecb.c
index 2b5fa2a82d..b762b1e367 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5_enc.c b/crypto/rc5/rc5_enc.c
index 06b89d83a1..8bcbad9c5e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5_locl.h b/crypto/rc5/rc5_locl.h
index ee757e6477..9944440334 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5_skey.c b/crypto/rc5/rc5_skey.c
index 5dd4a52743..bfbb419e09 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5cfb64.c b/crypto/rc5/rc5cfb64.c
index a3813e030b..70d8d23661 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rc5/rc5ofb64.c b/crypto/rc5/rc5ofb64.c
index d3c63067b7..81c2005dcb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/ripemd/rmd_dgst.c b/crypto/ripemd/rmd_dgst.c
index f351df1d08..fc50d5c8b3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/ripemd/rmd_locl.h b/crypto/ripemd/rmd_locl.h
index d7e5c57306..c08178c0eb 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/ripemd/rmd_one.c b/crypto/ripemd/rmd_one.c
index 666e01a41b..31f052c786 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/ripemd/rmdconst.h b/crypto/ripemd/rmdconst.h
index 8fe33de14e..f8d8723b10 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_ameth.c b/crypto/rsa/rsa_ameth.c
index 4433bf47de..2a1c74a62e 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/rsa/rsa_asn1.c b/crypto/rsa/rsa_asn1.c
index 16c40e38fd..86a71b7c6b 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/rsa/rsa_chk.c b/crypto/rsa/rsa_chk.c
index 9c28573d99..02d3c41340 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 d08258e5e7..466eefc658 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_depr.c b/crypto/rsa/rsa_depr.c
index 59e1e7b38e..50b0bb697e 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 50fde50836..811fcfe859 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 d23d47d03e..6ec27495e7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c
index c9249ef7f0..62b2854ecc 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_none.c b/crypto/rsa/rsa_none.c
index 9f954b4a8f..c426bd3391 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_null.c b/crypto/rsa/rsa_null.c
index ecb2f7cc05..6ac22495c9 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/rsa/rsa_oaep.c b/crypto/rsa/rsa_oaep.c
index 0ad1ef3208..355788423b 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 8f8587a3ea..bba68c62bf 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_pmeth.c b/crypto/rsa/rsa_pmeth.c
index f5f8c1f159..3362f99895 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/rsa/rsa_prn.c b/crypto/rsa/rsa_prn.c
index fd29280124..f9e2572f8c 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@openssl.org) for the OpenSSL project
* 2006.
diff --git a/crypto/rsa/rsa_pss.c b/crypto/rsa/rsa_pss.c
index 5f44dd3ee3..abd915d1d3 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@openssl.org) for the OpenSSL project
* 2005.
diff --git a/crypto/rsa/rsa_saos.c b/crypto/rsa/rsa_saos.c
index 6c5f42d52f..18bf6c984c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_sign.c b/crypto/rsa/rsa_sign.c
index 3aea4e4bdd..7c9c528ff4 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_ssl.c b/crypto/rsa/rsa_ssl.c
index 86b40ad98a..2762ad0ce7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/rsa/rsa_x931.c b/crypto/rsa/rsa_x931.c
index 54d925bf43..d8837a16cb 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@openssl.org) for the OpenSSL project
* 2005.
diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c
index 24d3cb9c23..d4c520c429 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/seed/seed_cbc.c b/crypto/seed/seed_cbc.c
index ee1115b4c1..470116c505 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 b6a5648b35..6c81a74514 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 9363d55080..51d8f8464f 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 48b71224c5..873e6670c9 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 4a59115664..32ec6f184c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/sha/sha1dgst.c b/crypto/sha/sha1dgst.c
index a6c63382bb..fb8e866191 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/sha/sha256.c b/crypto/sha/sha256.c
index 096981b1a5..b30df223e8 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 427cdf5ea0..2c8954f1c3 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 d3c6c37b43..ae447ff3bc 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/srp/srp_lib.c b/crypto/srp/srp_lib.c
index 4b0ae0d198..457947b23e 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@edelweb.fr) with the
* precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
diff --git a/crypto/srp/srp_vfy.c b/crypto/srp/srp_vfy.c
index 65c763c929..0a9de14011 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@edelweb.fr) with the
* precious help of Peter Sylvester (peter.sylvester@edelweb.fr) for the
diff --git a/crypto/stack/stack.c b/crypto/stack/stack.c
index 9d2d4f4658..286f290c97 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/store/str_err.c b/crypto/store/str_err.c
index 000acbfe5d..d0bcdbcbdb 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 711eb73cae..881140a1de 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@levitte.org) for the OpenSSL project
* 2003.
diff --git a/crypto/store/str_locl.h b/crypto/store/str_locl.h
index c0b40f0db6..6ee4b93e34 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@levitte.org) for the OpenSSL project
* 2003.
diff --git a/crypto/store/str_mem.c b/crypto/store/str_mem.c
index 1ffa4b01a4..e6424e32ee 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@levitte.org) for the OpenSSL project
* 2003.
diff --git a/crypto/store/str_meth.c b/crypto/store/str_meth.c
index b13409238c..95fd36659b 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@levitte.org) for the OpenSSL project
* 2003.
diff --git a/crypto/thr_id.c b/crypto/thr_id.c
index 73711d89e3..5266a8d25e 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 ba6c8d99d1..5d0c59869c 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 1aa1ab6a59..6adea58840 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_err.c b/crypto/ts/ts_err.c
index 54bb366296..b1dd8a1c2c 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 fb871d2a0f..087334bcbd 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_req_print.c b/crypto/ts/ts_req_print.c
index 2d4ea0eba2..791715cce8 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_req_utils.c b/crypto/ts/ts_req_utils.c
index 706f4428ff..5e1114ab9d 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_rsp_print.c b/crypto/ts/ts_rsp_print.c
index 007cc86eb2..643bf4ac0a 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_rsp_sign.c b/crypto/ts/ts_rsp_sign.c
index aa8ef167f2..e85c4b467d 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_rsp_utils.c b/crypto/ts/ts_rsp_utils.c
index 55c2221256..5d0c51a0b1 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_rsp_verify.c b/crypto/ts/ts_rsp_verify.c
index c03f6aced2..e6e213ab12 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@stones.com) for the OpenSSL project
* 2002.
diff --git a/crypto/ts/ts_verify_ctx.c b/crypto/ts/ts_verify_ctx.c
index 35335fa43a..b650a00bb6 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@stones.com) for the OpenSSL project
* 2003.
diff --git a/crypto/txt_db/txt_db.c b/crypto/txt_db/txt_db.c
index 2c4d2cd1be..219031e507 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/ui/ui_err.c b/crypto/ui/ui_err.c
index 650eed749f..b43356e126 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 414a84f6c5..0823ae880c 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@levitte.org) for the OpenSSL project
* 2001.
diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h
index bebc13abfc..5ed77fada0 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@levitte.org) for the OpenSSL project
* 2001.
diff --git a/crypto/ui/ui_openssl.c b/crypto/ui/ui_openssl.c
index d4ccc627c0..9b4786b3b5 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@levitte.org) and others for the
* OpenSSL project 2001.
diff --git a/crypto/ui/ui_util.c b/crypto/ui/ui_util.c
index fbad5326f2..f04ee7c1f4 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 90694c6725..6c3cd114a6 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 717d258c34..130b70e82e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/by_file.c b/crypto/x509/by_file.c
index 8a156c7422..51d642dd26 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/t_crl.c b/crypto/x509/t_crl.c
index f1440eb29d..d4d916ed99 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/t_req.c b/crypto/x509/t_req.c
index 5eea8b9c88..a0ddd0e40d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/t_x509.c b/crypto/x509/t_x509.c
index 204aed417c..996a755ae3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_att.c b/crypto/x509/x509_att.c
index a102435f10..fb04cdcf68 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_cmp.c b/crypto/x509/x509_cmp.c
index 2641d2e133..2e3fd6a62e 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_d2.c b/crypto/x509/x509_d2.c
index e3d08630b9..d8337337ea 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_def.c b/crypto/x509/x509_def.c
index 062b915e6b..0633caea79 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_err.c b/crypto/x509/x509_err.c
index 114affc440..9754c128c3 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 5d951f66fa..9691d2dce3 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_lcl.h b/crypto/x509/x509_lcl.h
index 724c241e69..ad29ec3894 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@openssl.org) for the OpenSSL project
* 2013.
diff --git a/crypto/x509/x509_lu.c b/crypto/x509/x509_lu.c
index e2cbf51e8e..cd84394141 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_obj.c b/crypto/x509/x509_obj.c
index 93032d1cbc..8b4d4362ba 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_r2x.c b/crypto/x509/x509_r2x.c
index c5c58f5fd3..a6c5941c2d 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_req.c b/crypto/x509/x509_req.c
index 8e60f84f88..c67f609f07 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_set.c b/crypto/x509/x509_set.c
index dbd9057f2a..9330a544bd 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_trs.c b/crypto/x509/x509_trs.c
index 851e745220..58e7d54339 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/x509_txt.c b/crypto/x509/x509_txt.c
index 6e8cdaa256..0e480644e5 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_v3.c b/crypto/x509/x509_v3.c
index f192979842..f3fe305757 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_vfy.c b/crypto/x509/x509_vfy.c
index c9dd6fa60c..39d37b99a7 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509_vpm.c b/crypto/x509/x509_vpm.c
index 8826fecf48..295ce885a1 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509/x509cset.c b/crypto/x509/x509cset.c
index 899d4925ae..bc14374d06 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/x509/x509name.c b/crypto/x509/x509name.c
index 234ddfee49..475f5bcb32 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509rset.c b/crypto/x509/x509rset.c
index 817400c0af..e8afcacd4a 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x509spki.c b/crypto/x509/x509spki.c
index df27bf338a..6efcb96a7b 100644
--- a/crypto/x509/x509spki.c
+++ b/crypto/x509/x509spki.c
@@ -1,4 +1,3 @@
-/* x509spki.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509/x509type.c b/crypto/x509/x509type.c
index 07e5141f14..870b47f851 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_all.c b/crypto/x509/x_all.c
index 5c5f573dbb..f62a7c86b2 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_attrib.c b/crypto/x509/x_attrib.c
index 3eeec444a7..7ee99cafcf 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_crl.c b/crypto/x509/x_crl.c
index 435de80810..af4927109c 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_exten.c b/crypto/x509/x_exten.c
index c5b391f948..3b4dd86165 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@openssl.org) for the OpenSSL project
* 2000.
diff --git a/crypto/x509/x_name.c b/crypto/x509/x_name.c
index f151da4b9a..9cc855a547 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_req.c b/crypto/x509/x_req.c
index fcf59048a5..c1caf09c67 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_x509.c b/crypto/x509/x_x509.c
index 53a5eb77f9..c6ef840942 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@cryptsoft.com)
* All rights reserved.
*
diff --git a/crypto/x509/x_x509a.c b/crypto/x509/x_x509a.c
index f79e5e773e..a274ec98d9 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 3f9f7f3efc..d43b83c1ca 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/pcy_cache.c b/crypto/x509v3/pcy_cache.c
index 97ebb3602d..64fe3bc598 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_data.c b/crypto/x509v3/pcy_data.c
index 1772e3198b..03631d7a10 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_int.h b/crypto/x509v3/pcy_int.h
index b222557c52..809dc5e436 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_lib.c b/crypto/x509v3/pcy_lib.c
index b048f917a7..f3ec70db8a 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_map.c b/crypto/x509v3/pcy_map.c
index 1c58ad4e24..415e5ddf25 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_node.c b/crypto/x509v3/pcy_node.c
index a71f9b8eef..e8007c23f9 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/pcy_tree.c b/crypto/x509v3/pcy_tree.c
index a460333229..6cf6f4e089 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@openssl.org) for the OpenSSL project
* 2004.
diff --git a/crypto/x509v3/tabtest.c b/crypto/x509v3/tabtest.c
index 65209db972..4a3d1033e6 100644
--- a/crypto/x509v3/tabtest.c
+++ b/crypto/x509v3/tabtest.c
@@ -1,4 +1,3 @@
-/* tabtest.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_akey.c b/crypto/x509v3/v3_akey.c
index 1aa6268ecc..4690292cee 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_akeya.c b/crypto/x509v3/v3_akeya.c
index 99144727b1..cc0c1edf40 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_alt.c b/crypto/x509v3/v3_alt.c
index 08614ea4fe..b2914ee6df 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_bcons.c b/crypto/x509v3/v3_bcons.c
index 53a8565613..3c2f88a621 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_bitst.c b/crypto/x509v3/v3_bitst.c
index e0787fd269..a0db610b29 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_conf.c b/crypto/x509v3/v3_conf.c
index 0b6ff4f87f..01a3aa3da1 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_cpols.c b/crypto/x509v3/v3_cpols.c
index 3268669659..b4dd3ad9fe 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c
index 3d61fdd038..d9442a2a52 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_enum.c b/crypto/x509v3/v3_enum.c
index dcdd0c674d..26ef657fe6 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_extku.c b/crypto/x509v3/v3_extku.c
index fddcdffcb9..354b828470 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_genn.c b/crypto/x509v3/v3_genn.c
index 4c3ad0567a..d225d0d5a4 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_ia5.c b/crypto/x509v3/v3_ia5.c
index ed94a3ecf7..073a2bbc6e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_info.c b/crypto/x509v3/v3_info.c
index f8888c2dbf..a7ea19a038 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_int.c b/crypto/x509v3/v3_int.c
index 2cab28c798..fc4dd927f0 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_lib.c b/crypto/x509v3/v3_lib.c
index e3cd2ae5ee..0db199c1bd 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_ncons.c b/crypto/x509v3/v3_ncons.c
index d3f79baca3..dcd65905a5 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_pci.c b/crypto/x509v3/v3_pci.c
index c52709d21e..75bed9f4af 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@levitte.org)
diff --git a/crypto/x509v3/v3_pcia.c b/crypto/x509v3/v3_pcia.c
index e53c82e8dc..99bf325040 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@levitte.org)
diff --git a/crypto/x509v3/v3_pcons.c b/crypto/x509v3/v3_pcons.c
index 18de9e83f1..89960cafe1 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_pku.c b/crypto/x509v3/v3_pku.c
index 5b048a3b03..9f0c5da742 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_pmaps.c b/crypto/x509v3/v3_pmaps.c
index 001f2641a4..1e7324bb84 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3_prn.c b/crypto/x509v3/v3_prn.c
index 26619c5ff2..457bd95bf7 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_purp.c b/crypto/x509v3/v3_purp.c
index 3724e664eb..2d5a29fbc8 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@openssl.org) for the OpenSSL project
* 2001.
diff --git a/crypto/x509v3/v3_scts.c b/crypto/x509v3/v3_scts.c
index b5122d249f..9c6c32090b 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@comodo.com) for the OpenSSL project 2014.
*/
diff --git a/crypto/x509v3/v3_skey.c b/crypto/x509v3/v3_skey.c
index cf3521304d..d3fe9ebfb4 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_sxnet.c b/crypto/x509v3/v3_sxnet.c
index 941566bdd0..0f8ac5e72e 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@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3_tlsf.c b/crypto/x509v3/v3_tlsf.c
index 700546f6a6..286db1d1f9 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@comodo.com) for the OpenSSL project 2015.
*/
diff --git a/crypto/x509v3/v3_utl.c b/crypto/x509v3/v3_utl.c
index a5058bea64..24bb157636 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@openssl.org) for the OpenSSL
* project.
diff --git a/crypto/x509v3/v3conf.c b/crypto/x509v3/v3conf.c
index 6d2cd6df5c..95a24a5904 100644
--- a/crypto/x509v3/v3conf.c
+++ b/crypto/x509v3/v3conf.c
@@ -1,4 +1,3 @@
-/* v3conf.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.
diff --git a/crypto/x509v3/v3err.c b/crypto/x509v3/v3err.c
index 529346b480..727b5842eb 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 36ca040bc5..2c8902ee15 100644
--- a/crypto/x509v3/v3prin.c
+++ b/crypto/x509v3/v3prin.c
@@ -1,4 +1,3 @@
-/* v3prin.c */
/*
* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
* 1999.