From e50851c145421083ada9414d9088e02453e13efb Mon Sep 17 00:00:00 2001 From: akpaevj Date: Thu, 12 Sep 2024 22:21:54 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B0=D0=B1=D1=8B=D0=BB=20precommit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en/diagnostics/DoubleNegatives.md | 5 +++++ .../languageserver/jsonrpc/ModuleInfo.java | 21 +++++++++++++++++++ .../bsl/languageserver/jsonrpc/ModuleUri.java | 21 +++++++++++++++++++ .../utils/ModuleTypePropertyIdMapper.java | 21 +++++++++++++++++++ .../languageserver/configuration/schema.json | 2 +- 5 files changed, 69 insertions(+), 1 deletion(-) diff --git a/docs/en/diagnostics/DoubleNegatives.md b/docs/en/diagnostics/DoubleNegatives.md index 65eea5b15f..ccd32f290d 100644 --- a/docs/en/diagnostics/DoubleNegatives.md +++ b/docs/en/diagnostics/DoubleNegatives.md @@ -1,5 +1,10 @@ # Double negatives (DoubleNegatives) + +## Description + +# Double negatives (DoubleNegatives) + * Description diff --git a/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleInfo.java b/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleInfo.java index ec178c5c05..ed30d0da72 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleInfo.java +++ b/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleInfo.java @@ -1,3 +1,24 @@ +/* + * This file is a part of BSL Language Server. + * + * Copyright (c) 2018-2024 + * Alexey Sosnoviy , Nikita Fedkin and contributors + * + * SPDX-License-Identifier: LGPL-3.0-or-later + * + * BSL Language Server is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3.0 of the License, or (at your option) any later version. + * + * BSL Language Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with BSL Language Server. + */ package com.github._1c_syntax.bsl.languageserver.jsonrpc; diff --git a/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleUri.java b/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleUri.java index 805ce6fff6..ab730e404e 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleUri.java +++ b/src/main/java/com/github/_1c_syntax/bsl/languageserver/jsonrpc/ModuleUri.java @@ -1,3 +1,24 @@ +/* + * This file is a part of BSL Language Server. + * + * Copyright (c) 2018-2024 + * Alexey Sosnoviy , Nikita Fedkin and contributors + * + * SPDX-License-Identifier: LGPL-3.0-or-later + * + * BSL Language Server is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3.0 of the License, or (at your option) any later version. + * + * BSL Language Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with BSL Language Server. + */ package com.github._1c_syntax.bsl.languageserver.jsonrpc; import lombok.AllArgsConstructor; diff --git a/src/main/java/com/github/_1c_syntax/bsl/languageserver/utils/ModuleTypePropertyIdMapper.java b/src/main/java/com/github/_1c_syntax/bsl/languageserver/utils/ModuleTypePropertyIdMapper.java index 5e6c470e3f..8914f707dd 100644 --- a/src/main/java/com/github/_1c_syntax/bsl/languageserver/utils/ModuleTypePropertyIdMapper.java +++ b/src/main/java/com/github/_1c_syntax/bsl/languageserver/utils/ModuleTypePropertyIdMapper.java @@ -1,3 +1,24 @@ +/* + * This file is a part of BSL Language Server. + * + * Copyright (c) 2018-2024 + * Alexey Sosnoviy , Nikita Fedkin and contributors + * + * SPDX-License-Identifier: LGPL-3.0-or-later + * + * BSL Language Server is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 3.0 of the License, or (at your option) any later version. + * + * BSL Language Server is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with BSL Language Server. + */ package com.github._1c_syntax.bsl.languageserver.utils; import com.github._1c_syntax.bsl.types.ModuleType; diff --git a/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json b/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json index 394f2b27da..37df7009f6 100644 --- a/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json +++ b/src/main/resources/com/github/_1c_syntax/bsl/languageserver/configuration/schema.json @@ -951,4 +951,4 @@ "default": "ask" } } -} +} \ No newline at end of file