Skip to content

Commit

Permalink
Fix licenses.
Browse files Browse the repository at this point in the history
  • Loading branch information
godunko committed Jul 26, 2024
1 parent 25fbe80 commit d860a33
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 20 deletions.
2 changes: 2 additions & 0 deletions liblsp_3_17/source/lsp-server_message_consumers.ads
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
5 changes: 2 additions & 3 deletions liblsp_3_17/source/lsp-server_responses-errors.adb
Original file line number Diff line number Diff line change
@@ -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

---------------------------
Expand Down
2 changes: 1 addition & 1 deletion liblsp_3_17/source/lsp-server_responses-errors.ads
Original file line number Diff line number Diff line change
@@ -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
Expand Down
21 changes: 5 additions & 16 deletions liblsp_3_17/source/lsp-structures-hashes.ads
Original file line number Diff line number Diff line change
@@ -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;

Expand Down

0 comments on commit d860a33

Please sign in to comment.