Skip to content

Commit

Permalink
Add Copyright notice
Browse files Browse the repository at this point in the history
  • Loading branch information
timyhac committed Jul 17, 2024
1 parent 298982b commit bd31929
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion examples/CSharp DotNetCore/ExampleTagDynamic.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
using libplctag;
// Copyright (c) libplctag.NET contributors
// https://github.com/libplctag/libplctag.NET
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

using libplctag;
using System;

namespace CSharp_DotNetCore
Expand Down
8 changes: 6 additions & 2 deletions examples/LibplctagReadBenchmark/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// See https://aka.ms/new-console-template for more information

// Copyright (c) libplctag.NET contributors
// https://github.com/libplctag/libplctag.NET
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

using OptimizedLibplctagReads;
using System.Diagnostics;
Expand Down

0 comments on commit bd31929

Please sign in to comment.