updated year.

This commit is contained in:
morkt
2018-01-02 06:58:07 +04:00
parent 47769f4112
commit 4631caa346
7 changed files with 18 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2017 by morkt
// Copyright (C) 2018 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

View File

@@ -1,4 +1,4 @@
// Copyright (C) 2017 by morkt
// Copyright (C) 2018 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
@@ -21,6 +21,7 @@
using System.ComponentModel.Composition;
using System.IO;
using System.Windows.Media;
namespace GameRes.Formats.??????
{

View File

@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany ("mørkt")]
[assembly: AssemblyProduct("ArcFormats")]
[assembly: AssemblyCopyright ("Copyright © 2014-2017 mørkt")]
[assembly: AssemblyCopyright ("Copyright © 2014-2018 mørkt")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.2.37.1555")]
[assembly: AssemblyFileVersion ("1.2.37.1555")]
[assembly: AssemblyVersion ("1.2.37.1559")]
[assembly: AssemblyFileVersion ("1.2.37.1559")]