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

Side by Side Diff: experimental/hex/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
« no previous file with comments | « experimental/hex/README ('k') | experimental/hex/build.scons » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>Hex Game Acknowledgments and Copyright Notices</title>
10 <link href="hex.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> Mike Mortensen
23 (<a href="mailto:mmortensen@chromium.org.com">mmortensen@chromium.org</a>)
24 based on Cameron Browne's
25 <a href="http://www.cameronius.com/games/hex/hex_12.cpp"> Hex Maniac AI code </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/hex/">View
31 the source</a>.</span>
32 </p>
33
34 <h2 style="width: 100%;">Notices</h2>
35 <p>
36 <a href="http://www.cameronius.com/games/hex/hex_12.cpp">Hex Maniac AI</a>
37 by
38 <a href="http://www.cameronius.com/">by Cameron Browne</a>
39
40 <p>Native Client ports of these libraries and more are
41 available in
42 <a href="http://code.google.com/p/naclports/">naclports.googlecode.com</a>
43 </p>
44 </div>
45 </html>
OLDNEW
« no previous file with comments | « experimental/hex/README ('k') | experimental/hex/build.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698