aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/check_copyright.sh
Commit message (Collapse)AuthorAge
* Check CMake files for copyrights (#1509)Gravatar Gil2018-07-10
| | | | | * Check CMake files for copyrights * Add missing copyright
* Add a test synchronization script (#1303)Gravatar Gil2018-05-23
| | | | | | * Add a project sync script * Give an error if the configuration references a group that doesn't exist * Fix hard_assert_test reference * Run sync_project to sort all project elements
* Add missing copyright and licenses (#1152)Gravatar Paul Beusterien2018-04-20
|
* Speed up source checks in Travis (#885)Gravatar Gil2018-03-07
* Factor out a whitespace checking script * Factor out a copyright checking script * Rewrite lint.sh to honor revision ranges * Only restyle files that are part of the PR * Run C++ lint before builds to fail faster * Git grep doesn't operate on revision ranges * style.sh accepts clang-format 6 or 7