Skip to content

Commit bdf95f2

Browse files
committed
Removed "Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, Leona Gottwald and Michael Feldmeier" from C++ source file headers and updated kHighsCopyrightStatement to 2025
1 parent 66f735e commit bdf95f2

File tree

212 files changed

+3
-636
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

212 files changed

+3
-636
lines changed

app/RunHighs.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

docs/HiGHS_CopyrightHeader.pl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
$CopyrightHeaderLine0 = "/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */";
66
$CopyrightHeaderLine1 = "/* */";
77
$CopyrightHeaderLine2 = "/* This file is part of the HiGHS linear optimization suite */";
8-
$CopyrightHeaderLine3 = "/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */";
9-
$CopyrightHeaderLine4 = "/* Leona Gottwald and Michael Feldmeier */";
108
$CopyrightHeaderLine5 = "/* Available as open-source under the MIT License */";
119
$RemoveCopyrightHeader = 0;
1210
while(<>) {
@@ -30,9 +28,6 @@
3028
print(outfile "$CopyrightHeaderLine1\n");
3129
print(outfile "$CopyrightHeaderLine2\n");
3230
print(outfile "$CopyrightHeaderLine1\n");
33-
print(outfile "$CopyrightHeaderLine3\n");
34-
print(outfile "$CopyrightHeaderLine4\n");
35-
print(outfile "$CopyrightHeaderLine1\n");
3631
print(outfile "$CopyrightHeaderLine5\n");
3732
print(outfile "$CopyrightHeaderLine1\n");
3833
print(outfile "$CopyrightHeaderLine0\n");

docs/HiGHS_CopyrightHeaderUpdateAll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
./HiGHS_CopyrightHeader.pl ../src/mip/*.h
1111
./HiGHS_CopyrightHeader.pl ../src/lp_data/*.h
1212
./HiGHS_CopyrightHeader.pl ../src/lp_data/*.cpp
13+
./HiGHS_CopyrightHeader.pl ../src/pdlp/*.cpp
14+
./HiGHS_CopyrightHeader.pl ../src/pdlp/*.h
1315
./HiGHS_CopyrightHeader.pl ../src/presolve/*.cpp
1416
./HiGHS_CopyrightHeader.pl ../src/presolve/*.h
1517
./HiGHS_CopyrightHeader.pl ../src/simplex/*.h

src/Highs.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/interfaces/highs_c_api.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/interfaces/highs_c_api.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/io/Filereader.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/io/Filereader.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/io/FilereaderEms.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

src/io/FilereaderEms.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
/* */
33
/* This file is part of the HiGHS linear optimization suite */
44
/* */
5-
/* Written and engineered 2008-2024 by Julian Hall, Ivet Galabova, */
6-
/* Leona Gottwald and Michael Feldmeier */
7-
/* */
85
/* Available as open-source under the MIT License */
96
/* */
107
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

0 commit comments

Comments
 (0)