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