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

Commit

Permalink
src/sage/sets/{set,image_set,real_set}.py, src/sage/categories/[finit…
Browse files Browse the repository at this point in the history
…e_]enumerated_sets.py: Update copyright according to git blame -w --date=format:%Y FILE | sort -k2
  • Loading branch information
mkoeppe committed Sep 1, 2022
1 parent f117aa2 commit 9cc1113
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 17 deletions.
22 changes: 20 additions & 2 deletions src/sage/categories/enumerated_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,27 @@
Enumerated sets
"""
# ****************************************************************************
# Copyright (C) 2009 Florent Hivert <Florent.Hivert@univ-rouen.fr>
# Copyright (C) 2009-2010 Florent Hivert <Florent.Hivert@univ-rouen.fr>
# 2009 Mike Hansen
# 2011 Nicolas Borie
# 2012 Christian Stump
# 2013 David Roe
# 2014 André Apitzsch
# 2014 Nicolas M. Thiéry
# 2014-2016 Travis Scrimshaw
# 2015 Darij Grinberg
# 2015 Vincent Delecroix
# 2016 Frédéric Chapoton
# 2016 Jori Mäntysalo
# 2016 Kwankyu Lee
# 2018 Vincent Klein
# 2022 Matthias Koeppe
# 2022 Trevor K. Karn
#
# Distributed under the terms of the GNU General Public License (GPL)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# https://www.gnu.org/licenses/
# *****************************************************************************

Expand Down
15 changes: 13 additions & 2 deletions src/sage/categories/finite_enumerated_sets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,20 @@
Finite Enumerated Sets
"""
# ****************************************************************************
# Copyright (C) 2009 Florent Hivert <Florent.Hivert@univ-rouen.fr>
# Copyright (C) 2009-2010 Florent Hivert <Florent.Hivert@univ-rouen.fr>
# 2009 Mike Hansen
# 2010-2015 Nicolas M. Thiery
# 2014-2016 Travis Scrimshaw
# 2015 Vincent Delecroix
# 2016 Darij Grinberg
# 2016 Jori Mäntysalo
# 2016 Kwankyu Lee
# 2022 Matthias Koeppe
#
# Distributed under the terms of the GNU General Public License (GPL)
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# https://www.gnu.org/licenses/
# *****************************************************************************

Expand Down
2 changes: 1 addition & 1 deletion src/sage/sets/image_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 2012 Christian Stump
# 2020-2021 Frédéric Chapoton
# 2021 Travis Scrimshaw
# 2021 Matthias Koeppe
# 2021-2022 Matthias Koeppe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
8 changes: 8 additions & 0 deletions src/sage/sets/real_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ class RealSet.

# ****************************************************************************
# Copyright (C) 2013 Volker Braun <vbraun.name@gmail.com>
# 2014 Volker Braun
# 2015 Travis Scrimshaw
# 2015-2017 Ralf Stephan
# 2016-2022 Matthias Koeppe
# 2017 Jeroen Demeyer
# 2017-2021 Frédéric Chapoton
# 2022 Yuan Zhou
# 2022 Yueqi Li
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down
35 changes: 23 additions & 12 deletions src/sage/sets/set.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,31 @@
"""

# ****************************************************************************
# Copyright (C) 2005 William Stein <wstein@gmail.com>
# 2013 Julian Rueth <julian.rueth@fsfe.org>
#
# Distributed under the terms of the GNU General Public License (GPL)
#
# This code is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# The full text of the GPL is available at:
# Copyright (C) 2005-2007 William Stein <wstein@gmail.com>
# 2006 Gonzalo Tornaria
# 2007 Carl Witty
# 2007-2009 Mike Hansen
# 2008 Robert Bradshaw
# 2009 Minh Van Nguyen
# 2009-2010 Florent Hivert
# 2011 Nicolas M. Thiery
# 2012-2014 Travis Scrimshaw
# 2013 Davis Shurbert
# 2013 Volker Braun
# 2013 Julian Rueth <julian.rueth@fsfe.org>
# 2015 Vincent Delecroix
# 2017 Frédéric Chapoton
# 2017 Jeroen Demeyer
# 2018 Vincent Klein
# 2019 Julian Ritter
# 2021-2022 Matthias Koeppe
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# https://www.gnu.org/licenses/
# ****************************************************************************
# *****************************************************************************

from collections.abc import Iterator

Expand Down

0 comments on commit 9cc1113

Please sign in to comment.