@@ -176,6 +176,17 @@ def generated_scanner(location, **kwargs):
176
176
# protoc
177
177
'generated by the protocol buffer compiler' ,
178
178
'generated by the protocol buffer compiler. do not edit!' ,
179
+ 'generated by the protocol buffer compiler. do not edit!' ,
180
+ 'code generated by protoc-gen-go. do not edit.' ,
181
+ 'code generated by generate-types. do not edit.' ,
182
+ 'code generated by generate-protos. do not edit.' ,
183
+ 'do not edit -- your changes will be discarded when the file is' , # next line: * regenerated.
184
+ 'do not edit -- generated code' ,
185
+ 'generated code -- do not edit!' ,
186
+ 'autogenerated by method_dump.sh. do not edit by hand.' ,
187
+ 'this file is generated from the .proto files for the well-known' , # next line: types. Do not edit!
188
+ 'this file was generated by upbc (the upb compiler) from the input' ,
189
+ 'do not edit -- your changes will be discarded when the file is' , # next line: regenerated
179
190
180
191
# autotools
181
192
'makefile.in generated by automake' ,
@@ -191,6 +202,7 @@ def generated_scanner(location, **kwargs):
191
202
'generated by:javacc: do not edit this line' ,
192
203
'generated by:jjtree: do not edit this line' ,
193
204
'generated code (do not edit this line)' ,
205
+
194
206
))
195
207
196
208
0 commit comments