mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Improve tidy's license validation logic
fixes https://github.com/servo/servo/issues/10716 I took the lazy way out and hardcoded the size of block we examine for licenses. fixes https://github.com/servo/servo/issues/10719 Includes tests for new functionality.
This commit is contained in:
parent
1f4dd8765f
commit
48ace17b54
7 changed files with 73 additions and 102 deletions
|
@ -1,6 +1,17 @@
|
|||
Release History
|
||||
---------------
|
||||
|
||||
0.1.0 (2016-08-09)
|
||||
++++++++++++++++++
|
||||
|
||||
- Improve license checking to disregard comments and line breaks
|
||||
- License checking verifies that COPYRIGHT is specified when apache2 is used
|
||||
|
||||
0.0.3 (2016-04-19)
|
||||
++++++++++++++++++
|
||||
|
||||
- Add alternate wording of apache2 license
|
||||
|
||||
0.0.2 (2016-04-17)
|
||||
++++++++++++++++++
|
||||
- Cleanup Tidy to work on external deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue