aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/src
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2017-02-16 12:31:14 +0100
committerBjörn Gustavsson <[email protected]>2017-02-16 12:32:21 +0100
commitfeb7284f866e18ba5687e9f8beb0ee2433137228 (patch)
tree393035d3586c3e4fe253b2f76de4ce8748a90c6a /lib/asn1/src
parentd734056a59ff12fe74e38482bde558c86597e08d (diff)
downloadotp-feb7284f866e18ba5687e9f8beb0ee2433137228.tar.gz
otp-feb7284f866e18ba5687e9f8beb0ee2433137228.tar.bz2
otp-feb7284f866e18ba5687e9f8beb0ee2433137228.zip
asn1ct_gen: Polish the file header
Diffstat (limited to 'lib/asn1/src')
-rw-r--r--lib/asn1/src/asn1ct_gen.erl5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/asn1/src/asn1ct_gen.erl b/lib/asn1/src/asn1ct_gen.erl
index 147c6d01f9..16ef008384 100644
--- a/lib/asn1/src/asn1ct_gen.erl
+++ b/lib/asn1/src/asn1ct_gen.erl
@@ -1224,8 +1224,9 @@ gen_head(#gen{options=Options}=Gen, Mod, Hrl) ->
"BER"
end,
emit(["%% Generated by the Erlang ASN.1 ",Name,
- "compiler. Version:",asn1ct:vsn(),nl,
- "%% Purpose: encoder and decoder of the types in ",Mod,nl,nl,
+ " compiler. Version: ",asn1ct:vsn(),nl,
+ "%% Purpose: Encoding and decoding of the types in ",
+ Mod,".",nl,nl,
"-module('",Mod,"').",nl,
"-compile(nowarn_unused_vars).",nl,
"-dialyzer(no_improper_lists).",nl]),