aboutsummaryrefslogtreecommitdiffstats
path: root/tools/asn2wrs.py
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-10 21:24:19 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-10 21:24:19 +0000
commita6131151f54cffb55a514f9ae788cb631466d48b (patch)
tree3ba875797c3568925b36adbcb1fba550376f1852 /tools/asn2wrs.py
parenta45b92e202085b07c9109fada746ab34304d459e (diff)
Use consistent "generated automatically" wording which will hopefully be
picked up by licensecheck. svn path=/trunk/; revision=48812
Diffstat (limited to 'tools/asn2wrs.py')
-rwxr-xr-xtools/asn2wrs.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/asn2wrs.py b/tools/asn2wrs.py
index 1771974ba0..1eb613773b 100755
--- a/tools/asn2wrs.py
+++ b/tools/asn2wrs.py
@@ -2896,8 +2896,8 @@ class EthOut:
#--- fhdr -------------------------------------------------------
def fhdr(self, fn, comment=None):
out = ''
- out += self.outcomment('Do not modify this file.', comment)
- out += self.outcomment('It is created automatically by the ASN.1 to Wireshark dissector compiler', comment)
+ out += self.outcomment('Do not modify this file. Changes will be overwritten.', comment)
+ out += self.outcomment('Generated automatically by the ASN.1 to Wireshark dissector compiler', comment)
out += self.outcomment(os.path.basename(fn), comment)
out += self.outcomment(' '.join(sys.argv), comment)
out += '\n'