Skip to content

Commit 560cb35

Browse files
author
Matthias Koeppe
committed
Reconstruct copyright info from sage git log
1 parent 96417ae commit 560cb35

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

sage_numerical_backends_coin/coin_backend.pxd

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
##############################################################################
2-
# Copyright (C) 2010 Nathann Cohen <[email protected]>
3-
# Distributed under the terms of the GNU General Public License (GPL)
4-
# The full text of the GPL is available at:
5-
# http://www.gnu.org/licenses/
6-
##############################################################################
1+
#*****************************************************************************
2+
# Copyright (C) 2010-2015 Nathann Cohen <[email protected]>
3+
# Copyright (C) 2010 Martin Albrecht <[email protected]>
4+
# Copyright (C) 2012 John Perry <[email protected]>
5+
# Copyright (C) 2012-2019 Jeroen Demeyer <[email protected]>
6+
# Copyright (C) 2013 Julien Puydt <[email protected]>
7+
# Copyright (C) 2014 Nils Bruin <[email protected]>
8+
# Copyright (C) 2014-2018 Dima Pasechnik <[email protected]>
9+
# Copyright (C) 2015 Yuan Zhou <[email protected]>
10+
# Copyright (C) 2015 Zeyi Wang <[email protected]>
11+
# Copyright (C) 2016 Matthias Koeppe <[email protected]>
12+
# Copyright (C) 2017 Jori Mäntysalo <[email protected]>
13+
# Copyright (C) 2018 Erik M. Bray <[email protected]>
14+
# Copyright (C) 2019 David Coudert <[email protected]>
15+
#
16+
# This program is free software: you can redistribute it and/or modify
17+
# it under the terms of the GNU General Public License as published by
18+
# the Free Software Foundation, either version 2 of the License, or
19+
# (at your option) any later version.
20+
# https://www.gnu.org/licenses/
21+
#*****************************************************************************
722

823
from sage.numerical.backends.generic_backend cimport GenericBackend
924

sage_numerical_backends_coin/coin_backend.pyx

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,22 @@
22
# distutils: libraries = Cbc CbcSolver Cgl Clp CoinUtils OsiCbc OsiClp Osi
33
"""
44
COIN Backend
5-
6-
AUTHORS:
7-
8-
- Nathann Cohen (2010-10): initial implementation
9-
10-
- John Perry (2012-03): major modifications to the interface in order to update
11-
the CBC package to version 2.7.5
125
"""
136

147
#*****************************************************************************
15-
# Copyright (C) 2010 Nathann Cohen <[email protected]>
8+
# Copyright (C) 2010-2015 Nathann Cohen <[email protected]>
9+
# Copyright (C) 2010 Martin Albrecht <[email protected]>
10+
# Copyright (C) 2012 John Perry <[email protected]>
11+
# Copyright (C) 2012-2019 Jeroen Demeyer <[email protected]>
12+
# Copyright (C) 2013 Julien Puydt <[email protected]>
13+
# Copyright (C) 2014 Nils Bruin <[email protected]>
14+
# Copyright (C) 2014-2018 Dima Pasechnik <[email protected]>
15+
# Copyright (C) 2015 Yuan Zhou <[email protected]>
16+
# Copyright (C) 2015 Zeyi Wang <[email protected]>
17+
# Copyright (C) 2016 Matthias Koeppe <[email protected]>
18+
# Copyright (C) 2017 Jori Mäntysalo <[email protected]>
19+
# Copyright (C) 2018 Erik M. Bray <[email protected]>
20+
# Copyright (C) 2019 David Coudert <[email protected]>
1621
#
1722
# This program is free software: you can redistribute it and/or modify
1823
# it under the terms of the GNU General Public License as published by

0 commit comments

Comments
 (0)