From 2777b171027ccac4e546993d8e3389c8ea121a57 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 5 Oct 2024 23:47:49 +0200 Subject: Update e-mail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/algorithms/shuffling/CardShuffle.java | 2 +- src/algorithms/shuffling/HumanShuffle.java | 2 +- src/algorithms/shuffling/KnuthShuffle.java | 2 +- src/algorithms/shuffling/SattoloShuffle.java | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/algorithms/shuffling') diff --git a/src/algorithms/shuffling/CardShuffle.java b/src/algorithms/shuffling/CardShuffle.java index 098f855..bb2234e 100644 --- a/src/algorithms/shuffling/CardShuffle.java +++ b/src/algorithms/shuffling/CardShuffle.java @@ -1,5 +1,5 @@ /** - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014 Mattias Andrée (m@maandree.se) * * 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 diff --git a/src/algorithms/shuffling/HumanShuffle.java b/src/algorithms/shuffling/HumanShuffle.java index ed3e519..3761e8a 100644 --- a/src/algorithms/shuffling/HumanShuffle.java +++ b/src/algorithms/shuffling/HumanShuffle.java @@ -1,5 +1,5 @@ /** - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014 Mattias Andrée (m@maandree.se) * * 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 diff --git a/src/algorithms/shuffling/KnuthShuffle.java b/src/algorithms/shuffling/KnuthShuffle.java index 910b685..ecc1376 100644 --- a/src/algorithms/shuffling/KnuthShuffle.java +++ b/src/algorithms/shuffling/KnuthShuffle.java @@ -1,5 +1,5 @@ /** - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014 Mattias Andrée (m@maandree.se) * * 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 diff --git a/src/algorithms/shuffling/SattoloShuffle.java b/src/algorithms/shuffling/SattoloShuffle.java index e981cb8..bb6beae 100644 --- a/src/algorithms/shuffling/SattoloShuffle.java +++ b/src/algorithms/shuffling/SattoloShuffle.java @@ -1,5 +1,5 @@ /** - * Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) + * Copyright © 2014 Mattias Andrée (m@maandree.se) * * 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 -- cgit v1.2.3-70-g09d2