Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 90fd354

Browse files
authored
Merge pull request #15 from jhueppauff/add-license-header
added missing license header
2 parents 30f4169 + b0849c4 commit 90fd354

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Syslog.Server/Model/Configuration/StorageEndpointConfiguration.cs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
using Newtonsoft.Json;
1+
//-----------------------------------------------------------------------
2+
// <copyright file="StorageEndpointConfiguration.cs" company="https://github.com/jhueppauff/Syslog.Server">
3+
// Copyright 2018 Jhueppauff
4+
// MIT License
5+
// For licence details visit https://github.com/jhueppauff/Syslog.Server/blob/master/LICENSE
6+
// </copyright>
7+
//-----------------------------------------------------------------------
8+
9+
10+
using Newtonsoft.Json;
211

312
namespace Syslog.Server.Model.Configuration
413
{

0 commit comments

Comments
 (0)