comparison src/main/java/org/monetdb/util/CmdLineOpts.java @ 852:d9a45743536d monetdbs

Merge 'default' into 'monetdbs'
author Joeri van Ruth <joeri.van.ruth@monetdbsolutions.com>
date Fri, 05 Jan 2024 12:45:48 +0100 (16 months ago)
parents f2689a3e9a95 e890195256ac
children d416e9b6b3d0
comparison
equal deleted inserted replaced
851:157dcb2d6516 852:d9a45743536d
1 /* 1 /*
2 * SPDX-License-Identifier: MPL-2.0
3 *
2 * This Source Code Form is subject to the terms of the Mozilla Public 4 * This Source Code Form is subject to the terms of the Mozilla Public
3 * License, v. 2.0. If a copy of the MPL was not distributed with this 5 * License, v. 2.0. If a copy of the MPL was not distributed with this
4 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 * 7 *
6 * Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. 8 * Copyright 2024 MonetDB Foundation;
9 * Copyright August 2008 - 2023 MonetDB B.V.;
10 * Copyright 1997 - July 2008 CWI.
7 */ 11 */
8 12
9 package org.monetdb.util; 13 package org.monetdb.util;
10 14
11 import java.util.ArrayList; 15 import java.util.ArrayList;