Skip to content

Commit d127e67

Browse files
committed
fix: Update email adresses
1 parent 104dde9 commit d127e67

21 files changed

+21
-21
lines changed

src/sage/data_structures/sparse_bitset.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a regular bitset to which we will add additional structure.
66
In particular some representation of which limbs even contain data.
77
"""
88
# ****************************************************************************
9-
# Copyright (C) 2020 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
9+
# Copyright (C) 2020 Jonathan Kliem <jonathan.kliem@gmail.com>
1010
#
1111
# This program is free software: you can redistribute it and/or modify
1212
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Copyright (C) 2019 Julian Ritter
2222
# Copyright (C) 2019-2020 Laith Rastanawi
2323
# Copyright (C) 2019-2020 Sophia Elia
24-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
24+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2525
#
2626
# This program is free software: you can redistribute it and/or modify
2727
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Copyright (C) 2019 Julian Ritter
2222
# Copyright (C) 2019-2020 Laith Rastanawi
2323
# Copyright (C) 2019-2020 Sophia Elia
24-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
24+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2525
#
2626
# This program is free software: you can redistribute it and/or modify
2727
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Copyright (C) 2019 Julian Ritter
2525
# Copyright (C) 2019-2020 Laith Rastanawi
2626
# Copyright (C) 2019-2020 Sophia Elia
27-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
27+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2828
#
2929
# This program is free software: you can redistribute it and/or modify
3030
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Copyright (C) 2019 Julian Ritter
2222
# Copyright (C) 2019-2020 Laith Rastanawi
2323
# Copyright (C) 2019-2020 Sophia Elia
24-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
24+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2525
#
2626
# This program is free software: you can redistribute it and/or modify
2727
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Copyright (C) 2019 Julian Ritter
2424
# Copyright (C) 2019-2020 Laith Rastanawi
2525
# Copyright (C) 2019-2020 Sophia Elia
26-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
26+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2727
#
2828
# This program is free software: you can redistribute it and/or modify
2929
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# Copyright (C) 2019 Julian Ritter
2525
# Copyright (C) 2019-2020 Laith Rastanawi
2626
# Copyright (C) 2019-2020 Sophia Elia
27-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
27+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2828
#
2929
# This program is free software: you can redistribute it and/or modify
3030
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Copyright (C) 2019 Julian Ritter
2424
# Copyright (C) 2019-2020 Laith Rastanawi
2525
# Copyright (C) 2019-2020 Sophia Elia
26-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
26+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2727
#
2828
# This program is free software: you can redistribute it and/or modify
2929
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Copyright (C) 2019 Julian Ritter
2222
# Copyright (C) 2019-2020 Laith Rastanawi
2323
# Copyright (C) 2019-2020 Sophia Elia
24-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
24+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2525
#
2626
# This program is free software: you can redistribute it and/or modify
2727
# it under the terms of the GNU General Public License as published by

src/sage/geometry/polyhedron/base7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Copyright (C) 2019 Julian Ritter
2222
# Copyright (C) 2019-2020 Laith Rastanawi
2323
# Copyright (C) 2019-2020 Sophia Elia
24-
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@fu-berlin.de>
24+
# Copyright (C) 2019-2021 Jonathan Kliem <jonathan.kliem@gmail.com>
2525
#
2626
# This program is free software: you can redistribute it and/or modify
2727
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)