Update a few copyrights that still only said 2015

This commit is contained in:
baldurk
2016-04-23 12:47:29 +02:00
parent 6fc83e0790
commit d336d5396d
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ BEGIN
VALUE "FileDescription", "Core DLL for RenderDoc - http://renderdoc.org/"
VALUE "FileVersion", RENDERDOC_VERSION_STRING ".0.0"
VALUE "InternalName", "renderdoc.dll"
VALUE "LegalCopyright", "Copyright © 2015 Baldur Karlsson"
VALUE "LegalCopyright", "Copyright © 2016 Baldur Karlsson"
VALUE "OriginalFilename", "renderdoc.dll"
VALUE "ProductName", "RenderDoc"
VALUE "ProductVersion", RENDERDOC_VERSION_STRING ".0.0"
+1 -1
View File
@@ -182,7 +182,7 @@ print <<ENDOFHEADER;
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2015 Baldur Karlsson
* Copyright (c) 2015-2016 Baldur Karlsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -1,7 +1,7 @@
/******************************************************************************
* The MIT License (MIT)
*
* Copyright (c) 2015 Baldur Karlsson
* Copyright (c) 2015-2016 Baldur Karlsson
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
+1 -1
View File
@@ -37,7 +37,7 @@ using System.Resources;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Baldur Karlsson")]
[assembly: AssemblyProduct("RenderDoc UI")]
[assembly: AssemblyCopyright("Copyright © 2015 Baldur Karlsson")]
[assembly: AssemblyCopyright("Copyright © 2016 Baldur Karlsson")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]