aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/licenseck.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-73/+0
| | | | | | | | | | | It seems that servo-tidy is only used by webrender in my GitHub searches. WebRender could simply use `rustfmt` and the tidy on pypi hasn't been updated since 2018. Converting tidy to a normal Python package removes the maintenance burden of continually fixing the easy install configuration. Fixes #29094. Fixes #29334.
* Update allowed license string.Josh Matthews2022-10-161-0/+1
|
* Remove azure canvas backendDaniel Alley2020-02-251-1/+0
| | | | closes #25833
* servo-tidy: Allow to use MPL with http and httpsJan Andre Ikenmeyer2018-11-191-1/+7
|
* Use std::simd instead of the simd crateSimon Sapin2018-05-241-1/+0
|
* Upgrade to the latest version of WebRenderMartin Robinson2017-07-131-1/+1
|
* Check for blank line after shebang and grab actual comment block instead of ↵UK9922016-08-121-5/+0
| | | | hard-coded one
* Improve tidy's license validation logicedunham2016-08-121-91/+23
| | | | | | | | | | | 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.
* Auto merge of #12295 - jimberlage:12158/shell-linting, r=aneeshusabors-servo2016-08-041-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add linting for shell scripts <!-- Please describe your changes on the following line: --> This changes tidy to check shell scripts for the proper shebang and options. It does not check that variables are formatted correctly. It also adds a check for the MPL 2.0 license in shell scripts. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #12158 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12295) <!-- Reviewable:end -->
| * Add linting for shell scriptsJim Berlage2016-07-221-0/+8
| | | | | | | | | | | | This changes tidy to check shell scripts for the proper shebang and options. It does not check that variables are formatted correctly. It also adds a check for the MPL 2.0 license in shell scripts.
* | Add python3 licence check templateShing Lyu2016-07-291-0/+8
|/
* Added test-tidy for dependent licenses.Alan Jeffrey2016-07-211-0/+35
|
* Allow MIT/Apache-2.0 license as well as MPL-2.0.Alan Jeffrey2016-07-141-0/+6
|
* Use our copy of RefCell for style data.Simon Sapin2016-06-231-1/+12
| | | | | This allows removing `#![feature(as_unsafe_cell)]` in geckolib and make progress towards #11815.
* Allow another wording of apache2/MIT (used by gaol)edunham2016-04-191-0/+11
|
* Create a Python package of TidyAskeing Yen (fyen)2016-04-131-0/+62