Mercurial > hg > monetdb-java
comparison build.xml @ 833:e890195256ac
Update copyright for the new year, move to MonetDB Foundation, add SPDX.
author | Sjoerd Mullender <sjoerd@acm.org> |
---|---|
date | Fri, 29 Dec 2023 14:37:42 +0100 (16 months ago) |
parents | 5f3e19ef251a |
children | e74154a1d4b2 |
comparison
equal
deleted
inserted
replaced
832:7eb05cbf67dc | 833:e890195256ac |
---|---|
1 <?xml version="1.0"?><!-- vim:set ts=2 sw=2 expandtab: --> | 1 <?xml version="1.0"?><!-- vim:set ts=2 sw=2 expandtab: --> |
2 | 2 |
3 <!-- | 3 <!-- |
4 SPDX-License-Identifier: MPL-2.0 | |
5 | |
4 This Source Code Form is subject to the terms of the Mozilla Public | 6 This Source Code Form is subject to the terms of the Mozilla Public |
5 License, v. 2.0. If a copy of the MPL was not distributed with this | 7 License, v. 2.0. If a copy of the MPL was not distributed with this |
6 file, You can obtain one at http://mozilla.org/MPL/2.0/. | 8 file, You can obtain one at http://mozilla.org/MPL/2.0/. |
7 | 9 |
8 Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. | 10 Copyright 2024 MonetDB Foundation; |
11 Copyright August 2008 - 2023 MonetDB B.V.; | |
12 Copyright 1997 - July 2008 CWI. | |
9 --> | 13 --> |
10 | 14 |
11 <!-- | 15 <!-- |
12 Build file to allow ant (http://ant.apache.org/) to be used | 16 Build file to allow ant (http://ant.apache.org/) to be used |
13 to build the MonetDB Java packages, such as the JDBC driver. | 17 to build the MonetDB Java packages, such as the JDBC driver. |