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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 4 additions & 0 deletions
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 1 deletion
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;

0 commit comments

Comments
 (0)