Skip to content

Commit d860a33

Browse files
committed
Fix licenses.
1 parent 25fbe80 commit d860a33

4 files changed

+10
-20
lines changed

liblsp_3_17/source/lsp-server_message_consumers.ads

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--
22
-- Copyright (C) 2024, AdaCore
33
--
4+
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
--
46

57
-- Consumer interface to process client->server messages created by the
68
-- Server_Message_Factory.

liblsp_3_17/source/lsp-server_responses-errors.adb

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
--
2-
-- Copyright (C) 2022-2023, AdaCore
2+
-- Copyright (C) 2024, AdaCore
33
--
4-
-- SPDX-License-Identifier: Apache-2.0
4+
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
--
6-
76
package body LSP.Server_Responses.Errors is
87

98
---------------------------

liblsp_3_17/source/lsp-server_responses-errors.ads

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
-- Copyright (C) 2024, AdaCore
33
--
4-
-- SPDX-License-Identifier: Apache-2.0
4+
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
55
--
66

77
package LSP.Server_Responses.Errors

liblsp_3_17/source/lsp-structures-hashes.ads

+5-16
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
------------------------------------------------------------------------------
2-
-- Language Server Protocol --
3-
-- --
4-
-- Copyright (C) 2018-2024, AdaCore --
5-
-- --
6-
-- This is free software; you can redistribute it and/or modify it under --
7-
-- terms of the GNU General Public License as published by the Free Soft- --
8-
-- ware Foundation; either version 3, or (at your option) any later ver- --
9-
-- sion. This software is distributed in the hope that it will be useful, --
10-
-- but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHAN- --
11-
-- TABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public --
12-
-- License for more details. You should have received a copy of the GNU --
13-
-- General Public License distributed with this software; see file --
14-
-- COPYING3. If not, go to http://www.gnu.org/licenses for a complete copy --
15-
-- of the license. --
16-
------------------------------------------------------------------------------
1+
--
2+
-- Copyright (C) 2024, AdaCore
3+
--
4+
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5+
--
176

187
private with VSS.Strings.Hash;
198

0 commit comments

Comments
 (0)