updated year.

This commit is contained in:
morkt
2019-01-01 19:40:03 +04:00
parent 0becd380e8
commit 8002af67c2
3 changed files with 4 additions and 4 deletions

View File

@@ -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 // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to
@@ -44,7 +44,7 @@ namespace GameRes.Formats.??????
var dir = new List<Entry> (count); var dir = new List<Entry> (count);
for (int i = 0; i < count; ++i) for (int i = 0; i < count; ++i)
{ {
var entry = FormatCatalog.Instance.Create<Entry> (name); var entry = Create<Entry> (name);
if (!entry.CheckPlacement (file.MaxOffset)) if (!entry.CheckPlacement (file.MaxOffset))
return null; return null;
dir.Add (entry); dir.Add (entry);

View File

@@ -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 // Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to // of this software and associated documentation files (the "Software"), to

View File

@@ -1,6 +1,6 @@
The MIT License (MIT) 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal