diff options
author | Jack Lloyd <[email protected]> | 2016-11-25 11:35:07 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-25 11:35:54 -0500 |
commit | 1adda900e3fcc8b874f7bc8c18665150b40a5c80 (patch) | |
tree | a9db5b14e8bd60086e8d7203c23ecf8e0e88b7b3 /src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp | |
parent | 54da2ad8474401d8d3bdd97d62cb96b3244cdaac (diff) |
Avoid having source files start with /**
This caused Doxygen to dump the copyright notices for those files into
the Botan namespace description, which is not helpful.
[ci skip]
Diffstat (limited to 'src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp')
-rw-r--r-- | src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp b/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp index c9d82fdbf..74cb1c64b 100644 --- a/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp +++ b/src/lib/pubkey/mce/gf2m_rootfind_dcmp.cpp @@ -1,4 +1,4 @@ -/** +/* * (C) 2014 cryptosource GmbH * (C) 2014 Falko Strenzke [email protected] * |