Skip to content

Commit

Permalink
Update V8 to version 3.28.62 (based on bleeding_edge revision r22958).
Browse files Browse the repository at this point in the history
Review URL: https://codereview.chromium.org/444423002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288069 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
machenbach@chromium.org committed Aug 7, 2014
1 parent 008e0bf commit 74f787b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ vars = {
# the commit queue can handle CLs rolling Skia
# and V8 without interference from each other.
"v8_branch": "trunk",
"v8_revision": "22897",
"v8_revision": "22960",
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling WebRTC
# and V8 without interference from each other.
Expand Down
4 changes: 4 additions & 0 deletions third_party/devscripts/licensecheck.pl
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,10 @@ ($)
$license = "Anti-Grain Geometry $license";
}

if ($licensetext =~ /Developed at SunSoft, a Sun Microsystems, Inc\. business\. Permission to use, copy, modify, and distribute this software is freely granted, provided that this notice is preserved\./) {
$license = "SunSoft (BSD like) $license";
}

$license = "UNKNOWN" unless $license;

# Remove trailing spaces.
Expand Down
1 change: 1 addition & 0 deletions tools/checklicenses/checklicenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def PrintUsage():
'libpng',
'zlib/libpng',
'SGI Free Software License B',
'SunSoft (BSD like)',
'University of Illinois/NCSA Open Source License (BSD like)',
('University of Illinois/NCSA Open Source License (BSD like) '
'MIT/X11 (BSD like)'),
Expand Down
1 change: 1 addition & 0 deletions tools/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@
"License": "Freely Distributable",
# Absolute path here is resolved as relative to the source root.
"License File" : "/v8/third_party/fdlibm/LICENSE",
"License Android Compatible" : "yes",
},
}

Expand Down

0 comments on commit 74f787b

Please sign in to comment.