aboutsummaryrefslogtreecommitdiffstats
path: root/src/algorithms/sorting/other
diff options
context:
space:
mode:
Diffstat (limited to 'src/algorithms/sorting/other')
-rw-r--r--src/algorithms/sorting/other/TopologicalSort.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algorithms/sorting/other/TopologicalSort.java b/src/algorithms/sorting/other/TopologicalSort.java
index 48ff604..887fa99 100644
--- a/src/algorithms/sorting/other/TopologicalSort.java
+++ b/src/algorithms/sorting/other/TopologicalSort.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