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>Conway's Life Acknowledgments and Copyright Notices</title> | |
10 <style> | |
11 html,body { | |
12 font-family: "Arial", "Helvetica", sans-serif; | |
13 color: #222; | |
14 font-size: 13px; | |
15 line-height: 1; | |
16 background: white; | |
17 } | |
18 .lib-header { | |
19 margin-bottom: 0px; | |
20 } | |
21 .lib-notice { | |
22 margin-left: 1em; | |
23 } | |
24 </style> | |
25 </head> | |
26 <body> | |
27 <div style="margin-left: 32px;"> | |
28 <h2 style="width: 100%;">Acknowledgments</h2> | |
29 <p><em>Code:</em> David Springer | |
30 (<a href="mailto:dspringer@chromium.org.com">dspringer@chromium.org</a>) | |
31 and Georges Winkenbach | |
32 (<a href="mailto:dspringer@chromium.org.com">gwink@chromium.org</a>), | |
33 with help from the | |
34 <a href="mailto:native-client-discuss@googlegroups.com">Native Client | |
35 community</a><br /> | |
36 <span style="margin-left: 32px;"><a | |
37 href="http://code.google.com/p/nativeclient-sdk/source/browse/trunk/src/expe
rimental/conways_life/">View | |
38 the source</a>.</span> | |
39 </p> | |
40 <p><em>Graphic Design:</em> Greg Wirt | |
41 (<a href="mailto:gregw@google.com">gregw@google.com</a>) | |
42 </p> | |
43 <p><em>Algorithm:</em> | |
44 <a href="http://en.wikipedia.org/wiki/Conway's_Game_of_Life">Wikipedia | |
45 article</a> describing Conway's Life. | |
46 </p> | |
47 | |
48 <h2 style="width: 100%;">Notices</h2> | |
49 <p>Doorbell sound by Mike Koenig: <a | |
50 href="http://soundbible.com/165-Door-Bell.html">http://soundbible.com/165-Do
or-Bell.html</a> | |
51 <p>All other sounds from <a href="http://www.wavsource.com/sfx/sfx.htm">WavS
ource</a> | |
52 <a href="http://www.wavsource.com/sfx/sfx.htm">http://www.wavsource.com/sfx/
sfx.htm</a> | |
53 <p>Boost headers: | |
54 <a href="http://www.boost.org/">http://www.boost.org/</a> | |
55 </p> | |
56 <p>Native Client ports of these libraries and more are | |
57 available in | |
58 <a href="http://code.google.com/p/naclports/">naclports.googlecode.com</a> | |
59 </p> | |
60 </div> | |
61 </body> | |
62 </html> | |
OLD | NEW |