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

Side by Side Diff: LICENSE.TXT

Issue 205613002: Initial skeleton of Subzero. (Closed) Base URL: https://gerrit.chromium.org/gerrit/p/native_client/pnacl-subzero.git@master
Patch Set: Use non-anonymous structs so that array_lengthof works Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ==============================================================================
2 Subzero Release License
3 ==============================================================================
4 University of Illinois/NCSA
5 Open Source License
6
7 Copyright (c) 2014 Google Inc.
8 All rights reserved.
9
10 Developed by:
11
12 Native Client Team
13
14 Google Inc.
15
16 http://www.chromium.org/nativeclient
17
18 Permission is hereby granted, free of charge, to any person obtaining a copy of
19 this software and associated documentation files (the "Software"), to deal with
20 the Software without restriction, including without limitation the rights to
21 use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
22 of the Software, and to permit persons to whom the Software is furnished to do
23 so, subject to the following conditions:
24
25 * Redistributions of source code must retain the above copyright notice,
26 this list of conditions and the following disclaimers.
27
28 * Redistributions in binary form must reproduce the above copyright notice,
29 this list of conditions and the following disclaimers in the
30 documentation and/or other materials provided with the distribution.
31
32 * Neither the names of the Native Client Team, Google Inc., nor the names of
33 its contributors may be used to endorse or promote products derived from
34 this Software without specific prior written permission.
35
36 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
38 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39 CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
42 SOFTWARE.
OLDNEW
« no previous file with comments | « .gitignore ('k') | Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698