From aece14f7046a9beb5f163b79b05bbb157336409f Mon Sep 17 00:00:00 2001 From: "Sean D. Hunt" Date: Fri, 7 Dec 2018 22:04:59 -0500 Subject: [PATCH] Fixed compile error. --- MemoryZlib.cs | 4 ++-- NotPackableException.cs | 4 ++-- NotUnpackableException.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/MemoryZlib.cs b/MemoryZlib.cs index 74485e0..a588204 100644 --- a/MemoryZlib.cs +++ b/MemoryZlib.cs @@ -1,7 +1,7 @@ -// Copyright (c) 2014-2018, Els_kom org. +// Copyright (c) 2018, Els_kom org. // https://github.com/Elskom/ // All rights reserved. -// license: MIT, see LICENSE for more details. +// license: see LICENSE for more details. namespace Elskom.Generic.Libs { diff --git a/NotPackableException.cs b/NotPackableException.cs index fa60263..5227830 100644 --- a/NotPackableException.cs +++ b/NotPackableException.cs @@ -1,7 +1,7 @@ -// Copyright (c) 2014-2018, Els_kom org. +// Copyright (c) 2018, Els_kom org. // https://github.com/Elskom/ // All rights reserved. -// license: MIT, see LICENSE for more details. +// license: see LICENSE for more details. namespace Elskom.Generic.Libs { diff --git a/NotUnpackableException.cs b/NotUnpackableException.cs index bddf212..4624c07 100644 --- a/NotUnpackableException.cs +++ b/NotUnpackableException.cs @@ -1,7 +1,7 @@ -// Copyright (c) 2014-2018, Els_kom org. +// Copyright (c) 2018, Els_kom org. // https://github.com/Elskom/ // All rights reserved. -// license: MIT, see LICENSE for more details. +// license: see LICENSE for more details. namespace Elskom.Generic.Libs {