comparison tests/drop.sql @ 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 aeb268156580
children d416e9b6b3d0
comparison
equal deleted inserted replaced
832:7eb05cbf67dc 833:e890195256ac
1 -- SPDX-License-Identifier: MPL-2.0
2 --
1 -- This Source Code Form is subject to the terms of the Mozilla Public 3 -- This Source Code Form is subject to the terms of the Mozilla Public
2 -- License, v. 2.0. If a copy of the MPL was not distributed with this 4 -- License, v. 2.0. If a copy of the MPL was not distributed with this
3 -- file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 -- file, You can obtain one at http://mozilla.org/MPL/2.0/.
4 -- 6 --
5 -- Copyright 1997 - July 2008 CWI, August 2008 - 2023 MonetDB B.V. 7 -- Copyright 2024 MonetDB Foundation;
8 -- Copyright August 2008 - 2023 MonetDB B.V.;
9 -- Copyright 1997 - July 2008 CWI.
6 10
7 drop table "foreign"; 11 drop table "foreign";
8 drop table allnewtriples; 12 drop table allnewtriples;
9 commit; 13 commit;