aboutsummaryrefslogtreecommitdiffstats
path: root/csrc
diff options
context:
space:
mode:
Diffstat (limited to 'csrc')
-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
-rw-r--r--csrc/algorithms/bits/absolute.h2
-rw-r--r--csrc/algorithms/bits/powers.h2
-rw-r--r--csrc/algorithms/make_fun2
7 files changed, 7 insertions, 7 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
diff --git a/csrc/algorithms/bits/absolute.h b/csrc/algorithms/bits/absolute.h
index d082429..8fa396d 100644
--- a/csrc/algorithms/bits/absolute.h
+++ b/csrc/algorithms/bits/absolute.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/bits/powers.h b/csrc/algorithms/bits/powers.h
index 1018036..54462f0 100644
--- a/csrc/algorithms/bits/powers.h
+++ b/csrc/algorithms/bits/powers.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/make_fun b/csrc/algorithms/make_fun
index 2e763ec..97a6894 100644
--- a/csrc/algorithms/make_fun
+++ b/csrc/algorithms/make_fun
@@ -1,5 +1,5 @@
# -*- shell-script -*-
-# 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