From 00e7d19dde5e397e14827669a10df96bfc376da6 Mon Sep 17 00:00:00 2001 From: Mirko Da Corte Date: Wed, 23 Mar 2022 17:14:00 +0100 Subject: [PATCH] add license headers --- .../Clients/DebugApi/DtoFixer/PostageBatchDto.cs | 16 +++++++++++++++- .../DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs | 14 ++++++++++++++ .../GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs | 14 ++++++++++++++ src/BeeNet/DtoModels/BatchDto.cs | 16 +++++++++++++++- 4 files changed, 58 insertions(+), 2 deletions(-) diff --git a/src/BeeNet/Clients/DebugApi/DtoFixer/PostageBatchDto.cs b/src/BeeNet/Clients/DebugApi/DtoFixer/PostageBatchDto.cs index aa12551..d456c3f 100644 --- a/src/BeeNet/Clients/DebugApi/DtoFixer/PostageBatchDto.cs +++ b/src/BeeNet/Clients/DebugApi/DtoFixer/PostageBatchDto.cs @@ -1,4 +1,18 @@ -namespace Etherna.BeeNet.Clients.DebugApi.DtoFixer +// Copyright 2021-present Etherna Sagl +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +namespace Etherna.BeeNet.Clients.DebugApi.DtoFixer { public class PostageBatchDto { diff --git a/src/BeeNet/Clients/DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs b/src/BeeNet/Clients/DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs index 5b766e2..fae35d4 100644 --- a/src/BeeNet/Clients/DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs +++ b/src/BeeNet/Clients/DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs @@ -1,3 +1,17 @@ +// Copyright 2021-present Etherna Sagl +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + //---------------------- // // Generated using the NSwag toolchain v13.15.10.0 (NJsonSchema v10.6.10.0 (Newtonsoft.Json v12.0.0.0)) (http://NSwag.org) diff --git a/src/BeeNet/Clients/GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs b/src/BeeNet/Clients/GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs index eaf429a..b1565fb 100644 --- a/src/BeeNet/Clients/GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs +++ b/src/BeeNet/Clients/GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs @@ -1,3 +1,17 @@ +// Copyright 2021-present Etherna Sagl +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + //---------------------- // // Generated using the NSwag toolchain v13.15.10.0 (NJsonSchema v10.6.10.0 (Newtonsoft.Json v12.0.0.0)) (http://NSwag.org) diff --git a/src/BeeNet/DtoModels/BatchDto.cs b/src/BeeNet/DtoModels/BatchDto.cs index 37fcf34..acf9d51 100644 --- a/src/BeeNet/DtoModels/BatchDto.cs +++ b/src/BeeNet/DtoModels/BatchDto.cs @@ -1,4 +1,18 @@ -using System; +// Copyright 2021-present Etherna Sagl +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +using System; namespace Etherna.BeeNet.DtoModels {