| 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>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> |
| OLD | NEW |