From 8002af67c22baf4c4c9a95a10ca1208fbef25423 Mon Sep 17 00:00:00 2001 From: morkt Date: Tue, 1 Jan 2019 19:40:03 +0400 Subject: [PATCH] updated year. --- ArcFormats/DraftArc.cs | 4 ++-- ArcFormats/DraftImage.cs | 2 +- LICENSE | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ArcFormats/DraftArc.cs b/ArcFormats/DraftArc.cs index 8503a61f..694c2850 100644 --- a/ArcFormats/DraftArc.cs +++ b/ArcFormats/DraftArc.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2018 by morkt +// Copyright (C) 2019 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to @@ -44,7 +44,7 @@ namespace GameRes.Formats.?????? var dir = new List (count); for (int i = 0; i < count; ++i) { - var entry = FormatCatalog.Instance.Create (name); + var entry = Create (name); if (!entry.CheckPlacement (file.MaxOffset)) return null; dir.Add (entry); diff --git a/ArcFormats/DraftImage.cs b/ArcFormats/DraftImage.cs index cc18ca32..78a08afa 100644 --- a/ArcFormats/DraftImage.cs +++ b/ArcFormats/DraftImage.cs @@ -1,4 +1,4 @@ -// Copyright (C) 2018 by morkt +// Copyright (C) 2019 by morkt // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to diff --git a/LICENSE b/LICENSE index cdb83d67..044550db 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2018 morkt +Copyright (c) 2014-2019 morkt Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal