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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/hex/README ('k') | experimental/hex/build.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/hex/about.html
diff --git a/experimental/hex/about.html b/experimental/hex/about.html
deleted file mode 100644
index 638d04b578d2c57d894190ed3f0d3f70e90c567c..0000000000000000000000000000000000000000
--- a/experimental/hex/about.html
+++ /dev/null
@@ -1,45 +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>Hex Game Acknowledgments and Copyright Notices</title>
- <link href="hex.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> Mike Mortensen
- (<a href="mailto:mmortensen@chromium.org.com">mmortensen@chromium.org</a>)
- based on Cameron Browne's
- <a href="http://www.cameronius.com/games/hex/hex_12.cpp"> Hex Maniac AI code</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/hex/">View
- the source</a>.</span>
- </p>
-
- <h2 style="width: 100%;">Notices</h2>
- <p>
- <a href="http://www.cameronius.com/games/hex/hex_12.cpp">Hex Maniac AI</a>
- by
- <a href="http://www.cameronius.com/">by Cameron Browne</a>
-
- <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>
« 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