From d860a33f98b59bee555c628f0d1754363aa19065 Mon Sep 17 00:00:00 2001 From: Vadim Godunko Date: Fri, 26 Jul 2024 21:20:09 +0400 Subject: [PATCH] Fix licenses. --- .../source/lsp-server_message_consumers.ads | 2 ++ .../source/lsp-server_responses-errors.adb | 5 ++--- .../source/lsp-server_responses-errors.ads | 2 +- liblsp_3_17/source/lsp-structures-hashes.ads | 21 +++++-------------- 4 files changed, 10 insertions(+), 20 deletions(-) diff --git a/liblsp_3_17/source/lsp-server_message_consumers.ads b/liblsp_3_17/source/lsp-server_message_consumers.ads index e759e48fe..6a903a00c 100644 --- a/liblsp_3_17/source/lsp-server_message_consumers.ads +++ b/liblsp_3_17/source/lsp-server_message_consumers.ads @@ -1,6 +1,8 @@ -- -- Copyright (C) 2024, AdaCore -- +-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +-- -- Consumer interface to process client->server messages created by the -- Server_Message_Factory. diff --git a/liblsp_3_17/source/lsp-server_responses-errors.adb b/liblsp_3_17/source/lsp-server_responses-errors.adb index 534944a43..14ea5bb73 100644 --- a/liblsp_3_17/source/lsp-server_responses-errors.adb +++ b/liblsp_3_17/source/lsp-server_responses-errors.adb @@ -1,9 +1,8 @@ -- --- Copyright (C) 2022-2023, AdaCore +-- Copyright (C) 2024, AdaCore -- --- SPDX-License-Identifier: Apache-2.0 +-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -- - package body LSP.Server_Responses.Errors is --------------------------- diff --git a/liblsp_3_17/source/lsp-server_responses-errors.ads b/liblsp_3_17/source/lsp-server_responses-errors.ads index f45412f94..c6f2f5cb8 100644 --- a/liblsp_3_17/source/lsp-server_responses-errors.ads +++ b/liblsp_3_17/source/lsp-server_responses-errors.ads @@ -1,7 +1,7 @@ -- -- Copyright (C) 2024, AdaCore -- --- SPDX-License-Identifier: Apache-2.0 +-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -- package LSP.Server_Responses.Errors diff --git a/liblsp_3_17/source/lsp-structures-hashes.ads b/liblsp_3_17/source/lsp-structures-hashes.ads index f66f06077..24c76b0e7 100644 --- a/liblsp_3_17/source/lsp-structures-hashes.ads +++ b/liblsp_3_17/source/lsp-structures-hashes.ads @@ -1,19 +1,8 @@ ------------------------------------------------------------------------------- --- Language Server Protocol -- --- -- --- Copyright (C) 2018-2024, AdaCore -- --- -- --- This is free software; you can redistribute it and/or modify it under -- --- terms of the GNU General Public License as published by the Free Soft- -- --- ware Foundation; either version 3, or (at your option) any later ver- -- --- sion. This software is distributed in the hope that it will be useful, -- --- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- -- --- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public -- --- License for more details. You should have received a copy of the GNU -- --- General Public License distributed with this software; see file -- --- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy -- --- of the license. -- ------------------------------------------------------------------------------- +-- +-- Copyright (C) 2024, AdaCore +-- +-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +-- private with VSS.Strings.Hash;