Skip to content

Commit

Permalink
Add Copyrights
Browse files Browse the repository at this point in the history
Correct version number
  • Loading branch information
jimsch committed Mar 28, 2020
1 parent f31b54b commit e0194e4
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 17 deletions.
6 changes: 3 additions & 3 deletions CoAP.NET/CoAP.Std10.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<TargetFrameworks>netcoreapp2.0;net462;netstandard2.0</TargetFrameworks>
<PackageId>Com.AugustCellars.CoAP</PackageId>
<Id>Com.AugustCellars.CoAP</Id>
<PackageVersion>1.7.0.0</PackageVersion>
<Version>1.7.0.0</Version>
<PackageVersion>1.8.0.0</PackageVersion>
<Version>1.8.0.0</Version>
<Authors>Jim Schaad</Authors>
<Title>C# Implementation of CoAP</Title>
<Description>An implementation of various CoAP standards. Both client and server sides are included.</Description>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Copyright>Copyright @2016-9 Jim Schaad</Copyright>
<Copyright>Copyright @2016-20 Jim Schaad</Copyright>
<RepositoryUrl>https://github.com/Com-AugustCellars/CoAP-CSharp</RepositoryUrl>
<PackageTags>COSE CBOR</PackageTags>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Code.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2015, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2018-20, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Codec/DatagramReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2018-20, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
*
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Codec/IMessageEncoder.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2018-20, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Net/Matcher.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2015, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Observe/ObserveNotificationOrderer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2015, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Observe/ObserveRelation.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2015, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Observe/ObservingEndpoint.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Stack/AbstractLayer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Stack/ILayer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Stack/LayerStack.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Stack/ObserveLayer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2015, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
2 changes: 2 additions & 0 deletions CoAP.NET/Stack/ReliabilityLayer.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/*
* Copyright (c) 2011-2014, Longxiang He <[email protected]>,
* SmeshLink Technology Co.
*
* Copyright (c) 2019-2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
Expand Down
12 changes: 11 additions & 1 deletion CoAP.Test/Codec/MessageTest.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
using System;
/*
* Copyright (c) 2018-20, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
*
* This file is part of the CoAP.NET, a CoAP framework in C#.
* Please see README for more information.
*/

using System;
using System.Linq;
using Microsoft.VisualStudio.TestTools.UnitTesting;

Expand Down
12 changes: 0 additions & 12 deletions CoAP.Test/Observe/ObserveRelation.cs

This file was deleted.

12 changes: 11 additions & 1 deletion CoAP.Test/Observe/ObserveTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
using System;
/*
* Copyright (c) 2020, Jim Schaad <[email protected]>
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY.
*
* This file is part of the CoAP.NET, a CoAP framework in C#.
* Please see README for more information.
*/

using System;
using System.Collections.Generic;
using System.Text;
using System.Threading;
Expand Down

0 comments on commit e0194e4

Please sign in to comment.