comparison version.sh @ 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 (15 months ago)
parents aeb268156580
children d416e9b6b3d0
comparison
equal deleted inserted replaced
832:7eb05cbf67dc 833:e890195256ac
1 #!/usr/bin/env bash 1 #!/usr/bin/env bash
2 2
3 # SPDX-License-Identifier: MPL-2.0
4 #
3 # This Source Code Form is subject to the terms of the Mozilla Public 5 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this 6 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 # 8 #
7 # Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. 9 # Copyright 2024 MonetDB Foundation;
10 # Copyright August 2008 - 2023 MonetDB B.V.;
11 # Copyright 1997 - July 2008 CWI.
8 12
9 if [[ -z $1 ]] ; then 13 if [[ -z $1 ]] ; then
10 echo "Usage: $0 [-w] jdbc <(major|minor|suffix)=newversion> [...]" 14 echo "Usage: $0 [-w] jdbc <(major|minor|suffix)=newversion> [...]"
11 echo "where -w activates actual write of changes" 15 echo "where -w activates actual write of changes"
12 exit -1 16 exit -1