aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/check_copyright.py
Commit message (Collapse)AuthorAge
* Merge pull request #4653 from murgatroid99/release-0_12_master_mergeGravatar Craig Tiller2016-01-14
|\ | | | | Release 0 12 master merge
* | Fixed removal of trailing newline upon --fixGravatar David Garcia Quintas2016-01-14
| |
| * Merge branch 'master' into release-0_12_master_mergeGravatar murgatroid992016-01-13
| |\ | |/ |/|
* | Added --fix flag to check_copyright.pyGravatar David Garcia Quintas2016-01-12
| |
* | Fix check_copyright.pyGravatar Craig Tiller2016-01-12
| |
| * Merged from master and resolved merge conflictsGravatar murgatroid992016-01-08
| |\ | |/ |/|
* | Copyright checker fixesGravatar Craig Tiller2016-01-05
| |
| * Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
| |
| * Update copyrightsGravatar Craig Tiller2016-01-04
| |
* | Add Cython files to check_copyright.pyGravatar Masood Malekghassemi2016-01-04
| |
* | Add copyright checks to sanity; make them verify copyright year is validGravatar Craig Tiller2016-01-04
| |
* | Update copyrightsGravatar Craig Tiller2015-12-22
|/
* Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
|
* Merge pull request #654 from ctiller/copyrightGravatar Tim Emiola2015-02-23
|\ | | | | Update copyrights on docker files, makefiles
* | include .m in check_copyright.pyGravatar Yang Gao2015-02-20
| |
| * Add copyrights to docker files, makefilesGravatar Craig Tiller2015-02-20
|/
* Bug fixGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Rework python, expand tool to make this easierGravatar Craig Tiller2015-02-17
|
* Add C# checksGravatar Craig Tiller2015-02-16
|
* Add javascript checksGravatar Craig Tiller2015-02-16
|
* Add proto copyrightsGravatar Craig Tiller2015-02-16
|
* Add shell script copyrightsGravatar Craig Tiller2015-02-16
|
* Add PHP CopyrightGravatar Craig Tiller2015-02-16
|
* Add rubyGravatar Craig Tiller2015-02-16
|
* Add copyrights to Python codeGravatar Craig Tiller2015-02-16
|
* Copyright checkerGravatar Craig Tiller2015-02-16
Update LICENSE text to 2015, implement a checker that validates whether a 2014 or 2015 version of the license is on each {.c,.cc,.h} file. Fix the ones that are missing it.