aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/shuffling
diff options
context:
space:
mode:
Diffstat (limited to 'src/algorithms/shuffling')
-rw-r--r--src/algorithms/shuffling/CardShuffle.java2
-rw-r--r--src/algorithms/shuffling/HumanShuffle.java2
-rw-r--r--src/algorithms/shuffling/KnuthShuffle.java2
-rw-r--r--src/algorithms/shuffling/SattoloShuffle.java2
4 files changed, 4 insertions, 4 deletions
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