Changeset: 01edfca3fed5 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/01edfca3fed5 Modified Files: sql/backends/monet5/vaults/csv/CMakeLists.txt Branch: default Log Message:
Add missing copyright header diffs (18 lines): diff --git a/sql/backends/monet5/vaults/csv/CMakeLists.txt b/sql/backends/monet5/vaults/csv/CMakeLists.txt --- a/sql/backends/monet5/vaults/csv/CMakeLists.txt +++ b/sql/backends/monet5/vaults/csv/CMakeLists.txt @@ -1,3 +1,14 @@ +#[[ +# SPDX-License-Identifier: MPL-2.0 +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# +# Copyright 2024 MonetDB Foundation; +# Copyright August 2008 - 2023 MonetDB B.V.; +# Copyright 1997 - July 2008 CWI. +#]] add_library(csv MODULE) _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
