Skip to content

Commit

Permalink
Add missing license info in code files
Browse files Browse the repository at this point in the history
  • Loading branch information
luigiberrettini committed Dec 15, 2017
1 parent b9072f8 commit ea78af0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/FakeSyslogServer/TestAppHelper.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed under the BSD license
// See the LICENSE file in the project root for more information

using System;
using System.Diagnostics;
using System.IO;
Expand Down
3 changes: 3 additions & 0 deletions src/TestAppWithTUI/ConsoleTest.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Licensed under the BSD license
// See the LICENSE file in the project root for more information

using System;
using System.Collections.Generic;
using System.Diagnostics;
Expand Down

0 comments on commit ea78af0

Please sign in to comment.