diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:47:49 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:47:49 +0200 |
commit | 2777b171027ccac4e546993d8e3389c8ea121a57 (patch) | |
tree | 847aaa2d7433fc19ab29a809b96894169c7893fa /src/algorithms/sorting/other | |
parent | Update e-mail (diff) | |
download | algorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.gz algorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.bz2 algorithms-and-data-structures-2777b171027ccac4e546993d8e3389c8ea121a57.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/algorithms/sorting/other')
-rw-r--r-- | src/algorithms/sorting/other/TopologicalSort.java | 2 |
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 |