Commit 3b9802f2 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Bump year

parent 8e100226
Copyright (c) 2020 Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 2021 Vinicius Jarina (viniciusjarina@gmail.com)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
......
......@@ -12,7 +12,7 @@
<description>NLua Package.</description>
<summary>NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android.</summary>
<releaseNotes>Release: 2bffe65</releaseNotes>
<copyright>Copyright © NLua 2020</copyright>
<copyright>Copyright © NLua 2021</copyright>
<tags>lua nlua</tags>
<dependencies>
<dependency id="KeraLua" version="1.2.11" />
......
......@@ -12,7 +12,7 @@
<description>NLua Package.</description>
<summary>NLua allow use Lua from C#, using Windows, UWP, Linux, Android, Mac, iOS , tvOS.</summary>
<releaseNotes>Release: 2bffe65</releaseNotes>
<copyright>Copyright © NLua 2020</copyright>
<copyright>Copyright © NLua 2021</copyright>
<tags>lua nlua</tags>
<dependencies>
<dependency id="KeraLua" version="1.2.11" />
......
......@@ -222,7 +222,7 @@ You can re-write the `import` function before load the user script and if the us
[Lua-Sandbox user-list](http://lua-users.org/wiki/SandBoxes)
Copyright (c) 2020 Vinicius Jarina (viniciusjarina@gmail.com)
Copyright (c) 2021 Vinicius Jarina (viniciusjarina@gmail.com)
NLua 1.4.x
----------
......
......@@ -28,7 +28,7 @@
[assembly: AssemblyDescription ("NLua library")]
[assembly: AssemblyCompany ("NLua.org")]
[assembly: AssemblyProduct ("NLua")]
[assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2020")]
[assembly: AssemblyCopyright ("Copyright © Vinicius Jarina 2021")]
[assembly: AssemblyCulture ("")]
......
......@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NLuaTest")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment