Update to include license in spots.

This commit is contained in:
William Moore 2023-05-01 16:33:21 -05:00
parent e7eda46e93
commit 9eeb109bf9
2 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Getting Started with Create React App
# William Moore's Solitaire Dice
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
Solitaire Dice is a game created by Sid Sackson. Furthmore, William Moore's version is a little different. First, there are no limits on pairs. Two, you will always get a positive score, even on the first through sixth marks. The software is a web page generated using React.
## Available Scripts

View File

@ -22,6 +22,16 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<!--
index.html - the driver HTML page
Copyright (C) 2023 William Moore
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<title>Sid Sackson's Solitaire Dice Score Card</title>
</head>