matrix-org / matrix-analytics-events

Cross-platform definitions of analytics events raised by matrix SDKs
Apache License 2.0
8 stars 7 forks source link

Incorrect year in license header #68

Open germain-gg opened 2 years ago

germain-gg commented 2 years ago

Describe the bug

All output files use the year 2021

To Reproduce

run yarn build and look at the output

Expected behavior

For each file to use the correct year on their license header based on when that file was last mofieid

Additional context

This is defined in stub-generator/kotlin.py, stub-generator/swift.py and I haven't found where the TS bit gets generated

pixlwave commented 2 years ago

There is also base_types/swift that may need to be considered.