chiark / gitweb /
more copyright
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 23:35:24 +0000 (00:35 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Sep 2020 23:35:24 +0000 (00:35 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.nail
Cargo.toml
src/lib.rs

index 4b201e287ac733833a827e8e2cff740832b9072c..9bcd4979b0997a5e17ce58f69f5fbd6fbb818f2f 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright 2020 Ian Jackson
+# SPDX-License-Identifier: AGPL-3.0-or-later
+# There is NO WARRANTY.
+
 subdirs = """
 server
 vecdeque-stableix
index f91970a208df7329e9344625f5987864ed2d0c3d..cd827e854f7b5172f2503e93076efa4304acffe2 100644 (file)
@@ -1,5 +1,42 @@
+# 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"
 
index 10699b8904a9d3884ff3a4fdb6a7d3dc6370a71f..dd52a1a4277e453e8fbc312afb8f2dc9e283adc9 100644 (file)
@@ -1,3 +1,6 @@
+// Copyright 2020 Ian Jackson
+// SPDX-License-Identifier: AGPL-3.0-or-later
+// There is NO WARRANTY.
 
 #![feature(proc_macro_hygiene, decl_macro)]
 #![feature(slice_strip)]