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

Side by Side Diff: experimental/flocking_geese/about.html

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 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
OLDNEW
(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: &ldquo;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>&rdquo; 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 &ldquo;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.&rdquo;
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 &ldquo;This software is based in part on the work of the Independent JPEG
62 Group&rdquo;
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 &ldquo;(C) 1995-2004 Jean-loup Gailly and Mark Adler&rdquo;<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>
OLDNEW
« no previous file with comments | « experimental/conways_life/web_resource_loader_inl.h ('k') | experimental/flocking_geese/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698