+# Copyright 2020 Ian Jackson
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# There is NO WARRANTY.
+
[package]
name = "game"
+
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero 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 Affero General Public License for more details.
+#
+# You should have received a copy of the GNU Affero General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+# Individual files generally contain the following tag in the copyright
+# notice, instead of the full licence grant text:
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# As is conventional, this should be read as a licence grant.
+#
+# Contributions are accepted based on the git commit Signed-off-by
+# convention, by which the contributors' certify their contributions
+# according to the Developer Certificate of Origin version 1.1 - see
+# the file DEVELOPER-CERTIFICATE.
+#
+# Some individual files are dual-licenced and say
+# "MIT-0 OR AGPL-3.0-or-later"
+# Those files are available under the MIT-0 permissive licence when
+# taken separately, but when distributed as part of otter, they are
+# AGPLv3+.
+
+authors = ["Ian Jackson <ijackson@chiark.greenend.org.uk>"]
+license = "AGPL-3.0-or-later"
+
version = "0.0.1"
edition = "2018"