aboutsummaryrefslogtreecommitdiffstats
path: root/csrc/algorithms/arrays
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-05 23:47:49 +0200
committerMattias Andrée <m@maandree.se>2024-10-05 23:47:49 +0200
commit2777b171027ccac4e546993d8e3389c8ea121a57 (patch)
tree847aaa2d7433fc19ab29a809b96894169c7893fa /csrc/algorithms/arrays
parentUpdate e-mail (diff)
downloadalgorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.gz
algorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.bz2
algorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.xz
Update e-mailHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'csrc/algorithms/arrays')
-rw-r--r--csrc/algorithms/arrays/minmax.h2
-rw-r--r--csrc/algorithms/arrays/reverse.h2
-rw-r--r--csrc/algorithms/arrays/rotate.h2
-rw-r--r--csrc/algorithms/arrays/sorted.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/csrc/algorithms/arrays/minmax.h b/csrc/algorithms/arrays/minmax.h
index a9fb382..007374e 100644
--- a/csrc/algorithms/arrays/minmax.h
+++ b/csrc/algorithms/arrays/minmax.h
@@ -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/csrc/algorithms/arrays/reverse.h b/csrc/algorithms/arrays/reverse.h
index 88a7f27..7dfb6a1 100644
--- a/csrc/algorithms/arrays/reverse.h
+++ b/csrc/algorithms/arrays/reverse.h
@@ -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/csrc/algorithms/arrays/rotate.h b/csrc/algorithms/arrays/rotate.h
index 9791838..0ab2de2 100644
--- a/csrc/algorithms/arrays/rotate.h
+++ b/csrc/algorithms/arrays/rotate.h
@@ -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/csrc/algorithms/arrays/sorted.h b/csrc/algorithms/arrays/sorted.h
index 71037ab..d2c0d9b 100644
--- a/csrc/algorithms/arrays/sorted.h
+++ b/csrc/algorithms/arrays/sorted.h
@@ -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