Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit efcb618

Browse files
committed
Modify authorship for continuous maps.
1 parent cfecb18 commit efcb618

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/sage/manifolds/continuous_map.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
AUTHORS:
99
1010
- Eric Gourgoulhon, Michal Bejger (2013-2015): initial version
11+
- Travis Scrimshaw (2016): review tweaks
1112
1213
REFERENCES:
1314
@@ -21,6 +22,7 @@
2122
#*****************************************************************************
2223
# Copyright (C) 2015 Eric Gourgoulhon <[email protected]>
2324
# Copyright (C) 2015 Michal Bejger <[email protected]>
25+
# Copyright (C) 2016 Travis Scrimshaw <[email protected]>
2426
#
2527
# This program is free software: you can redistribute it and/or modify
2628
# it under the terms of the GNU General Public License as published by

src/sage/manifolds/manifold_homset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
AUTHORS:
1010
1111
- Eric Gourgoulhon (2015): initial version
12+
- Travis Scrimshaw (2016): review tweaks
1213
1314
REFERENCES:
1415
@@ -20,6 +21,7 @@
2021
"""
2122
#******************************************************************************
2223
# Copyright (C) 2015 Eric Gourgoulhon <[email protected]>
24+
# Copyright (C) 2016 Travis Scrimshaw <[email protected]>
2325
#
2426
# This program is free software: you can redistribute it and/or modify
2527
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)