mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-21 13:07:46 +00:00
[client] egl: exempt shaders from copyright refresh script
This commit is contained in:
parent
4a06f7cfd5
commit
6e28d7a4a5
@ -12,7 +12,7 @@ EXTENSIONS = ('.c', '.cpp', '.h', '.nsi', '.rc')
|
||||
START_YEAR = 2017
|
||||
CURRENT_YEAR = datetime.date.today().year
|
||||
|
||||
reignore = re.compile('^vendor/')
|
||||
reignore = re.compile('^vendor/|.*/shader/')
|
||||
recopyright = re.compile(r'\A/\*.*?\*/\s+', re.DOTALL)
|
||||
|
||||
project_name = 'Looking Glass'
|
||||
|
Loading…
Reference in New Issue
Block a user