Skip to content

Commit 07b30a0

Browse files
authored
Merge pull request #1 from smdn/add-license-info
Add SPDX info that describes the original copyright holder and license to the source files. See also the initial commit (9768cf0) for the information about the original copyright holder and license.
2 parents b591b4c + 47dc1ea commit 07b30a0

File tree

99 files changed

+303
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+303
-91
lines changed

EchoDotNetLite.Specifications/ApplicationService.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using Newtonsoft.Json.Converters;
35

46
namespace EchoDotNetLite.Specifications

EchoDotNetLite.Specifications/EchoClass.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24

35
namespace EchoDotNetLite.Specifications
46
{

EchoDotNetLite.Specifications/EchoClassGroup.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System;
35
using System.Collections.Generic;
46
using System.Text;

EchoDotNetLite.Specifications/EchoDotNetLite.Specifications.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLite.Specifications/EchoProperty.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System.Collections.Generic;
35

46
namespace EchoDotNetLite.Specifications

EchoDotNetLite.Specifications/EchonetObject.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System;
35
using System.Collections.Generic;
46
using System.IO;

EchoDotNetLite.Specifications/IEchonetObject.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Collections.Generic;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Collections.Generic;
24

35
namespace EchoDotNetLite.Specifications
46
{

EchoDotNetLite.Specifications/JsonConverter.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System;
35
using System.Collections.Generic;
46
using System.Text;

EchoDotNetLite.Specifications/PropertyMaster.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Collections.Generic;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Collections.Generic;
24

35
namespace EchoDotNetLite.Specifications
46
{

EchoDotNetLite.Specifications/SpecificationMaster.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System;
35
using System.Collections.Generic;
46
using System.IO;

EchoDotNetLite.Specifications/プロファイル.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Collections.Generic;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Collections.Generic;
24

35
namespace EchoDotNetLite.Specifications
46
{

EchoDotNetLite.Specifications/機器.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Collections.Generic;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Collections.Generic;
24

35
namespace EchoDotNetLite.Specifications
46
{

EchoDotNetLite/Client.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Common;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Common;
24
using EchoDotNetLite.Enums;
35
using EchoDotNetLite.Models;
46
using Microsoft.Extensions.Logging;

EchoDotNetLite/Common/CollectionChangeType.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Common/Extentions.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Models;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Models;
24
using System;
35
using System.Collections.Generic;
46
using System.Text;

EchoDotNetLite/Common/INotifyCollectionChanged.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Common/NotifyChangeCollection.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections;
35
using System.Collections.Generic;
46
using System.Text;

EchoDotNetLite/EchoDotNetLite.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLite/Enums/EHD1.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Enums/EHD2.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Enums/ESV.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/FrameSerializer.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Enums;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Enums;
24
using EchoDotNetLite.Models;
35
using System;
46
using System.Collections.Generic;

EchoDotNetLite/IPANAClient.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46
using System.Threading.Tasks;

EchoDotNetLite/Models/BytesConvert.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Models/EDATA1.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Enums;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Enums;
24
using Newtonsoft.Json;
35
using System;
46
using System.Collections.Generic;

EchoDotNetLite/Models/EDATA2.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Models/EOJ.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Enums;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Enums;
24
using Newtonsoft.Json;
35
using System;
46
using System.Collections.Generic;

EchoDotNetLite/Models/EchoNode.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Common;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Common;
24
using EchoDotNetLite.Specifications;
35
using System;
46
using System.Collections;

EchoDotNetLite/Models/EchoObjectInstance.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Linq;
46
using System.Text;

EchoDotNetLite/Models/EchoPropertyInstance.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.ComponentModel;
46
using System.Runtime.CompilerServices;

EchoDotNetLite/Models/Frame.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite.Enums;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite.Enums;
24
using Newtonsoft.Json;
35
using System;
46
using System.Collections.Generic;

EchoDotNetLite/Models/IEDATA.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

EchoDotNetLite/Models/PropertyRequest.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Newtonsoft.Json;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Newtonsoft.Json;
24
using System;
35
using System.Collections.Generic;
46
using System.Text;

EchoDotNetLiteLANBridge.Example/EchoDotNetLiteLANBridge.Example.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLiteLANBridge.Example/Example.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using BitConverter;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using BitConverter;
24
using EchoDotNetLite;
35
using EchoDotNetLite.Common;
46
using EchoDotNetLite.Models;

EchoDotNetLiteLANBridge.Example/Program.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite;
24
using Microsoft.Extensions.Configuration;
35
using Microsoft.Extensions.DependencyInjection;
46
using Microsoft.Extensions.Logging;

EchoDotNetLiteLANBridge/EchoDotNetLiteLANBridge.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLiteLANBridge/LANClient.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite;
24
using EchoDotNetLite.Models;
35
using Microsoft.Extensions.Logging;
46
using System;

EchoDotNetLiteSkstackIpBridge.Example/EchoDotNetLiteSkstackIpBridge.Example.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLiteSkstackIpBridge.Example/Example.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using BitConverter;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using BitConverter;
24
using EchoDotNetLite;
35
using EchoDotNetLite.Common;
46
using EchoDotNetLite.Models;

EchoDotNetLiteSkstackIpBridge.Example/Program.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite;
24
using EchoDotNetLite.Common;
35
using EchoDotNetLite.Models;
46
using Microsoft.Extensions.Configuration;

EchoDotNetLiteSkstackIpBridge/EchoDotNetLiteSkstackIpBridge.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

EchoDotNetLiteSkstackIpBridge/SkstackIpPANAClient.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using EchoDotNetLite;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using EchoDotNetLite;
24
using Microsoft.Extensions.Logging;
35
using Newtonsoft.Json;
46
using SkstackIpDotNet;

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018
3+
Copyright (c) 2018 HiroyukiSakoh
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

SkstackIpDotNet/SkstackIpDotNet.Example/Program.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using Microsoft.Extensions.Configuration;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using Microsoft.Extensions.Configuration;
24
using Microsoft.Extensions.DependencyInjection;
35
using Microsoft.Extensions.Logging;
46
using System;

SkstackIpDotNet/SkstackIpDotNet.Example/SkstackIpDotNet.Example.csproj

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2018 HiroyukiSakoh
3+
SPDX-License-Identifier: MIT
4+
-->
15
<Project Sdk="Microsoft.NET.Sdk">
26

37
<PropertyGroup>

SkstackIpDotNet/SkstackIpDotNet/BytesConvert.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System;
24
using System.Collections.Generic;
35
using System.Text;
46

SkstackIpDotNet/SkstackIpDotNet/Commands/AbstractSKCommand.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using SkstackIpDotNet.Responses;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using SkstackIpDotNet.Responses;
24
using System;
35
using System.IO;
46
using System.Text;

SkstackIpDotNet/SkstackIpDotNet/Commands/SKAddNbrCommand.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Text;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Text;
24

35
namespace SkstackIpDotNet.Commands
46
{

SkstackIpDotNet/SkstackIpDotNet/Commands/SKCloseCommand.cs

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
using System.Text;
1+
// SPDX-FileCopyrightText: 2018 HiroyukiSakoh
2+
// SPDX-License-Identifier: MIT
3+
using System.Text;
24

35
namespace SkstackIpDotNet.Commands
46
{

0 commit comments

Comments
 (0)