diff options
author | Adam <Adam@anope.org> | 2014-01-01 20:51:08 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-01-01 20:51:08 -0500 |
commit | 969aacbf783287bc734d14c969dd6674bbb69252 (patch) | |
tree | 94dad4a5b2befcdabfe32e897a0705f07f3fbdbf /src/win32.rc.template | |
parent | 304e6eaabe829a7a0d493b81de5103a225846155 (diff) |
Update copyright to 2014. This was done with:
find include/ src/ lang/ docs/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Diffstat (limited to 'src/win32.rc.template')
-rw-r--r-- | src/win32.rc.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32.rc.template b/src/win32.rc.template index 73cecf015..4b629273d 100644 --- a/src/win32.rc.template +++ b/src/win32.rc.template @@ -52,7 +52,7 @@ BEGIN VALUE "FileDescription", "Anope IRC Services" VALUE "FileVersion", "VERSION_FULL" VALUE "InternalName", "Anope" - VALUE "LegalCopyright", "Copyright (C) 2003-2013 Anope Team" + VALUE "LegalCopyright", "Copyright (C) 2003-2014 Anope Team" VALUE "OriginalFilename", "anope.exe" VALUE "ProductName", "Anope" VALUE "ProductVersion", "VERSION_DOTTED" |