From 05650d804959857d371560bc477fe0d4fa403988 Mon Sep 17 00:00:00 2001 From: Stefan Vigerske Date: Wed, 29 Jan 2025 09:36:44 +0100 Subject: [PATCH] update copyright years - for files on master only --- src/objscip/objiisfinder.cpp | 2 +- src/objscip/objiisfinder.h | 2 +- src/scip/hypergraph.c | 2 +- src/scip/hypergraph.h | 2 +- src/scip/iisfinder.c | 2 +- src/scip/iisfinder.h | 2 +- src/scip/iisfinder_greedy.c | 2 +- src/scip/iisfinder_greedy.h | 2 +- src/scip/iisfinder_xyz.c | 2 +- src/scip/iisfinder_xyz.h | 2 +- src/scip/network.c | 2 +- src/scip/presol_implint.c | 2 +- src/scip/presol_implint.h | 2 +- src/scip/pub_iisfinder.h | 2 +- src/scip/pub_network.h | 2 +- src/scip/scip_iisfinder.c | 2 +- src/scip/scip_iisfinder.h | 2 +- src/scip/sepa_multilinear.c | 2 +- src/scip/sepa_multilinear.h | 2 +- src/scip/struct_hypergraph.h | 2 +- src/scip/struct_iisfinder.h | 2 +- src/scip/type_hypergraph.h | 2 +- src/scip/type_iisfinder.h | 2 +- tests/src/iis/iisplugin.c | 2 +- tests/src/network/network.c | 2 +- tests/src/sepa/multilinear.c | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) diff --git a/src/objscip/objiisfinder.cpp b/src/objscip/objiisfinder.cpp index 413f3e8f0e..f6be27c8e7 100644 --- a/src/objscip/objiisfinder.cpp +++ b/src/objscip/objiisfinder.cpp @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/objscip/objiisfinder.h b/src/objscip/objiisfinder.h index 2203211fd1..62e1aad3e6 100644 --- a/src/objscip/objiisfinder.h +++ b/src/objscip/objiisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/hypergraph.c b/src/scip/hypergraph.c index 126aeb971b..8645bf1605 100644 --- a/src/scip/hypergraph.c +++ b/src/scip/hypergraph.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/hypergraph.h b/src/scip/hypergraph.h index d1f7ded7bb..737d7744ac 100644 --- a/src/scip/hypergraph.h +++ b/src/scip/hypergraph.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder.c b/src/scip/iisfinder.c index 18ae742a98..9f00571496 100644 --- a/src/scip/iisfinder.c +++ b/src/scip/iisfinder.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder.h b/src/scip/iisfinder.h index 46b8f71bb6..7689a371c3 100644 --- a/src/scip/iisfinder.h +++ b/src/scip/iisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder_greedy.c b/src/scip/iisfinder_greedy.c index bcb4dd812e..f120d68b32 100644 --- a/src/scip/iisfinder_greedy.c +++ b/src/scip/iisfinder_greedy.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder_greedy.h b/src/scip/iisfinder_greedy.h index ad411ee6c9..b166709dbe 100644 --- a/src/scip/iisfinder_greedy.h +++ b/src/scip/iisfinder_greedy.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder_xyz.c b/src/scip/iisfinder_xyz.c index 4962590b9a..4ced3072b4 100644 --- a/src/scip/iisfinder_xyz.c +++ b/src/scip/iisfinder_xyz.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/iisfinder_xyz.h b/src/scip/iisfinder_xyz.h index 52b12cccad..081d40979b 100644 --- a/src/scip/iisfinder_xyz.h +++ b/src/scip/iisfinder_xyz.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/network.c b/src/scip/network.c index 1a88fbd201..f5a1309e94 100644 --- a/src/scip/network.c +++ b/src/scip/network.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/presol_implint.c b/src/scip/presol_implint.c index e3547c25a5..5e1daf4a86 100644 --- a/src/scip/presol_implint.c +++ b/src/scip/presol_implint.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/presol_implint.h b/src/scip/presol_implint.h index f0206752a3..6bb92595e2 100644 --- a/src/scip/presol_implint.h +++ b/src/scip/presol_implint.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/pub_iisfinder.h b/src/scip/pub_iisfinder.h index e6aded2f91..1f9282748c 100644 --- a/src/scip/pub_iisfinder.h +++ b/src/scip/pub_iisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/pub_network.h b/src/scip/pub_network.h index 091eb2b032..8af12de009 100644 --- a/src/scip/pub_network.h +++ b/src/scip/pub_network.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/scip_iisfinder.c b/src/scip/scip_iisfinder.c index 0f0a24c423..91989970ed 100644 --- a/src/scip/scip_iisfinder.c +++ b/src/scip/scip_iisfinder.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/scip_iisfinder.h b/src/scip/scip_iisfinder.h index 9c7e77e28c..5da9d4ed68 100644 --- a/src/scip/scip_iisfinder.h +++ b/src/scip/scip_iisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/sepa_multilinear.c b/src/scip/sepa_multilinear.c index 432b09da97..131fb92f8f 100644 --- a/src/scip/sepa_multilinear.c +++ b/src/scip/sepa_multilinear.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/sepa_multilinear.h b/src/scip/sepa_multilinear.h index e993454efe..3599c4bd0e 100644 --- a/src/scip/sepa_multilinear.h +++ b/src/scip/sepa_multilinear.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/struct_hypergraph.h b/src/scip/struct_hypergraph.h index c449080d1f..c6f8c23d2d 100644 --- a/src/scip/struct_hypergraph.h +++ b/src/scip/struct_hypergraph.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/struct_iisfinder.h b/src/scip/struct_iisfinder.h index 6bb38f9b22..5fc22576ba 100644 --- a/src/scip/struct_iisfinder.h +++ b/src/scip/struct_iisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/type_hypergraph.h b/src/scip/type_hypergraph.h index 5dffbc035d..863f42df4e 100644 --- a/src/scip/type_hypergraph.h +++ b/src/scip/type_hypergraph.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/src/scip/type_iisfinder.h b/src/scip/type_iisfinder.h index bc2793a6e5..0a44e11252 100644 --- a/src/scip/type_iisfinder.h +++ b/src/scip/type_iisfinder.h @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/tests/src/iis/iisplugin.c b/tests/src/iis/iisplugin.c index e269cecd0b..ec3c554919 100644 --- a/tests/src/iis/iisplugin.c +++ b/tests/src/iis/iisplugin.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/tests/src/network/network.c b/tests/src/network/network.c index 930ddbfd1c..a502a7f596 100644 --- a/tests/src/network/network.c +++ b/tests/src/network/network.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */ diff --git a/tests/src/sepa/multilinear.c b/tests/src/sepa/multilinear.c index 807c4dd407..ee8509aa12 100644 --- a/tests/src/sepa/multilinear.c +++ b/tests/src/sepa/multilinear.c @@ -3,7 +3,7 @@ /* This file is part of the program and library */ /* SCIP --- Solving Constraint Integer Programs */ /* */ -/* Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB) */ +/* Copyright (c) 2002-2025 Zuse Institute Berlin (ZIB) */ /* */ /* Licensed under the Apache License, Version 2.0 (the "License"); */ /* you may not use this file except in compliance with the License. */