OLD | NEW |
| (Empty) |
1 <!DOCTYPE html> | |
2 <html> | |
3 <!-- | |
4 Copyright (c) 2011 The Native Client Authors. All rights reserved. | |
5 Use of this source code is governed by a BSD-style license that can be | |
6 found in the LICENSE file. | |
7 --> | |
8 <head> | |
9 <title>Flocking Geese Acknowledgments and Copyright Notices</title> | |
10 <link href="css/flocking_geese.css" rel="stylesheet" type="text/css"> | |
11 <style> | |
12 .lib-header { | |
13 margin-bottom: 0px; | |
14 } | |
15 .lib-notice { | |
16 margin-left: 1em; | |
17 } | |
18 </style> | |
19 </head> | |
20 <div style="margin-left: 32px;"> | |
21 <h2 style="width: 100%;">Acknowledgments</h2> | |
22 <p><em>Code:</em> David Springer | |
23 (<a href="mailto:dspringer@chromium.org.com">dspringer@chromium.org</a>) | |
24 and Georges Winkenbach | |
25 (<a href="mailto:dspringer@chromium.org.com">gwink@chromium.org</a>), | |
26 with help from the | |
27 <a href="mailto:native-client-discuss@googlegroups.com">Native Client | |
28 community</a><br /> | |
29 <span style="margin-left: 32px;"><a | |
30 href="http://code.google.com/p/nativeclient-sdk/source/browse/trunk/src/expe
rimental/flocking_geese/">View | |
31 the source</a>.</span> | |
32 </p> | |
33 <p><em>Graphic Design:</em> Greg Wirt | |
34 (<a href="mailto:gregw@google.com">gregw@google.com</a>)<br /><br /> | |
35 </p> | |
36 | |
37 <h2 style="width: 100%;">Notices</h2> | |
38 <p>Goose icon: “This file is licensed under the <a | |
39 href="http://en.wikipedia.org/wiki/en:Creative_Commons">Creative | |
40 Commons</a> <a | |
41 href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">Attribution-Sha
re | |
42 Alike 3.0 Unported license</a>” Imaged referenced | |
43 from <a href="http://en.wikipedia.org/wiki/File:Canada_goose.jpg">Wikipedia | |
44 Article</a>October 14, 2011. | |
45 <p>Boost headers: | |
46 <a href="http://www.boost.org/">http://www.boost.org/</a> | |
47 </p> | |
48 <p class="lib-header">PNG library: | |
49 <a href="http://libpng.sourceforge.net/">http://libpng.sourceforge.net/</a> | |
50 </p> | |
51 <p class="lib-notice"> | |
52 “libpng version 1.2.40 - September 10, 2009<br /> | |
53 Copyright (c) 1998-2009 Glenn Randers-Pehrson<br /> | |
54 Copyright (c) 1996-1997 Andreas Dilger<br /> | |
55 Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.” | |
56 </p> | |
57 <p class="lib-header">JPEG library: | |
58 <a href="http://libjpeg.sourceforge.net/">http://libjpeg.sourceforge.net/</a
> | |
59 </p> | |
60 <p class="lib-notice"> | |
61 “This software is based in part on the work of the Independent JPEG | |
62 Group” | |
63 </p> | |
64 <p class="lib-header">zlib library: | |
65 <a href="http://zlib.net/">http://zlib.net/</a> | |
66 </p> | |
67 <p class="lib-notice"> | |
68 “(C) 1995-2004 Jean-loup Gailly and Mark Adler”<br /> | |
69 </p> | |
70 <p>Native Client ports of these libraries and more are | |
71 available in | |
72 <a href="http://code.google.com/p/naclports/">naclports.googlecode.com</a> | |
73 </p> | |
74 </div> | |
75 </html> | |
OLD | NEW |