Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(284)

Issue 10985065: Whitelist the University of Illinois Opensource License (http://llvm.org/releases/3.1/LICENSE.TXT) … (Closed)

Created:
8 years, 2 months ago by Alexander Potapenko
Modified:
8 years, 2 months ago
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Whitelist the University of Illinois Opensource License (http://llvm.org/releases/3.1/LICENSE.TXT) for the LLVM bits. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=159683

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -0 lines) Patch
M third_party/devscripts/licensecheck.pl View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Alexander Potapenko
Lei, Pawel, is this the right way to add a new license? If so, can ...
8 years, 2 months ago (2012-09-27 14:48:13 UTC) #1
Lei Zhang
I think you need to update third_party/devscripts/licensecheck.pl first so it knows how to identify the ...
8 years, 2 months ago (2012-09-27 18:21:13 UTC) #2
Paweł Hajdan Jr.
Generally this is the right way provided you got an error about a license, but ...
8 years, 2 months ago (2012-09-28 06:52:04 UTC) #3
Alexander Potapenko
I've added the license to licensecheck.pl so that checklicenses.py doesn't print any warnings about LLVM ...
8 years, 2 months ago (2012-09-28 12:37:21 UTC) #4
Paweł Hajdan Jr.
LGTM with comments. https://codereview.chromium.org/10985065/diff/5001/third_party/devscripts/licensecheck.pl File third_party/devscripts/licensecheck.pl (right): https://codereview.chromium.org/10985065/diff/5001/third_party/devscripts/licensecheck.pl#newcode437 third_party/devscripts/licensecheck.pl:437: if ($licensetext =~ /This file is ...
8 years, 2 months ago (2012-09-28 13:59:42 UTC) #5
Alexander Potapenko
https://codereview.chromium.org/10985065/diff/5001/third_party/devscripts/licensecheck.pl File third_party/devscripts/licensecheck.pl (right): https://codereview.chromium.org/10985065/diff/5001/third_party/devscripts/licensecheck.pl#newcode437 third_party/devscripts/licensecheck.pl:437: if ($licensetext =~ /This file is distributed under the ...
8 years, 2 months ago (2012-10-02 10:46:18 UTC) #6
Paweł Hajdan Jr.
LGTM with a nit. https://codereview.chromium.org/10985065/diff/10001/third_party/devscripts/licensecheck.pl File third_party/devscripts/licensecheck.pl (right): https://codereview.chromium.org/10985065/diff/10001/third_party/devscripts/licensecheck.pl#newcode437 third_party/devscripts/licensecheck.pl:437: if ($licensetext =~ /This file ...
8 years, 2 months ago (2012-10-02 11:01:30 UTC) #7
Alexander Potapenko
8 years, 2 months ago (2012-10-02 11:39:33 UTC) #8
https://codereview.chromium.org/10985065/diff/10001/third_party/devscripts/li...
File third_party/devscripts/licensecheck.pl (right):

https://codereview.chromium.org/10985065/diff/10001/third_party/devscripts/li...
third_party/devscripts/licensecheck.pl:437: if ($licensetext  =~ /This file is
distributed under the University of Illinois Open Source License./){
On 2012/10/02 11:01:31, Paweł Hajdan Jr. wrote:
> nit: I forgot about it earlier, but if possible (i.e. continues to work),
quote
> the dot, which matches any character unless quoted.

I've just removed the dot.

Powered by Google App Engine
This is Rietveld 408576698