diff options
author | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
---|---|---|
committer | Robin Burchell <viroteck@viroteck.net> | 2012-04-22 23:54:44 -0700 |
commit | 553a8da754c8cd308bad2008018849714e70f9b7 (patch) | |
tree | 72d13820d7b9b5572849dba1fad9851d311b2d0e /win/resource.rc | |
parent | 98131a0a1c9d8ccc1f0015552a26882b58a9cbf3 (diff) | |
parent | efbf887a067f8aea6d61507db7266df595543145 (diff) |
Merge pull request #92 from Robby-/insp20-headers
[2.0] Replace copyright headers with headers granting specific authors copyright
Diffstat (limited to 'win/resource.rc')
-rw-r--r-- | win/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/resource.rc b/win/resource.rc index 0a0bf76bf..db2ae045e 100644 --- a/win/resource.rc +++ b/win/resource.rc @@ -22,7 +22,7 @@ BEGIN VALUE "FileDescription", "InspIRCd\0"
VALUE "FileVersion", "2, 0, 0, 0\0"
VALUE "InternalName", "InspIRCd\0"
- VALUE "LegalCopyright", "Copyright (c) 2011 InspIRCd Development Team\0"
+ VALUE "LegalCopyright", "Copyright (c) 2012 InspIRCd Development Team\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "inspircd.exe\0"
VALUE "PrivateBuild", "\0"
|