aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/arrays
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/algorithms/arrays/MinMax.java2
-rw-r--r--src/algorithms/arrays/Reverse.java2
-rw-r--r--src/algorithms/arrays/Rotate.java2
-rw-r--r--src/algorithms/arrays/Sorted.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/algorithms/arrays/MinMax.java b/src/algorithms/arrays/MinMax.java
index cd86460..4615c3e 100644
--- a/src/algorithms/arrays/MinMax.java
+++ b/src/algorithms/arrays/MinMax.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/arrays/Reverse.java b/src/algorithms/arrays/Reverse.java
index df24716..cb95c91 100644
--- a/src/algorithms/arrays/Reverse.java
+++ b/src/algorithms/arrays/Reverse.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/arrays/Rotate.java b/src/algorithms/arrays/Rotate.java
index 22ba033..f88729d 100644
--- a/src/algorithms/arrays/Rotate.java
+++ b/src/algorithms/arrays/Rotate.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/arrays/Sorted.java b/src/algorithms/arrays/Sorted.java
index c99ada5..0d18797 100644
--- a/src/algorithms/arrays/Sorted.java
+++ b/src/algorithms/arrays/Sorted.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