Skip to content

Commit

Permalink
Add new generated keywords and use lowercase #377
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Nov 8, 2018
1 parent 3d19dbb commit fc7599d
Showing 1 changed file with 37 additions and 29 deletions.
66 changes: 37 additions & 29 deletions src/summarycode/generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,57 +104,65 @@ def generated_scanner(location, **kwargs):
'auto-generated',
'automatically generated',
# Apache Axis
'auto-generated from WSDL',
'auto-generated from wsdl',
# jni javahl and others
'do not edit this file',
# jni javahl
'it is machine generated',
'by hibernate tools',
'generated from idl',

# castor generated files
'following schema fragment specifies the',

# Tomcat JSPC
'automatically created by',

# in GNU Classpath
'This file was automatically generated by gnu.localegen from CLDR',
'This document is automatically generated by gnu.supplementgen',
'this file was automatically generated by gnu.localegen from cldr',
'this document is automatically generated by gnu.supplementgen',

# linux kernel/u-boot
'This was automagically generated from',
'this was automagically generated from',

# Angular
'THIS CODE IS GENERATED',
'THIS CODE IS GENERATED - DO NOT MODIFY',
# angular
'this code is generated',
'this code is generated - do not modify',

# cython
'Generated by Cython',
'generated by cython',
# sqlite amalgamation
'This file is an amalgamation of many separate C source files from SQLite',
'this file is an amalgamation of many separate c source files from sqlite',

# various generated or last generated:
'Generated on ',
'Last Generated on ',
'generated on',
'last generated on',

# in freepascal unicode
"This is an automatically created file",
"this is an automatically created file",

# generated by Postgres ECPG sql to c preprocessor
'Processed by ecpg (regression mode)',
'These include files are added by the preprocessor',

'This README is generated, please do not update',

'This file was automatically generated by',
'Any changes will be lost if this file is regenerated',
'This file is generated by',
'Microsoft Visual C++ generated include file',

#OpenJDK:
'Generated by the IDL-to-Java compiler',
'This file was mechanically generated: Do not edit!',
'Generated by MC.java version 1.0, DO NOT EDIT BY HAND!',
'Generated from input file',
'GENERATED CONTENT - DO NOT EDIT',
'GENERATORS: org.graalvm',
'processed by ecpg (regression mode)',
'these include files are added by the preprocessor',

'this readme is generated, please do not update',

'this file was automatically generated by',
'any changes will be lost if this file is regenerated',

#yarn lock files
'this is an autogenerated file. do not edit this file directly'

'this file is generated by',
'microsoft visual c++ generated include file',

# OpenJDK:
'generated by the idl-to-java compiler',
'this file was mechanically generated: do not edit!',
'generated by mc.java version 1.0, do not edit by hand!',
'generated from input file',
'generated content - do not edit',
'generators: org.graalvm',
)


Expand Down

0 comments on commit fc7599d

Please sign in to comment.