Skip to content

Commit e74dbf6

Browse files
author
Matthias Koeppe
committed
src/sage/misc/replace_dot_all.py: Add copyright notice
1 parent eef9cd5 commit e74dbf6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/sage/misc/replace_dot_all.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@
4747
to find the correct ``import`` statement.
4848
"""
4949

50+
# ****************************************************************************
51+
# Copyright (C) 2022-2023 Alex Chandler
52+
# 2023 Matthias Koeppe
53+
#
54+
# This program is free software: you can redistribute it and/or modify
55+
# it under the terms of the GNU General Public License as published by
56+
# the Free Software Foundation, either version 2 of the License, or
57+
# (at your option) any later version.
58+
# https://www.gnu.org/licenses/
59+
# ****************************************************************************
60+
5061
# Importing packages
5162

5263
from sage.misc.dev_tools import import_statements

0 commit comments

Comments
 (0)