Index: experimental/conways_life/about.html |
diff --git a/experimental/conways_life/about.html b/experimental/conways_life/about.html |
deleted file mode 100644 |
index 3dc0dcc67a39af5abf065e1ababe58b1fbf128b6..0000000000000000000000000000000000000000 |
--- a/experimental/conways_life/about.html |
+++ /dev/null |
@@ -1,62 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <!-- |
- Copyright (c) 2011 The Native Client Authors. All rights reserved. |
- Use of this source code is governed by a BSD-style license that can be |
- found in the LICENSE file. |
- --> |
-<head> |
- <title>Conway's Life Acknowledgments and Copyright Notices</title> |
- <style> |
- html,body { |
- font-family: "Arial", "Helvetica", sans-serif; |
- color: #222; |
- font-size: 13px; |
- line-height: 1; |
- background: white; |
- } |
- .lib-header { |
- margin-bottom: 0px; |
- } |
- .lib-notice { |
- margin-left: 1em; |
- } |
- </style> |
-</head> |
-<body> |
- <div style="margin-left: 32px;"> |
- <h2 style="width: 100%;">Acknowledgments</h2> |
- <p><em>Code:</em> David Springer |
- (<a href="mailto:dspringer@chromium.org.com">dspringer@chromium.org</a>) |
- and Georges Winkenbach |
- (<a href="mailto:dspringer@chromium.org.com">gwink@chromium.org</a>), |
- with help from the |
- <a href="mailto:native-client-discuss@googlegroups.com">Native Client |
- community</a><br /> |
- <span style="margin-left: 32px;"><a |
- href="http://code.google.com/p/nativeclient-sdk/source/browse/trunk/src/experimental/conways_life/">View |
- the source</a>.</span> |
- </p> |
- <p><em>Graphic Design:</em> Greg Wirt |
- (<a href="mailto:gregw@google.com">gregw@google.com</a>) |
- </p> |
- <p><em>Algorithm:</em> |
- <a href="http://en.wikipedia.org/wiki/Conway's_Game_of_Life">Wikipedia |
- article</a> describing Conway's Life. |
- </p> |
- |
- <h2 style="width: 100%;">Notices</h2> |
- <p>Doorbell sound by Mike Koenig: <a |
- href="http://soundbible.com/165-Door-Bell.html">http://soundbible.com/165-Door-Bell.html</a> |
- <p>All other sounds from <a href="http://www.wavsource.com/sfx/sfx.htm">WavSource</a> |
- <a href="http://www.wavsource.com/sfx/sfx.htm">http://www.wavsource.com/sfx/sfx.htm</a> |
- <p>Boost headers: |
- <a href="http://www.boost.org/">http://www.boost.org/</a> |
- </p> |
- <p>Native Client ports of these libraries and more are |
- available in |
- <a href="http://code.google.com/p/naclports/">naclports.googlecode.com</a> |
- </p> |
- </div> |
-</body> |
-</html> |