examples/life: change the license to Apache License 2.0

Updates #2695
This commit is contained in:
Hajime Hoshi 2023-07-08 02:28:32 +09:00
parent d8630f940d
commit b3851839f9
2 changed files with 3 additions and 8 deletions

View File

@ -1,7 +0,0 @@
# Conway's Game of Life
The original project is [martinlindhe/gol](https://github.com/martinlindhe/gol) by Martin Lindhe.
## License
MIT

View File

@ -1,7 +1,9 @@
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2015 Martin Lindhe
// SPDX-FileCopyrightText: 2016 The Ebitengine Authors
// The original project is gol (https://github.com/martinlindhe/gol) by Martin Lindhe.
package main
import (