Index: experimental/flocking_geese/about.html |
diff --git a/experimental/flocking_geese/about.html b/experimental/flocking_geese/about.html |
deleted file mode 100644 |
index 10334f6ac8384f3e21aefadd1ac072b1c57f0919..0000000000000000000000000000000000000000 |
--- a/experimental/flocking_geese/about.html |
+++ /dev/null |
@@ -1,75 +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>Flocking Geese Acknowledgments and Copyright Notices</title> |
- <link href="css/flocking_geese.css" rel="stylesheet" type="text/css"> |
- <style> |
- .lib-header { |
- margin-bottom: 0px; |
- } |
- .lib-notice { |
- margin-left: 1em; |
- } |
- </style> |
-</head> |
- <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/flocking_geese/">View |
- the source</a>.</span> |
- </p> |
- <p><em>Graphic Design:</em> Greg Wirt |
- (<a href="mailto:gregw@google.com">gregw@google.com</a>)<br /><br /> |
- </p> |
- |
- <h2 style="width: 100%;">Notices</h2> |
- <p>Goose icon: “This file is licensed under the <a |
- href="http://en.wikipedia.org/wiki/en:Creative_Commons">Creative |
- Commons</a> <a |
- href="http://creativecommons.org/licenses/by-sa/3.0/deed.en">Attribution-Share |
- Alike 3.0 Unported license</a>” Imaged referenced |
- from <a href="http://en.wikipedia.org/wiki/File:Canada_goose.jpg">Wikipedia |
- Article</a>October 14, 2011. |
- <p>Boost headers: |
- <a href="http://www.boost.org/">http://www.boost.org/</a> |
- </p> |
- <p class="lib-header">PNG library: |
- <a href="http://libpng.sourceforge.net/">http://libpng.sourceforge.net/</a> |
- </p> |
- <p class="lib-notice"> |
- “libpng version 1.2.40 - September 10, 2009<br /> |
- Copyright (c) 1998-2009 Glenn Randers-Pehrson<br /> |
- Copyright (c) 1996-1997 Andreas Dilger<br /> |
- Copyright (c) 1995-1996 Guy Eric Schalnat, Group 42, Inc.” |
- </p> |
- <p class="lib-header">JPEG library: |
- <a href="http://libjpeg.sourceforge.net/">http://libjpeg.sourceforge.net/</a> |
- </p> |
- <p class="lib-notice"> |
- “This software is based in part on the work of the Independent JPEG |
- Group” |
- </p> |
- <p class="lib-header">zlib library: |
- <a href="http://zlib.net/">http://zlib.net/</a> |
- </p> |
- <p class="lib-notice"> |
- “(C) 1995-2004 Jean-loup Gailly and Mark Adler”<br /> |
- </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> |
-</html> |