summaryrefslogtreecommitdiffstats
path: root/tools/checklicenses
Commit message (Collapse)AuthorAgeFilesLines
* licensecheck: recognize MPL 2.0phajdan.jr@chromium.org2012-11-131-0/+1
| | | | | | | | | | TBR=wtc,thestig@chromium.org BUG=159669 Review URL: https://codereview.chromium.org/11360236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167471 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes checklicenses following r167398bulach@chromium.org2012-11-131-0/+8
| | | | | | | | | | | | | After r167398, checklicenses expanded its context to 100 lines, and it now detects a few more licenses than before. Add the new files to the whitelist. BUG= TEST=checklicenses step is green Review URL: https://codereview.chromium.org/11312212 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167430 0039d316-1c4b-4281-b951-d872f2087c98
* Roll third_party/pexpect 509:533bulach@chromium.org2012-11-131-4/+3
| | | | | | | | | | | | | | The author kindly updated the license headers as requested by nduca. One of the files requires more context for the license to be detected, so increase it to 100 (instead of the default 60). BUG=156113 TEST=tools/checklicenses/checklicenses.py --root . -vv third_party/pexpect Review URL: https://chromiumcodereview.appspot.com/11360098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167398 0039d316-1c4b-4281-b951-d872f2087c98
* Added suppression for Google-private data directory only present in official ↵kbr@chromium.org2012-10-251-0/+3
| | | | | | | | | | | | Chrome checkouts. BUG=none TEST=ran checklicenses locally TBR=phajdan.jr@chromium.org,thestig@chromium.org Review URL: https://codereview.chromium.org/11270045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164161 0039d316-1c4b-4281-b951-d872f2087c98
* Update licensecheck to version 2.12.4.phajdan.jr@chromium.org2012-10-231-11/+10
| | | | | | | | | BUG=none TEST=none Review URL: https://codereview.chromium.org/11029052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163628 0039d316-1c4b-4281-b951-d872f2087c98
* Add findbugs 2.0 for Androidmichaelbai@google.com2012-10-221-0/+3
| | | | | | | | BUG=156134 Review URL: https://codereview.chromium.org/11234010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163394 0039d316-1c4b-4281-b951-d872f2087c98
* Add opus in third_party.sergeyu@chromium.org2012-10-191-0/+3
| | | | | | | | | Opus will be used by chromoting for audio encoding. Review URL: https://chromiumcodereview.appspot.com/10905108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162922 0039d316-1c4b-4281-b951-d872f2087c98
* Add CrOS's dbus-c++ to Chromium Linux. This is needed to build mtpd.thestig@chromium.org2012-10-171-0/+9
| | | | | | | | BUG=151685 Review URL: https://chromiumcodereview.appspot.com/11148035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162373 0039d316-1c4b-4281-b951-d872f2087c98
* Add pexpect-2.3 to third_partynduca@chromium.org2012-10-171-0/+3
| | | | | | | | | BUG=154343 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11142035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162303 0039d316-1c4b-4281-b951-d872f2087c98
* Update the whitelist to include the internal libjingle repository. (fixes build)tommi@chromium.org2012-10-091-0/+3
| | | | | | | | | TBR=thestig@chromium.org Review URL: https://chromiumcodereview.appspot.com/11088025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160853 0039d316-1c4b-4281-b951-d872f2087c98
* Whitelist the University of Illinois Opensource License ↵glider@chromium.org2012-10-021-0/+1
| | | | | | | | (http://llvm.org/releases/3.1/LICENSE.TXT) for the LLVM bits. Review URL: https://codereview.chromium.org/10985065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159683 0039d316-1c4b-4281-b951-d872f2087c98
* Move hash.h/cc from net to base.jbates@chromium.org2012-09-011-3/+3
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10920026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154554 0039d316-1c4b-4281-b951-d872f2087c98
* Add a check for GPL licenses with the libtool exception.thestig@chromium.org2012-08-011-0/+1
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10831099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149470 0039d316-1c4b-4281-b951-d872f2087c98
* Update libva to pick up updated license headers.fischman@chromium.org2012-07-031-33/+0
| | | | | | | | | | | | | | | | | | | (no material change, just allow removing checklicenses.py exceptions) Updated via: cd /tmp git clone git://anongit.freedesktop.org/git/libva cd ~/src/chromium/src/third_party/libva for f in $(find va/ -type f); do cp /tmp/libva/$f $f; done TBR=thestig@chromium.org BUG=126466 TEST=SUCCESS according to: ./tools/checklicenses/checklicenses.py third_party/libva Review URL: https://chromiumcodereview.appspot.com/10694038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145243 0039d316-1c4b-4281-b951-d872f2087c98
* Update licensecheck.pl to version 2.11.7phajdan.jr@chromium.org2012-05-311-0/+2
| | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10453077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139770 0039d316-1c4b-4281-b951-d872f2087c98
* Adding use_system_libusb option for third_party/libusbgdk@chromium.org2012-05-101-5/+5
| | | | | | | | | | | | | | | | There are build and distribution configurations under which packaged libraries cannot be included. The use_system_libusb option allows these platforms (Linux, currently) to use the pre-installed libusb. BUG=124803 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=136127 Review URL: https://chromiumcodereview.appspot.com/10332075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136421 0039d316-1c4b-4281-b951-d872f2087c98
* Remove evan[m]?@chromium.org from OWNERS files.tony@chromium.org2012-05-101-1/+0
| | | | | | | | | | He no longer works on this project. BUG=None Review URL: https://chromiumcodereview.appspot.com/10392021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136374 0039d316-1c4b-4281-b951-d872f2087c98
* Add libva to chromium third_party.fischman@chromium.org2012-05-071-0/+33
| | | | | | | | | BUG=126466 TEST=checklicenses passes with the new exception (pending getting upstream to conform) Review URL: https://chromiumcodereview.appspot.com/10375035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135647 0039d316-1c4b-4281-b951-d872f2087c98
* Add variation of already-allowed license exception for NaCl.avi@chromium.org2012-04-301-0/+2
| | | | | | | | | | BUG=none TEST=Linux builder goes green TBR Review URL: https://chromiumcodereview.appspot.com/10273009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134529 0039d316-1c4b-4281-b951-d872f2087c98
* Adding libusb checklicenses suppressions for trivial files missing headers.gdk@chromium.org2012-04-061-0/+18
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/10009013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131091 0039d316-1c4b-4281-b951-d872f2087c98
* Add (GPL v2) whitelist for new FFmpeg roll.dalecurtis@google.com2012-02-231-0/+1
| | | | | | | | | BUG=110776 TEST=checklicenses Review URL: https://chromiumcodereview.appspot.com/9447002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123144 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused checklicenses suppressions.phajdan.jr@chromium.org2012-01-261-19/+0
| | | | | | | BUG=98086, 105232, 98116, 98316 Review URL: http://codereview.chromium.org/9235032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119209 0039d316-1c4b-4281-b951-d872f2087c98
* Roll pyftpdlib DEPS to fix licensecheck issues.phajdan.jr@chromium.org2012-01-231-5/+0
| | | | | | | | | | See http://code.google.com/p/pyftpdlib/issues/detail?id=185 BUG=28291 Review URL: http://codereview.chromium.org/9279009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118724 0039d316-1c4b-4281-b951-d872f2087c98
* Make licensecheck.pl understand the "GPL with bison expection" license. ↵thestig@chromium.org2012-01-051-6/+3
| | | | | | | | | | Whitelist it in checklicenses.py. BUG=105232 TEST=checklicenses.py still passes. Review URL: http://codereview.chromium.org/9113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116532 0039d316-1c4b-4281-b951-d872f2087c98
* Fix python scripts in src/tools/maruel@chromium.org2011-11-291-9/+12
| | | | | | | | | | | | | | | | | | Make sure that: - shebang is only present for executable files - shebang is #!/usr/bin/env python - __main__ is only present for executable files - file's executable bit is coherent Also fix EOF LF to be only one. TBR=timurrrr@chromium.org BUG=105108 TEST= Review URL: http://codereview.chromium.org/8678023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111960 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Pulling in nacl glibc toolchain."phajdan.jr@chromium.org2011-11-261-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 3de7c047d9c035f202c03f8e4287990dd18bc0b9. Revert "Suppressing license warnings on pymox." This reverts commit 78a55d5d5095bce061336e3edfd3f240c80e4943. 1. The license headers were missing from some files in pymox. It's not OK then to suppress it, and it should be fixed. Looks like it's a Google project, so there's no excuse. I think Lei submitted a patch to fix it: http://codereview.appspot.com/5438051/ 2. The original roll http://codereview.chromium.org/8699012 has been TBR-ed and there are comments about it. TBR=bradnelson,thestig BUG=105457 Review URL: http://codereview.chromium.org/8708002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111637 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing license warnings on pymox.bradnelson@google.com2011-11-261-0/+3
| | | | | | | | | BUG=None TEST=None R=thestig@chromium.org Review URL: http://codereview.chromium.org/8668002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111631 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ANGLE r887:r889 and expand and clarify the reason for its specialkbr@chromium.org2011-11-231-0/+4
| | | | | | | | | | | exception in checklicenses.py. licensecheck.pl needs to understand the Bison "special exception". BUG=105232 TEST=ran checklicenses.py Review URL: http://codereview.chromium.org/8677001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111388 0039d316-1c4b-4281-b951-d872f2087c98
* Fix license check for GL headersskyostil@google.com2011-11-031-14/+1
| | | | | | | | | | | | | | | | | | | | The EGL headers are released under an MIT/X11 license by The Khronos Group. This patch updates licensecheck.pl to recognize the license wording as it describes "Materials" rather than "Software". The OpenGL ES 2.0 headers are released under the SGI Free Software License B (http://oss.sgi.com/projects/FreeB/) by The Khronos Group. This license is added to the whitelist and licensecheck.pl is updated to recognized the mistyped "SGI Free Software B License" which is used in the header files. BUG=98097 TEST=none Review URL: http://codereview.chromium.org/8351079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108448 0039d316-1c4b-4281-b951-d872f2087c98
* Add license check suppression for EGL extension headerskyostil@google.com2011-10-271-0/+3
| | | | | | | | | | | | | | | Add a license check suppression for gpu/EGL/eglext.h which got added in a recent commit. This is temporary fix and will be remedied by moving all the Khronos headers under gpu to third_party -- See http://code.google.com/p/chromium/issues/detail?id=98097. BUG=98097 TEST= Review URL: http://codereview.chromium.org/8343028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107641 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 106446 - Temporarily whitelist jsoncpp in check_licenses, introduced ↵phajdan.jr@chromium.org2011-10-201-3/+0
| | | | | | | | | | | | | | | in http://crrev.com/106424 BUG=100986 TEST=none TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/8353029 TBR=rsleevi@chromium.org Review URL: http://codereview.chromium.org/8354033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106467 0039d316-1c4b-4281-b951-d872f2087c98
* Temporarily whitelist jsoncpp in check_licenses, introduced in ↵rsleevi@chromium.org2011-10-201-0/+3
| | | | | | | | | | | | http://crrev.com/106424 BUG=100986 TEST=none TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/8353029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106446 0039d316-1c4b-4281-b951-d872f2087c98
* Remove license suppression for third_party/leveldatabasejsbell@chromium.org2011-10-141-3/+0
| | | | | | | | | BUG=98306 TEST= Review URL: http://codereview.chromium.org/8303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105582 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-101-3/+0
| | | | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=104481 Review URL: http://codereview.chromium.org/8171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104716 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 104481 - Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-071-0/+3
| | | | | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Review URL: http://codereview.chromium.org/8171006 TBR=joth@chromium.org Review URL: http://codereview.chromium.org/8199006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104482 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gps.h license issue, by deleting itjoth@chromium.org2011-10-071-3/+0
| | | | | | | | | BUG=98132,99326 TEST=used gpsfake (from lucid package 2.92) and opened maps.google.com/maps/m Review URL: http://codereview.chromium.org/8171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104481 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/psutil and fix the licence issue with it.imasaki@google.com2011-10-071-4/+0
| | | | | | | | | BUG=98456 TEST=None Review URL: http://codereview.chromium.org/8159001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104425 0039d316-1c4b-4281-b951-d872f2087c98
* Add bug references to checklicenses.pyphajdan.jr@chromium.org2011-10-051-50/+67
| | | | | | | | BUG=28291 Review URL: http://codereview.chromium.org/8133028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104160 0039d316-1c4b-4281-b951-d872f2087c98
* Add thestig to tools/checklicenses/OWNERS.thestig@chromium.org2011-10-041-0/+1
| | | | | | Review URL: http://codereview.chromium.org/8143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103993 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for tools/valgrindphajdan.jr@chromium.org2011-10-031-3/+0
| | | | | | | | | | TBR=timurrrr BUG=98596 Review URL: http://codereview.chromium.org/8118007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103733 0039d316-1c4b-4281-b951-d872f2087c98
* Recognize Apple licenses.phajdan.jr@chromium.org2011-10-031-6/+3
| | | | | | | | BUG=98114, 98115 Review URL: http://codereview.chromium.org/8085016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103729 0039d316-1c4b-4281-b951-d872f2087c98
* Add license text to files that were missing it in third_party/hyphen.rolandsteiner@chromium.org2011-10-031-3/+0
| | | | | | | | | BUG=98136 TEST=none (no code change) Review URL: http://codereview.chromium.org/8071019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103685 0039d316-1c4b-4281-b951-d872f2087c98
* Make the license tools recoginze the dual licensemichaelbai@chromium.org2011-10-011-0/+1
| | | | | | | | | | BUG=98116 TEST= Review URL: http://codereview.chromium.org/8094004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103594 0039d316-1c4b-4281-b951-d872f2087c98
* Remove suppression for test/data/plugin now that licenses are fixed.kbr@chromium.org2011-09-301-3/+0
| | | | | | | | BUG=98094 TEST=ran checklicenses on directory Review URL: http://codereview.chromium.org/8103010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103565 0039d316-1c4b-4281-b951-d872f2087c98
* Include full license text in speex_types.h to get the license check script ↵satish@chromium.org2011-09-291-3/+0
| | | | | | | | | | pass this file. BUG=98466 Review URL: http://codereview.chromium.org/8077003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103364 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused qcms library.phajdan.jr@chromium.org2011-09-291-3/+0
| | | | | | | BUG=98460 Review URL: http://codereview.chromium.org/8079005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103316 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gethosts from list of files with bad license.garykac@chromium.org2011-09-281-3/+0
| | | | | | | | | | BUG=98112 TEST=none Review URL: http://codereview.chromium.org/8056017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103137 0039d316-1c4b-4281-b951-d872f2087c98
* Rolls cacheinvalidation forward to @143. (The only C++ changes are the ↵ghc@google.com2011-09-281-3/+0
| | | | | | | | license fixes.) Review URL: http://codereview.chromium.org/8037054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103074 0039d316-1c4b-4281-b951-d872f2087c98
* Add a license header to net/third_party/nss/patches/applypatches.sh.wtc@chromium.org2011-09-271-3/+0
| | | | | | | | | | | | | Remove the suppression from tools/checklicenses/checklicenses.py. R=phajdan.jr@chromium.org BUG=98106 TEST=tools/checklicenses/checklicenses.py --ignore-suppressions net/third_party/nss/patches/applypatches.sh should say 'SUCCESS'. Review URL: http://codereview.chromium.org/8028043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102869 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable check_licenses.phajdan.jr@chromium.org2011-09-261-5/+3
| | | | | | | | | | It only runs on Linux clobber bot now. BUG=28291 Review URL: http://codereview.chromium.org/8041028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102757 0039d316-1c4b-4281-b951-d872f2087c98