chiark / gitweb /
dosngrade to GPLv3+
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Aug 2021 17:48:01 +0000 (18:48 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 3 Aug 2021 17:48:50 +0000 (18:48 +0100)
We don't want to impose AGPLv3+ on the users of the client.

this is possible becuse all files here are either entirely by me
recently and/or from GPL (non-AGPL) parts of the Python hippotat.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
macros/Cargo.toml
macros/macros.rs
src/bin/client.rs
src/config.rs
src/lib.rs
src/prelude.rs
src/reporter.rs
src/slip.rs
src/types.rs
src/utils.rs

index f9e5ee6e76005ff521597b5679dc56d83d6419a1..3092150b78dfd9de862dacdf018e1c04472eb44c 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 2021 Ian Jackson and contributors to Hippotat
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
 # There is NO WARRANTY.
 
 [package]
index e71c494d5d313dc1616ae0d4f6bbd0bdf1d365e6..172a33f639c809da04f2cc9272e8a8f42a0c9140 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright 2021 Ian Jackson and contributors to Hippotat
-# SPDX-License-Identifier: AGPL-3.0-or-later
+# SPDX-License-Identifier: GPL-3.0-or-later
 # There is NO WARRANTY.
 
 [package]
index 59a58235ce8e44ff7d3894e04f3b76e4b7537a64..ffb1772baf81ba2478a20a26e34e64dc03d93bc2 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use syn::{parse_macro_input, parse_quote};
index 656b4b9164d64112ee158e3aa20e78bcf781714e..a87c6d1ca89d12b9db70d466bd231ab152df519f 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use hippotat::prelude::*;
index eaa9da3741d4a82e0461e853270aa27421dd8da3..92c584b833f4f06b23fc3edda27d451b66cde535 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use crate::prelude::*;
index 562f1bc05c29266ae3694244ac2912596ee90eab..7a3c2ca262a99b6471396471a33d584f9afc883a 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 /*
index 7d2b4b8896d16ba678bb0323d7e274bf2dab36e9..fd3c50b6afeba0187662f9dd39a8382aa5432c51 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 pub use std::array;
index 55e645e1ac18368bd114e6cd791086f3ff62c109..ec6fcb00eedbe5658a9509800563c0b86bfcdf9e 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use crate::prelude::*;
index ab9005455b10ceb030972a3868827a71e0aad4b0..110fc034636bd9e3970993e79cb56ab0c2ebdcce 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use crate::prelude::*;
index 578671531359085753e15eeac49c973602f631f6..145018a21e74a4714171aa537d79ba0ecc82d892 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use crate::prelude::*;
index 8a8d0345440d28163bd4d59bcfcb6ca9dd8df666..37984e5ba32ee6128575ec9c062fb4c90d15a9b9 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright 2021 Ian Jackson and contributors to Hippotat
-// SPDX-License-Identifier: AGPL-3.0-or-later
+// SPDX-License-Identifier: GPL-3.0-or-later
 // There is NO WARRANTY.
 
 use crate::prelude::*;