Skip to content

Commit

Permalink
add license headers
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Mar 23, 2022
1 parent 743e5be commit 00e7d19
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 2 deletions.
16 changes: 15 additions & 1 deletion src/BeeNet/Clients/DebugApi/DtoFixer/PostageBatchDto.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down
14 changes: 14 additions & 0 deletions src/BeeNet/Clients/DebugApi/V2_0_0/BeeDebugClient_2_0_0.cs
Original file line number Diff line number Diff line change
@@ -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.

//----------------------
// <auto-generated>
// Generated using the NSwag toolchain v13.15.10.0 (NJsonSchema v10.6.10.0 (Newtonsoft.Json v12.0.0.0)) (http://NSwag.org)
Expand Down
14 changes: 14 additions & 0 deletions src/BeeNet/Clients/GatewayApi/v3_0_0/BeeGatewayClient_3_0_0.cs
Original file line number Diff line number Diff line change
@@ -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.

//----------------------
// <auto-generated>
// Generated using the NSwag toolchain v13.15.10.0 (NJsonSchema v10.6.10.0 (Newtonsoft.Json v12.0.0.0)) (http://NSwag.org)
Expand Down
16 changes: 15 additions & 1 deletion src/BeeNet/DtoModels/BatchDto.cs
Original file line number Diff line number Diff line change
@@ -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
{
Expand Down

0 comments on commit 00e7d19

Please sign in to comment.